ArduinoBootloader

From RevSpace
Revision as of 21:58, 15 January 2013 by FooBar (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Use the programmer, found in the box of 'usbtinyisp'. Connect it with the 6-pin header to the ICSP on the arduino(nano)

Writing a bootloader to an 'empty' arduino or atmega:

avrdude -p m328p -c usbasp -B 4 -U hfuse:w:0xda:m -U lfuse:w:0xff:m -U efuse:w:0x00:m

avrdude -p m328p -c usbasp -U flash:w:~/arduino/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex -U lock:w:0x0f:m