Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3178

Chainload U-Boot on NSA325v2 from bodhi's u-boot (1 reply)

$
0
0
Hi,

I have U-Boot 2014.07-tld-3 on nand.
I compiled another version of u-boot (which I know it works because I already tried flashing).
I'm trying to chainloading it from 2014.07-tld-3 version :
NSA325> usb reset; ext2load  usb 0:2 0x800000 /media/u-boot.kwb ; go 0x800200
(Re)start USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
444432 bytes read in 265 ms (1.6 MiB/s)
## Starting application at 0x00800200 ...


U-Boot 2014.07-tld-3 (Mar 06 2015 - 21:30:53)
ZyXEL NSA325 2-Bay Power Media Server

SoC:   Kirkwood 88F6282_??
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0 [PRIME]
MV88E1318 PHY initialized on egiga0

It loads ... but it seems to start the same u-boot again ??
If I load another file, it "correctly" hangs up... so it *is* loading something... but I can't understand why the version is the same...(and my custom commands are not there).

Any clues?
Ty!

Viewing all articles
Browse latest Browse all 3178

Trending Articles