bootelf required?
Tim Kientzle
tim at kientzle.com
Sat Mar 1 15:47:12 UTC 2014
On Feb 28, 2014, at 3:19 PM, Pete Wright <pete at nomadlogic.org> wrote:
> hey there - i'm hacking on a utilite arm9 box and am running into an
> issue. the stock boot environment does not seem to include the
> "bootelf" command.
>
> looking at the "uEnv.txt" file generated by corchet-freebsd i have the
> following:
>> cat uEnv.txt
> uenvcmd=fatload mmc 0:1 88000000 ubldr;bootelf 88000000;
>
>
> unfortunately it does not look like the uboot environment on this system
> contains bootelf:
>
> CM-FX6 # bootelf
> Unknown command 'bootelf' - try 'help'
> CM-FX6 # boot
> bootm boot bootd bootz bootp
>
>
> is bootelf a hard requirement for our environment?
> alternatively - is
> there a way to run an alternative bootloader that supports bootelf?
If you can recompile U-Boot, then it's easy to add bootelf
support.
If your board has U-Boot in ROM where it can't be replaced,
you might be able to use that to chain-load a more capable
U-Boot that can then bootelf the ubldr. (FreeBSD on RPi
does something similar.)
Tim
More information about the freebsd-arm
mailing list