diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-06-06 11:15:35 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-07-04 14:09:24 +0200 |
commit | 615e0d597510736dab68e41bd9dc002da6b2514f (patch) | |
tree | 5635957b16b4cbec74132b4f26affc5dba4c62ec /README.md | |
parent | c1071d0f9b57958b22546abe8eadf670b3926b98 (diff) |
Implement ser2net
This patch add support for ser2net.
ser2net can be used by adding "use_ser2net: True" to uart.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -251,6 +251,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 + use_ser2net: True/false (Use ser2net instead of conmux-console) connection_command: A command to be ran for getting a serial console pdu_generic: hard_reset_command: commandline to reset the board |