Help revive ix4-200d February 04, 2020 09:51PM |
Registered: 4 years ago Posts: 11 |
Re: Help revive ix4-200d February 05, 2020 12:36AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Help revive ix4-200d February 05, 2020 01:29AM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
UART Booting: If possible, try to test this boot image with UART booting before flashing to NAND. See davygravy's UART booting using kwboot instruction here in this thread. The latest u-boot image released here should be used for UART booting, if your box is the type that supports it (these do not: Dockstar, Pogo E02, iConnect).
Quote
uboot.2017.07-tld-2.sheevaplug.bodhi.tar
md5
0fcae49e99ca3e7d24da31177c230c93
sha256
a645a6602f987b0c938e52c87fd3044b12c810299977a1899309a6ce28e6ae8c
Re: Help revive ix4-200d February 05, 2020 10:08AM |
Registered: 4 years ago Posts: 11 |
flash_erase /dev/mtd0 0 00 nandwrite /dev/mtd0 mtd0.bin
Re: Help revive ix4-200d February 05, 2020 02:25PM |
Admin Registered: 13 years ago Posts: 18,997 |
> flash_erase /dev/mtd0 0 00 > nandwrite /dev/mtd0 mtd0.bin >
flash_erase /dev/mtd0 0 40
Re: Help revive ix4-200d February 06, 2020 01:05AM |
Registered: 4 years ago Posts: 11 |
>Quote
UART Booting: If possible, try to test this
> boot image with UART booting before flashing to
> NAND. See davygravy's UART booting using kwboot
> instruction here in this thread. The latest u-boot
> image released here should be used for UART
> booting, if your box is the type that supports it
> (these do not: Dockstar, Pogo E02,
> iConnect).
Quote
uboot.2017.07-tld-2.sheevaplug.bodhi.tar
> md5
> 0fcae49e99ca3e7d24da31177c230c93
> sha256
> a645a6602f987b0c938e52c87fd3044b12c810299977a1899309a6ce28e6ae8c
kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-2.sheevaplug.mtd0.kwb -p Sending boot message. Please reboot the target...\
Re: Help revive ix4-200d February 06, 2020 01:10AM |
Registered: 4 years ago Posts: 11 |
> > flash_erase /dev/mtd0 0 00 > > nandwrite /dev/mtd0 mtd0.bin > >>
> flash_erase /dev/mtd0 0 40 >>
kwboot -t -B 115200 /dev/ttyUSB0 -b mtd0.bin -p Sending boot message. Please reboot the target...\
Re: Help revive ix4-200d February 06, 2020 02:06AM |
Admin Registered: 13 years ago Posts: 18,997 |
> kwboot -t -B 115200 /dev/ttyUSB0 -b mtd0.bin -p > Sending boot message. Please reboot the > target...\ >
Re: Help revive ix4-200d February 06, 2020 11:59PM |
Registered: 4 years ago Posts: 11 |
dmesg | grep tty [ 0.142947] printk: console [tty0] enabled [96736.403698] usb 2-1.2.1: ch341-uart converter now attached to ttyUSB0 [103781.490518] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 [103781.490889] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 [103781.539149] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - urb stopped: -32 [103781.614350] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0 [103787.194139] usb 2-1.2.1: ch341-uart converter now attached to ttyUSB1 [103791.981282] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1 [166844.211523] usb 2-1.2.1: ch341-uart converter now attached to ttyUSB0
kwboot -t -B 115200 /dev/ttyUSB1 -b uboot.2017.07-tld-2.sheevaplug.mtd0.kwb -p /dev/ttyUSB1: No such file or directory
kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-2.sheevaplug.mtd0.kwb -p Sending boot message. Please reboot the target...\
kwboot -t -B 115200 /dev/ttyUSB0 -b mtd0.bin -p Sending boot message. Please reboot the target...\
Re: Help revive ix4-200d February 07, 2020 03:44AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Help revive ix4-200d February 07, 2020 03:53PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Help revive ix4-200d February 07, 2020 04:52PM |
Registered: 10 years ago Posts: 226 |
Re: Help revive ix4-200d February 07, 2020 05:53PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Help revive ix4-200d February 08, 2020 02:05AM |
Registered: 10 years ago Posts: 226 |
Re: Help revive ix4-200d February 08, 2020 12:48PM |
Registered: 4 years ago Posts: 11 |
Re: Help revive ix4-200d February 08, 2020 01:02PM |
Registered: 4 years ago Posts: 11 |
./kwboot -t -B 115200 /dev/ttyUSB0 -b ix4-200d-mtd0.kwb -p Sending boot message. Please reboot the target...-
Re: Help revive ix4-200d February 08, 2020 03:13PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Help revive ix4-200d February 08, 2020 03:20PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
I have tried sending the command twice as you describe it, with the 3 files at a time (ix4-200d-mtd0.kwb,
mtd0.bin and uboot.2017.07-tld-2.sheevaplug.mtd0.kwb),
Quote
I have also changed cables for shorter ones and tried to improve the connections, in addition to pressing the cables at the time of the transfer but the result has been always the same
Re: Help revive ix4-200d February 09, 2020 06:04PM |
Registered: 10 years ago Posts: 226 |
Re: Help revive ix4-200d February 09, 2020 07:57PM |
Registered: 4 years ago Posts: 11 |
Re: Help revive ix4-200d February 09, 2020 08:50PM |
Registered: 4 years ago Posts: 11 |
./kwboot -t -B 115200 /dev/ttyUSB0 -b ix4-200d-mtd0.kwb -p Sending boot message. Please reboot the target...-
C:\Users\misua\Downloads\kwboot-windows>kwboot -B 115200 -b mtd0.bin -t -p /dev/ttyS6 Sending boot message. Please reboot the target...-
Re: Help revive ix4-200d February 09, 2020 11:46PM |
Admin Registered: 13 years ago Posts: 18,997 |
Sending boot message. Please reboot the target...-And if it does not connect right away, Control-C to abort, and then up arrow to recall the command and execute it again. Try this as many time as you can.
Re: Help revive ix4-200d February 10, 2020 10:08PM |
Registered: 4 years ago Posts: 11 |
> Sending boot message. Please reboot the > target...- >> And if it does not connect right away, Control-C
Re: Help revive ix4-200d February 10, 2020 11:07PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Help revive ix4-200d February 12, 2020 12:47AM |
Registered: 4 years ago Posts: 11 |
kwboot -t -B 115200 /dev/ttyUSB0 -b mtd0.bin -p Sending boot message. Please reboot the target...\ Sending boot image... 0 % [+xmodem: Protocol error
Re: Help revive ix4-200d February 12, 2020 01:10AM |
Admin Registered: 13 years ago Posts: 18,997 |