1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/redbee-econotag
2013-08-23 15:08:35 +02:00
..
drivers GPIO implementation was moved to RIOT/cpu/mc1322x since ADC module implementation depends on it 2013-08-23 15:08:35 +02:00
tools coding convention fixes (mostly due to astyle) 2013-07-29 16:41:43 +02:00
board_init.c coding convention fixes (mostly due to astyle) 2013-07-29 16:41:43 +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