Hi All :
I am using imx53 smd board . boot up is ok .but I could not saw sd card mounted under android setting -> SD card or Photo Galaxy ? If i use android file manager I could saw SD card normally , Why ?
Jason Yu
You can find vold.fstab with the following command line:
$ cd <my_android>
$ find -name vold.fstab
;)
It´s under device tree. And goes to your out dir when you build your android source code.
maybe these tips can help you:
<1> to check mmcN? your SD card has registered as.
<2> to check vold.fstab , whether your system choose to mount your SD card as sdcard or extsd?