1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-02 22:29:50 +03:00

cntr/README: cntr -r always returns an error, so we cannot use it with &&

This commit is contained in:
Werner Almesberger 2010-11-04 22:40:50 -03:00
parent df1706fe74
commit 43f0bcee36

View File

@ -63,7 +63,7 @@ The protocol revision and the build date of the firmware of the CNTR
board can be queried with "cntr -i".
To update the firmware, run
cntr -r && sleep 1 && dfu-util -d 0x20b7:0xcb72 -D cntr.bin
cntr -r; sleep 1 && dfu-util -d 0x20b7:0xcb72 -D cntr.bin
Known issues (version 2 hardware)