On Wed, Feb 10, 2010 at 8:33 AM, Niamathullah sharief <omapsha@xxxxxxxxx> wrote: > still i am getting my kernel booting > i am using "bootcmd=mmcinit;fatload mmc 0:1 0x80000000 uImage;bootm > 0x80000000". But i am creating uImage using "mkimage -A arm -O linux > -T kernel -C none -a 0x80008000 -e 0x80008000 -n "Linux" -d > ./vmlinuz-* ./uImage" > is this ok?i think the problem might be here. Please help me this is kinda offtopic for this list, you should really use: http://groups.google.com/group/beagleboard heads up: 'mmcinit' was depreciated in later uboot's as it's now 'mmc init' For the beagle most use: 0x80300000 instead of 0x80000000 but it should boot.. Could you pastebin.com your complete boot log from the serial port, so we could see what's actually going wrong? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html