summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-11-15 12:09:20 +0100
committerCorentin LABBE <clabbe@baylibre.com>2018-11-16 14:15:22 +0100
commit05e45581d1173852e33d8a4d1c7b07346da7ec8c (patch)
tree1e48edef27ccf69e1972caab9643d73225e533df /README.md
parente64ad5a167f3a7cb7491a17a725c6ec365897302 (diff)
lavalab-gen.py: Remove udev template for support of interfacenum
The current udev templating is bad since adding a new optional keyword lead to numerous ifelse and templates. This patch simply generate a udev line part by part. This made adding interfacenum easier. This will also permit to mix devpath/serial/etc.. without any problem
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a236f5..416d935 100644
--- a/README.md
+++ b/README.md
@@ -285,6 +285,7 @@ boards:
idproduct: the PID of the UART (Formated as 0xXXXX)
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_screen: True/false (Use screen via ssh instead of conmux-console)
connection_command: A command to be ran for getting a serial console