]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - scripts/serial-console
Change the cron script (btw. we are now triggered by systemd timers)
[can-benchmark.git] / scripts / serial-console
1 #!/bin/sh
2
3 # This starts attaches to the serial console on RYU_edu board. To end the
4 # session press <Enter>, '~' and '.' and wait approximately 1 second.
5
6 ssh -t -e none glab '(sleep 0.1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'