[U-Boot-Users] Execute in place
Michael Frey
mfrey at pepper.com
Thu Sep 9 16:10:41 CEST 2004
Marcelo,
Instead of using bootm to boot the kernel you just need to jump to the
address where the XIP image is located in flash.
Like this:
go 0x000c0000
This will jump to the XIP image and start executing. The only problem
with this is the bootargs do not get passed to a XIP image so they must
be compiled into the kernel.
Michael
On Sep 9, 2004, at 7:24 AM, Marcelo Leal wrote:
> How can I configure the kernel to execute in place (XIP) with u-boot?
>
> I'm using the innovator (omap1510).
>
>
> Thanks.
>
> Marcelo.
>
>
> -
>
> Marcelo Leal
> mcfleal at yahoo.com.br
> CPqD Telecom & IT Solutions
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
More information about the U-Boot
mailing list