You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/boards/redbee-econotag
Oleg Hahm e17666c326 added the missing define for radio_packet_length_t on econotag 10 years ago
..
drivers simplify include structure for boards 10 years ago
include added the missing define for radio_packet_length_t on econotag 10 years ago
tools moved boards into subdirectory 10 years ago
Makefile removed redundant include pathes from Makefiles 10 years ago
Makefile.dep moved boards into subdirectory 10 years ago
Makefile.include muting compiler and binutils optionally 10 years ago
README moved boards into subdirectory 10 years ago
board_init.c moved boards into subdirectory 10 years ago

README

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