summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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