From 90e298003a22ad0a91e35a7a987c57503a7dd31f Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 18 Nov 2020 13:27:56 +0000 Subject: Remove screen support When I have added screen support, it was a hack for made M3ulcb serial console works. But for a long time ser2net works on m3ulcb. So lava-docker discouraged usage of screen and now it is time to remove it. --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 220221b..bbc8c15 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,6 @@ boards: ser2net_options: (optional) A list of ser2net options to add - option1 - option2 - use_screen: True/False (Use screen via ssh instead of ser2net) connection_command: A command to be ran for getting a serial console pdu_generic: hard_reset_command: commandline to reset the board @@ -353,7 +352,6 @@ boards: ``` Notes on UART: * Only one of devpath/serial is necessary. -* screen usage is discouraged and should not be used, it was added as a workaround for some boards, but ser2net now can handle them. * For finding the right devpath, you could use ``` udevadm info -a -n /dev/ttyUSBx |grep devpath | head -n1 -- cgit 1.2.3-korg