This works for me.
setenv bootargs 'console=ttyS2,115200n8 console=tty0
root=/dev/mmcblk0p2 rootdelay=2 rootfstype=ext3
video=omapfb:vram:2M,vram:4M'
Regards,
-Ragha
I'm afraid it may be simply experience that tells us that the /dev/
mmcblk0p2 file system isn't ready until the kernel has been running
long enough to scan the file system. Your first clue should be that
the issue is that the roof file system isn't available. You might
focus on if the file system was prepared properly or not, but some web
searches would unveil this problem.
rootwait wasn't added till at-least 2.6.24 (or so), so you have to use
rootdelay=2 with TI's earlier kernel. (Common error & solution for a
lot of embedded targets, arm/avr32/etc...)
--
Robert Nelson
http://www.rcn-ee.com/
Disk /dev/sdc: 2021 MB, 2021654528 bytes
255 heads, 63 sectors/track, 245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
please make sure that you followed the instuctions of the LinuxBootDiskFormat to format your MMC card.
mybe you should do this again, and you will solve this problem.
http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat