mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
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 |