1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/redbee-econotag
2014-01-05 16:11:08 +01:00
..
drivers simplify include structure for boards 2014-01-05 16:11:07 +01:00
include Added the boards folder to the doxygen tree 2013-12-16 14:00:37 +01:00
tools moved boards into subdirectory 2013-11-06 10:11:57 -08:00
board_init.c moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Makefile removed redundant include pathes from Makefiles 2014-01-05 16:11:08 +01:00
Makefile.dep moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Makefile.include use proper variables in board Makefiles 2014-01-05 16:11:08 +01:00
README moved boards into subdirectory 2013-11-06 10:11:57 -08: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