From: Michal Sojka Date: Tue, 26 Oct 2010 12:54:00 +0000 (+0200) Subject: Add script to connect to serial console X-Git-Tag: fix-allnoconfig~342 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/6f9fa353ae9ad4f9beaa0ab1674413804ffc770b?hp=83652d8bb1c9ba1486909395264e729bb043e26c Add script to connect to serial console --- diff --git a/scripts/serial-console b/scripts/serial-console new file mode 100755 index 0000000..addf02c --- /dev/null +++ b/scripts/serial-console @@ -0,0 +1,6 @@ +#!/bin/sh + +# 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