Hi all,
I am trying to port linux for AM335x IDK. I have done necessary changes in U-boot code, while booting up kernel hangs on following line:
[ 1.724365] Waiting for root device /dev/mmcblk0p2...
Can any one suggest me what is the problem?
What i have already tried is:
1. Card detect to -EINVAL in static struct omap2_hsmmc_info am335x_mmc[] __initdata = {
2. Tried to disable card detect in board file, but enabled it while doing 1.
3. Changed PINMODE from 7 to 4- {"mcasp0_aclkr.gpio3_18", OMAP_MUX_MODE4 | AM33XX_PIN_INPUT_PULLDOWN},
What am i missing here? What could be the reason for this? Any help is appriciated.
Thanks in Advance.