summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2021-01-04 08:36:41 -0800
committerGitHub <noreply@github.com>2021-01-04 08:36:41 -0800
commit9b1f44982e0091d5e620d225b59ad5a4c0fc5aeb (patch)
tree075621a294fd16b0e177529af3073427aedd3c64 /README.md
parent7151f9ebc95495b0eb3beb6ee556737a5c6ed163 (diff)
parent7739038c60331b71add3d5183412e50a38bfa2f3 (diff)
Merge pull request #130 from montjoie/support-2020.09plus
Support 2020.09plus
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
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