On Thu, Feb 18, 2010 at 11:23 AM, Shankar Ganesh <shankarganeshk@xxxxxxxxx> wrote:
Hi ,
I have a doubt regarding u-boot command when booting linux
bootm 0xaddr
when booting linux from u-boot, linux kernel image 'uImage' must be in stored in RAM.
address specified in bootm is the address where you have stored uImage.
address specified in bootm is the address where you have stored uImage.
What is the significance of this address ? Is this has any correlation with lds file ? or i can use any random address ?
there is no relation between this address and address specified in lds, please CMIIW.
Regards,
Shankar