Other Parts Discussed in Thread: AM3517
I'm trying to port Linux (AM3517-evm) to my custom board. First time I'm working with Linux so bear with me please.
EVM uses MMC1 to boot, my board uses MMC2. I managed to get u-boot working with MMC2 and it loads the Kernel. Kernel is doing quite OK but it is getting stuck waiting for mmcblk0p2 to become ready.
My question is: How does the Kernel determine which MMC device to use to mount the root file system ? I'm guessing it is trying to use MMC1. There are no console statements anywhere referring to the MMC device used so that does not help.
Rainier