Hi, > bootm 0xaddr > > What is the significance of this address ? Is this has any correlation with > lds file ? or i can use any random address ? > This is the entry point of the uImage. You can find it by objdump vmlinux -x | grep "start address" where, vmlinux is the image from which uImage was built. Regards, Kalpesh -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ