File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Bee-bootloader
22==============
33
4+ # Dependencies
5+ * AVR studio (tested with 6.1)
6+ * avrdude (tested with 6.1 built from source, the version in the Debian repositories does /not/ work)
7+ 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
8+
9+ # Building
10+ start the avr studio shell
11+
12+ cd to lufa/Bootloaders/CDC/
13+ make
14+
15+ the file "BootloaderCDC.hex" should be loaded onto the micro controller
16+ # Using
17+ avrdude -c avr109 -p x128a3u -P /dev/ttyACM0 -D -U flash:w:./rom.hex -C ./avrdude.conf
18+ (specifying your avrdude.conf is not necessary if you have replaced the older avrdude.conf)
19+
20+ # TODO
21+ * Figure out what's wrong with reading the test switch
22+ * Integrate Xbee stuff
23+
24+ #Possible XBee Path
25+
426Reference: Xbee 900HB Manual: ftp://ftp1.digi.com/support/documentation/90002173_B.pdf
527
628Bee bootloader project
You can’t perform that action at this time.
0 commit comments