From 17d04b53f1e857ce95c3917c7cc9f90fc45e4dcc Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 19 Nov 2018 10:54:28 +0100 Subject: lavalab-gen.py: support adding ser2net options --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 97129c8..bdbfee5 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: -- cgit 1.2.3-korg From 0688c464e3255c0927ab5aea31b430c472806e5d Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 20 Nov 2018 12:18:08 +0100 Subject: README: discourage use of screen --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index bdbfee5..2ac99af 100644 --- a/README.md +++ b/README.md @@ -299,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 -- cgit 1.2.3-korg