]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Faster serial console
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 6 Dec 2010 17:23:29 +0000 (18:23 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 6 Dec 2010 17:23:29 +0000 (18:23 +0100)
scripts/serial-console

index 161c7ae97bd4129e0f5087847691183c6ca730ad..176548531c9b5579e4fbe778f31f403d5ad2e1b0 100755 (executable)
@@ -3,4 +3,4 @@
 # This starts attaches to the serial console on RYU_edu board. To end the
 # session press <Enter>, '~' and '.' and wait approximately 1 second.
 
-ssh -t -e none glab '(sleep 1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'
+ssh -t -e none glab '(sleep 0.1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'