Skip to content

Commit 5805b57

Browse files
committed
Update README.md
1 parent c2e79a2 commit 5805b57

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Bee-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+
426
Reference: Xbee 900HB Manual: ftp://ftp1.digi.com/support/documentation/90002173_B.pdf
527

628
Bee bootloader project

0 commit comments

Comments
 (0)