summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkhilman <khilman@users.noreply.github.com>2018-11-20 10:35:29 -0800
committerGitHub <noreply@github.com>2018-11-20 10:35:29 -0800
commitde35d605d56368275d9447545e4ba4fec211c789 (patch)
treecfbe036ef3a67ce39a7f5c4132c30679ae6c208d /README.md
parentf7ea4ac6d1197d0d5b2a45456e5d4abb964a2726 (diff)
parent0688c464e3255c0927ab5aea31b430c472806e5d (diff)
Merge pull request #68 from montjoie/ser2net_options
Ser2net options
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 97129c8..2ac99af 100644
--- a/README.md
+++ b/README.md
@@ -287,6 +287,9 @@ boards:
devpath: the UDEV devpath to this uart for UART without serial number
interfacenum: (optional) The interfacenumber of the serial. (Used with two serial in one device)
use_ser2net: True/false (Use ser2net instead of conmux-console)
+ ser2net_options (optional) A list of ser2net options to add
+ - option1
+ - option2
use_screen: True/false (Use screen via ssh instead of conmux-console)
connection_command: A command to be ran for getting a serial console
pdu_generic:
@@ -296,6 +299,7 @@ boards:
```
Notes on UART:
* Only one of devpath/serial is necessary.
+* screen usage is discouraged and should not be used, it was added as a workaround for some boards, but ser2net now can handle them.
* For finding the right devpath, you could use
```
udevadm info -a -n /dev/ttyUSBx |grep devpath | head -n1