projects
/
can-benchmark.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix error when NO_PDF environment variable is not defined
[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'