-
Notifications
You must be signed in to change notification settings - Fork 0
bootloader
phreaker2600 edited this page Mar 28, 2014
·
1 revision
- AVR studio (tested with 6.1)
- avrdude (tested with 6.1 built from source, the version in the Debian repositories does /not/ work) The boot loader is in the same repository as the library which is a bit of a mess but it makes it easy to build
start the avr studio shell
cd to lufa/Bootloaders/CDC/
make
the file "BootloaderCDC.hex" should be loaded onto the micro controller
avrdude -c avr109 -p x128a3u -P /dev/ttyACM0 -D -U flash:w:./rom.hex -C ./avrdude.conf
(specifying your avrdude.conf is not necessary if you have replaced the older avrdude.conf)
- Figure out what's wrong with reading the test switch
- Integrate Xbee stuff