From: Michal Sojka Date: Sun, 5 Dec 2010 00:11:48 +0000 (+0100) Subject: Explicitely reset shark board when connecting to serial (USB) console X-Git-Tag: fix-allnoconfig~244^2~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/c5f4e437b66a957adf37e7187e937d9a2220caed Explicitely reset shark board when connecting to serial (USB) console --- diff --git a/scripts/serial-console b/scripts/serial-console index addf02c..161c7ae 100755 --- a/scripts/serial-console +++ b/scripts/serial-console @@ -3,4 +3,4 @@ # This starts attaches to the serial console on RYU_edu board. To end the # session press , '~' and '.' and wait approximately 1 second. -ssh -t -e none glab cu -l /dev/ttyUSB0 -s 115200 +ssh -t -e none glab '(sleep 1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'