[U-Boot] Relocation issue on armv7 targets

Tom Rini trini at ti.com
Tue Jun 19 21:55:50 CEST 2012


On Tue, Jun 19, 2012 at 09:06:48PM +0530, jagan wrote:

> Hi Albert,
> 
> I have observed an issue regarding u-boot relocation, it's working with
> _TEXT_BASE address but
> for other address in DDR it's not working. Stops at relocation offset.
> 
> I was trying this on both QEMU as well as real target.
> 
> Here are my findings:
> -----------------------------
> VExpress# tftp 0x8000 u-boot.bin
> smc911x: detected LAN9118 controller
> smc911x: phy initialized
> smc911x: MAC 52:54:00:12:34:56
> Using smc911x-0 device
> TFTP from server 192.168.0.3; our IP address is 192.168.0.4
> Filename 'u-boot.bin'.
> Load address: 0x8000
> Loading: ##########################
> done
> Bytes transferred = 128736 (1f6e0 hex)
> VExpress# go 0x8000
> ## Starting application at 0x00008000 ...

Running U-Boot from within U-Boot isn't allowed / supported.

-- 
Tom


More information about the U-Boot mailing list