From 6f9fa353ae9ad4f9beaa0ab1674413804ffc770b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 26 Oct 2010 14:54:00 +0200 Subject: [PATCH] Add script to connect to serial console --- scripts/serial-console | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/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 -- 2.39.2