summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-11-30 10:31:49 +0100
committerCorentin LABBE <clabbe@baylibre.com>2018-11-30 10:35:14 +0100
commit891768d7bc5c77e9cb4c99d67f40354c50082161 (patch)
treef1d8223cf194c50b33d137eb16aa46c0385aaf03 /README.md
parent5227dbc047a9c2783f0c220794953afe7644f069 (diff)
lavalab-gen.py: Made ser2net the default
This patch makes ser2net the default uart handler.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8d40736..e795934 100644
--- a/README.md
+++ b/README.md
@@ -287,11 +287,12 @@ boards:
serial: The serial number in case of FTDI uart
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)
+ use_conmux: True/False (Use conmux-console instead of ser2net)
+ use_ser2net: True/False (Deprecated, ser2net is the default uart handler)
ser2net_options (optional) A list of ser2net options to add
- option1
- option2
- use_screen: True/false (Use screen via ssh instead of conmux-console)
+ use_screen: True/False (Use screen via ssh instead of ser2net)
connection_command: A command to be ran for getting a serial console
pdu_generic:
hard_reset_command: commandline to reset the board
@@ -312,7 +313,7 @@ Bus 001 Device 054: ID 0403:6001 Future Technology Devices International, Ltd FT
```
This device must use "0403" for idvendor and 6001 for idproduct.
-Note on connection_command: connection_command is for people which want to use other way than conmux to handle the console. (ser2net).
+Note on connection_command: connection_command is for people which want to use other custom way than ser2net to handle the console.
Examples: see [boards.yaml.example](boards.yaml.example)