diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-12-14 10:53:59 +0100 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-12-14 10:53:59 +0100 |
commit | 4042e69730863f8fae4ec7dd28834e9bbc674a4f (patch) | |
tree | 9266468ee5fdd6282c27546f054983880c987f95 /getting-started | |
parent | c4227b7989785af8a08ae8dba5d0a8ffcbf21b77 (diff) |
fix serial speed config for R-car gen3
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'getting-started')
-rw-r--r-- | getting-started/machines/R-Car-Starter-Kit-gen3.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started/machines/R-Car-Starter-Kit-gen3.md b/getting-started/machines/R-Car-Starter-Kit-gen3.md index 040e70b..d75a52e 100644 --- a/getting-started/machines/R-Car-Starter-Kit-gen3.md +++ b/getting-started/machines/R-Car-Starter-Kit-gen3.md @@ -343,19 +343,19 @@ It is time to launch your serial client. Example: ``` -picocom -b 38400 /dev/ttyUSB0 +picocom -b 115200 /dev/ttyUSB0 ``` or ``` -minicom -b 38400 -D /dev/ttyUSB0 +minicom -b 115200 -D /dev/ttyUSB0 ``` or ``` -screen /dev/ttyUSB0 38400 +screen /dev/ttyUSB0 115200 ``` ## Power on the board to see a shell on the console |