Hi,
i try to reflash u-boot from site (ftp://lacie-nas.org/u-boot/u-boot-netsp ... 24d58e.kwb) with tool "kwboot" and geting error message:
"0 % [+++++++++++++++++xmodem: Bad message".
Kwboot command is :
"/home/ubuntu/Desktop/kwboot-tool/./kwboot' -t -B 1152000 /dev/ttyUSB0 -b '/home/ubuntu/Desktop/kwboot-tool/u-boot.kwb' -p".
Without -p error is the same.
Another method load from USB:
"fatload usb 0:1 0x2000000 uImage" on command "bootm 0x2000000" i geting error "Bad magic number".
If i write command "go 0x2000000" (in place of command "bootm 0x2000000") my device restarts, with command "md.b 0x600000 0x100" i see that this is not my u-boot code that i flashed from 0x2000000 address.