From 0982040a4f602c8c6b2e44d6776412aaaf26fe29 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 6 Dec 2010 18:23:29 +0100 Subject: [PATCH] Faster serial console --- scripts/serial-console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/serial-console b/scripts/serial-console index 161c7ae..1765485 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 '(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' -- 2.39.2