diff options
author | Pali Rohár <pali@kernel.org> | 2023-01-26 22:37:26 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2023-03-01 06:39:18 +0100 |
commit | 1dbeade84e6cb4666bd72a31317c5758e275a1c5 (patch) | |
tree | 1d2cbada52d6098135921b72696e8f3add4c1292 | |
parent | e00008939f4b6bb255a219b1aba710d67818d822 (diff) |
doc/kwboot.1: Update example description
Mention fact about changing baudrate back when -B is used.
Signed-off-by: Pali Rohár <pali@kernel.org>
-rw-r--r-- | doc/kwboot.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/kwboot.1 b/doc/kwboot.1 index a528fbbe8c..5cda3b4d88 100644 --- a/doc/kwboot.1 +++ b/doc/kwboot.1 @@ -159,7 +159,8 @@ program: Instruct BootROM to enter boot Xmodem boot mode, send header of \fIu-boot-with-spl.kwb\fP kwbimage file via Xmodem at 115200 Bd, then instruct BootROM to change baudrate to 5200000 Bd, send data part of the kwbimage -file via Xmodem at high speed and finally run terminal program: +file via Xmodem at high speed, then change baudrate back to 115200 Bd, +and finally run terminal program: .IP .B kwboot -b u-boot-with-spl.kwb -B 5200000 -t /dev/ttyUSB0 |