From 615e0d597510736dab68e41bd9dc002da6b2514f Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 6 Jun 2018 11:15:35 +0200 Subject: Implement ser2net This patch add support for ser2net. ser2net can be used by adding "use_ser2net: True" to uart. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2ea9773..56aec3f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg