Waiting for root device /dev/mmcblk0p2...

Started by Punith, December 23, 2013, 07:31:38 AM

Previous topic - Next topic

Punith

Hi,

i am using android4.2 and linux 3.3(SUN7i) kernel source code.

i am trying to boot android from sd card.

and also i able to to boot u-boot and kernel successfuly without any error.

but in case of file system i am getting fallowing error.

Waiting for root device /dev/mmcblk0p2...

here i am attaching my boot.cmd file:


setenv console 'ttyS0,115200'
setenv root '/dev/mmcblk0p2'
setenv panicarg 'panic=10'
setenv extra 'rootfstype=ext4 rootwait'
setenv loglevel '8'
setenv setargs 'setenv bootargs console=${console} root=${root} loglevel=${loglevel} ${panicarg} ${extra}'
setenv kernel 'uImage'
setenv boot_mmc 'fatload mmc 0 0x43000000 script.bin; fatload mmc 0 0x48000000 ${kernel}; bootm 0x48000000'
setenv bootcmd 'run setargs boot_mmc'

Kindly tell me what will be issue.

how can i boot android file system.

Regards
Punith

maggocnx

I have the same problem, did you fix it in the meantime