ubldr hangs on Exynos 4412
Tim Kientzle
tim at kientzle.com
Mon Oct 15 15:24:41 UTC 2012
On Oct 14, 2012, at 11:07 PM, Ruslan Bukin wrote:
> Hi!
>
> I tried to boot loader on Exynos 4412 (ODROID-X),
> but it hangs:
>
> ODROID4412 # fatload mmc 0:2 0x40007000 ubldr
> Partition2: Start Address(0x27ff), Size(0x1a000)
> reading ubldr
>
> 242581 bytes read
> ODROID4412 # bootelf 0x40007000
> ## Starting application at 0x40008054 ...
>
> UBLDR_LOADADDR I set to 0x40008000
>
First, if UBLDR_LOADADDR = 0x40008000 then
you must use
fatload mmc 0:2 0x40008000 ubldr
and
bootelf 0x40008000
(Above, you used 0x40007000.)
You probably need to recompile U-Boot and add
#define CONFIG_API
to the appropriate configuration file for your board.
Tim
More information about the freebsd-arm
mailing list