From: Pali Rohár Date: Thu, 26 Jan 2023 21:37:26 +0000 (+0100) Subject: doc/kwboot.1: Update example description X-Git-Tag: v2023.07~72^2~41^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dbeade84e6cb4666bd72a31317c5758e275a1c5;p=platform%2Fkernel%2Fu-boot.git doc/kwboot.1: Update example description Mention fact about changing baudrate back when -B is used. Signed-off-by: Pali Rohár --- diff --git a/doc/kwboot.1 b/doc/kwboot.1 index a528fbb..5cda3b4 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