diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-11-20 12:18:08 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-11-20 12:18:08 +0100 |
commit | 0688c464e3255c0927ab5aea31b430c472806e5d (patch) | |
tree | cfbe036ef3a67ce39a7f5c4132c30679ae6c208d /README.md | |
parent | 17d04b53f1e857ce95c3917c7cc9f90fc45e4dcc (diff) |
README: discourage use of screen
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -299,6 +299,7 @@ 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 |