ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Build success for LPC32xx target, kernel issues :-(


From: Peter Barada
Subject: Re: [Ltib] Build success for LPC32xx target, kernel issues :-(
Date: Wed, 28 Jul 2010 16:38:40 -0400

On Wed, 2010-07-28 at 15:32 -0500, Tim Nelson wrote:
Greetings Peter-


I've been through the uboot documentation and the obscure references given by 'help' at the uboot CLI but I'm still unable to see how I can tell bootm where to uncompress the image I've tftp loaded to 0x8010000. Any pointers?

If using tftpboot, then:

setenv loadaddr 0x80800000
tftpboot $loadaddr uImage
bootm $loadaddr

I.E. the idea is to load the raw image into address $loadaddr, then use that address ($loadaddr) as the arg to bootm...


--Tim

----- "Peter Barada" <address@hidden> wrote: 
I'd say your uImage is corrupted.  But also you're loading to 0x8010000 and then uncompressing to 0x80080000 - the uncompress will overlap - try moving the load of the kernel to 0x80800000 (and the corresponding bootm)...


_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib


reply via email to

[Prev in Thread] Current Thread [Next in Thread]