1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/redbee-econotag
2013-07-24 22:12:12 +02:00
..
drivers bug fixes for mc1322x MACA 2013-07-24 15:51:07 +02:00
tools added README with flashing instructions and the bbmc tool for reset/erase the econotag 2013-05-22 13:21:02 +02:00
board_init.c * changes to be compliant to RIOT UART infrastructure 2013-05-14 15:06:51 +02:00
Makefile * changes to be compliant to RIOT UART infrastructure 2013-05-14 15:06:51 +02:00
Makefile.dep * initial commit for yet not working redbee support 2013-04-02 10:06:17 +02:00
Makefile.include split up CFLAGS for bootload and the rest 2013-07-24 22:12:12 +02:00
README added README with flashing instructions and the bbmc tool for reset/erase the econotag 2013-05-22 13:21:02 +02:00

Flashing:
tools/mc1322x-load.pl -f <path/to/binary> -t /dev/<tty-device>

more information: https://github.com/malvira/libmc1322x/wiki/libmc1322x#loading-images-to-ram-with-mc1322x-loadpl

Erase:
cd tools/ftditools/
make
./bbmc -l redbee-econotag erase

more information: https://github.com/malvira/libmc1322x/wiki/bbmc