Re: UART Booting HowTo for Selected Kirkwood Devices May 13, 2021 07:56AM |
Registered: 2 years ago Posts: 16 |
-b <image>: boot <image> with preamble (Kirkwood, Armada 370/XP) -p: patch <image> to type 0x69 (uart boot) -D <image>: boot <image> without preamble (Dove) -d: enter debug mode -a: use timings for Armada XP -q <req-delay>: use specific request-delay -s <resp-timeo>: use specific response-timeout -o <block-timeo>: use specific xmodem block timeout -t: mini terminal -B <baud>: set baud rate
Re: UART Booting HowTo for Selected Kirkwood Devices May 13, 2021 04:08PM |
Admin Registered: 12 years ago Posts: 17,679 |
Quote
bodhi
When you see the "xmodem: Protocol error", do the following:
- Make sure the serial wires are far from the power cord (to avoid interference).
- Run with the image uboot.2017.07-tld-1.nsa325.mtd0.kwb as I mentioned on the other thread.
- When you see the protocol error, recall the kwboot command and immediately execute that. Repeat this quickly, as many time as needed.
kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p
Re: UART Booting HowTo for Selected Kirkwood Devices May 14, 2021 02:07AM |
Registered: 2 years ago Posts: 16 |
Re: UART Booting HowTo for Selected Kirkwood Devices March 14, 2023 09:17AM |
Registered: 11 years ago Posts: 501 |
davidpurdy@MacProDebian:~/Downloads$ kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.goflexhome.mtd0.kwb -p Sending boot message. Please reboot the target...\ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] ... 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:21:31 -0700) Seagate GoFlex Home SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 GoFlexHome>
Re: UART Booting HowTo for Selected Kirkwood Devices March 14, 2023 01:09PM |
Admin Registered: 12 years ago Posts: 17,679 |