Update README

This commit is contained in:
Gregory Nutt 2018-05-29 10:37:32 -06:00
parent 1a00aff177
commit 18273b437a

View File

@ -440,10 +440,13 @@ must be is one of the following.
[on Linux host]
$ sudo stty -F /dev/ttyS0 9600
$ sudo stty -F /dev/ttyS0 crtscts
$ sudo stty -F /dev/ttyS0 crtscts *
$ sudo stty -F /dev/ttyS0 raw
$ sudo stty -F /dev/ttyS0
* Because hardware flow control will be enabled on the target side
in this configuration.
2. Host-to-Target File Transfer
[on target]