On 09/06/12 19:48, Daniel Golle wrote:
On 09/06/12 15:43, Tim Fletcher wrote:
If I understood the process right you need to tftp it to 0x800000 and
then go from 0x800200
Again, loading it to 0x800000 cannot work with that patch.
The address to tftp-load the u-boot bin (or kwb) depends on what is defined as
TEXT_BASE, either see mv-common.h, sometimes it's overwritten in config.mk or
the .h definitions file of the board in include/configs/. As both doesn't seem
to be the case for the iconnect, you should try loading it to 0x600000 (and then
go 0x600000 for the .bin or go 0x600200 for the .kwb)

Understood, I've both rebuilt the uboot binary with the TEXT_BASE set to 0x800000 in the iconnect.h file and also tried loading the plain binaries at 0x600000.

Loading at 0x600000 hangs the running uboot before completing the tftp transfer, compiling with the changed TEXT_BASE and loading at 0x800000 produces a cpu reset.

--
Tim Fletcher<[email protected]>

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to