[U-Boot] Booting uImage on the mx31

2009-04-23 Thread alfred steele
Hi, I am using an uImage generated by LTIB . I am not sure how the ideal uImage is generated for the PDK board. I try booting this uimage from RAM and then load it at 80008000. It gets stuck after done, booting the kernel. Please see the bootup messages below. Any hints? I hope with,

Re: [U-Boot] Booting uImage on the mx31

2009-04-23 Thread Wolfgang Denk
Dear alfred steele, In message 528f13590904230720n14e87cchb87505c1de085...@mail.gmail.com you wrote: I am using an uImage generated by LTIB . I am not sure how the ideal uImage is generated for the PDK board. ... Starting kernel ... U-Boot's responsibility end's here. Uncompressing

Re: [U-Boot] Booting uImage on the mx31

2009-04-23 Thread Daniel Mack
On Thu, Apr 23, 2009 at 09:20:41AM -0500, alfred steele wrote: Any hints? I hope with, 0x80008000 as the load address on the MX31, you eliminate the cause of one probable failure, overlay memory with the existing code on RAM e.g. existing u-boot and the compressed kernel image mc911x: MAC

Re: [U-Boot] Booting uImage on the mx31

2009-04-23 Thread alfred steele
Hi Wolfgang, Thanks for the inputs. So what you are saying that we have eliminated all cases of the bootloader being at fault here except for the mach id mismatch.?? How do i verify the mach id mismatch. Is it the same id i see on a bdinfo dump on uboot. I looked at

Re: [U-Boot] Booting uImage on the mx31

2009-04-23 Thread alfred steele
Hi Wolfgang, Thanks for the inputs. So what you are saying that we have eliminated all cases of the bootloader being at fault here except for the mach id mismatch.?? How do i verify the mach id mismatch. Is it the same id i see on a bdinfo dump on uboot. I looked at