From 72fce7856928dbae032eee15a1cd5a8b8c9ce384 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Fri, 8 Jun 2018 11:14:55 +0200 Subject: Support screen for uart This patch add support for using screen instead of conmux-console. screen can be used by adding "use_screen: True" to uart. screen is necessary for some board with internal uart which have a micro cut when switching power (like DRA7-EVM and M3ULCB) --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 56aec3f..c48f43e 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ boards: 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) + use_screen: True/false (Use screen via ssh 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