diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-06-08 11:14:55 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-07-12 14:07:37 +0200 |
commit | 72fce7856928dbae032eee15a1cd5a8b8c9ce384 (patch) | |
tree | 0601538174edd4529c47dff5c23d6d1c0b601167 /README.md | |
parent | 615e0d597510736dab68e41bd9dc002da6b2514f (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |