summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-06-08 11:14:55 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-07-12 14:07:37 +0200
commit72fce7856928dbae032eee15a1cd5a8b8c9ce384 (patch)
tree0601538174edd4529c47dff5c23d6d1c0b601167 /README.md
parent615e0d597510736dab68e41bd9dc002da6b2514f (diff)
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)
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 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