This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can I boot DM6446 from SDHC card?

Hi,

I am using mv pro 4 kernel 2.6.10 on dm6446. I have applied the patch to support SDIO/SDHC. But the drivers built are  dynamically loadable modules. It is working fine as dynamic modules but to boot from SDHC I have to make it a part of the kernel. Is it possible to built it as part of kernel? I tried but I am getting following error:

...

<3>Root-NFS: No NFS server available, giving up.

Root-NFS: No NFS server available, giving up.

<3>VFS: Unable to mount root fs via NFS, trying floppy.

VFS: Unable to mount root fs via NFS, trying floppy.

VFS: Cannot open root device "mmcblk0p1" or unknown-block(2,0)

VFS: Cannot open root device "mmcblk0p1" or unknown-block(2,0) Please append a correct "root=" boot option Please append a correct "root=" boot option <0>Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)

...