1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/redbee-econotag
2013-11-06 12:42:39 +01:00
..
drivers mc1322x moved radio implementation 2013-11-06 12:42:39 +01:00
include fixes uart implementation 2013-10-21 13:06:32 +02:00
tools coding convention fixes (mostly due to astyle) 2013-07-29 16:41:43 +02:00
board_init.c fixes uart implementation 2013-10-21 13:06:32 +02:00
Makefile fix: compilation with -mthumb flag for certain files 2013-10-22 12:37:16 +02:00
Makefile.dep * initial commit for yet not working redbee support 2013-04-02 10:06:17 +02:00
Makefile.include fix: compilation with -mthumb flag for certain files 2013-10-22 12:37:16 +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