On Thu, Feb 18, 2010 at 3:44 AM, Kalpesh Rathod <kalpeshrathod@xxxxxxxxx> wrote:
start address = 0xC0008000 . but when we are in uboot, we have physical address, no mmu on.
here, bootm takes physical address of sdram. So, can i load to any address and boot ?
Hi,
This is the entry point of the uImage.
> bootm 0xaddr
>
> What is the significance of this address ? Is this has any correlation with
> lds file ? or i can use any random address ?
>
You can find it by
objdump vmlinux -x | grep "start address"
where, vmlinux is the image from which uImage was built.
start address = 0xC0008000 . but when we are in uboot, we have physical address, no mmu on.
here, bootm takes physical address of sdram. So, can i load to any address and boot ?
Regards,
Kalpesh