Created
July 14, 2011 11:18
-
-
Save kabturek/1082279 to your computer and use it in GitHub Desktop.
Burning the lillypad bootloader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#arduino/hardware/arduino/bootloaders/lilypad | |
#these fuses are for the lilypad with atmega 168! for other chips see arduino/hardware/arduino/boards.txt | |
avrdude -c usbtiny -p m168 -B 5 -V -e -U lock:w:0x3F:m -U hfuse:w:0xdd:m -U lfuse:w:0xe2:m -U efuse:w:0x00:m | |
avrdude -c usbtiny -p m168 -B 1 -V -D -U flash:w:LilyPadBOOT_168.hex:i | |
avrdude -c usbtiny -p m168 -B 5 -V -U lock:w:0x0F:m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment