SD card mounting problem..

hi guys,

I have mounted angstrom rootfs on my omap3530 board.. but , i could
not see the SD card in /media. There is no sda in /dev
i also could not mount it as it was undetected..
But, i booted the device from SD card only..!

Please let me know what could be the problem..
Do i need to install the Driver for SD card?? there is no /drivers
folder in Angstrom.. where can i find all the installed drivers. ??

Thank You..

I think the SD card was not installed..
Please look for the drivers in the company's site..

Regards..

hi guys,

I have mounted angstrom rootfs on my omap3530 board.. but , i could
not see the SD card in /media. There is no sda in /dev
i also could not mount it as it was undetected..
But, i booted the device from SD card only..!

Please let me know what could be the problem..
Do i need to install the Driver for SD card??

No.

there is no /drivers
folder in Angstrom.. where can i find all the installed drivers. ??

Why would you look in /drivers? It would help me understand how to teach.

yashi,

Make sure your sysfs is mounted, issue the following command and see if you have the block device for your sd partitions.

ls /sys/block/mmc*

If you see mmcblk0p1 or mmcblk0p2 etc… that means you have the driver already installed.

simply mount the device:

mkdir -p /media/mysd
mount -t vfat /dev/mmcblk0p1 /media/mysd