User Manual
Get avrdude
I use avrdude to program my boards but there are alot of other options. For example some
programmers such as the STK500 are able to program using the AVR Studio.
But in this example we use avrdude, get it here.
Note: If you have an atmega88PA instead of an atmega88 read this page.
Programming
NOTE: Do not change the fuses on the AVR unless you really need to! You might brick you
chip.
NOTE2: After these steps you will not be able to return to the original software!
Press Start button -> Run -> type cmd -> OK
Type avrdude and press enter to make sure avrdude is installed correctly.
Move to the cl-osd dir (example "cd c:\save\cl-osd")
Type the following line: avrdude.exe -p m88 -c usbasp -U flash:w:cl-osd.hex -U
eeprom:w:cl-osd.eep
For more info on avrdude see this page.
Comment by pan...@hotmail.com, Mar 14, 2012
avrdude is MAC OS program, for WIN use WinAVR
Comment by chatch15...@gmail.com, Mar 14, 2012
or you could grab the avrdude binary out of winavr
Comment by aguil...@gmail.com, Apr 11, 2012