From 43f0bcee36200ee03daadfab33688098ed36896a Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 4 Nov 2010 22:40:50 -0300 Subject: [PATCH] cntr/README: cntr -r always returns an error, so we cannot use it with && --- cntr/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cntr/README b/cntr/README index c05fc5d..656365c 100644 --- a/cntr/README +++ b/cntr/README @@ -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)