diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-11-15 12:09:20 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-11-16 14:15:22 +0100 |
commit | 05e45581d1173852e33d8a4d1c7b07346da7ec8c (patch) | |
tree | 1e48edef27ccf69e1972caab9643d73225e533df /README.md | |
parent | e64ad5a167f3a7cb7491a17a725c6ec365897302 (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |