Hi,
I'm porting android 1.6 to our omap 3530 based board.
We have two partition in our sdcard.
1. mmcblk0p1- rootfs(containing android file system) -ext3 type
2. mmcblk0p2 - this had to be mounted as /sdcard - vfat type.
When android got boots in, sdcard partition /dev/mmcblk0p2 didn't get
mounted in /sdcard.
I have configured vold.conf correctly as below
media_path /devices/platform/mmci-omap-hs.0/mmc_host/mmc0
I get following message from logcat
I/vold ( 658): New MMC card 'SD01G' (serial 2478986119) added @ /
devices/pla
tform/mmci-omap-hs.0/mmc_host/mmc0/mmc0:6d66
I/vold ( 658): Disk (blkdev 179:0), 1939456 secs (947 MB) 2
partitions
I/vold ( 658): New blkdev 179.0 on media SD01G, media path /
devices/platform
/mmci-omap-hs.0/mmc_host/mmc0/mmc0:6d66, Dpp 2
I/vold ( 658): Partition (blkdev 179:1), 991938 secs (484 MB) type
0xb
I/vold ( 658): New blkdev 179.1 on media SD01G, media path /
devices/platform
/mmci-omap-hs.0/mmc_host/mmc0/mmc0:6d66, Dpp 1
I/vold ( 658): Partition (blkdev 179:2), 947422 secs (462 MB) type
0x83
I/vold ( 658): New blkdev 179.2 on media SD01G, media path /
devices/platform
/mmci-omap-hs.0/mmc_host/mmc0/mmc0:6d66, Dpp 0
I/vold ( 658): Evaluating dev '/devices/platform/mmci-omap-hs.0/
mmc_host/mmc
0/mmc0:6d66/block/mmcblk0' for mountable filesystems for '/sdcard'
I/vold ( 658): Aborting start of /sdcard (bootstrap = 1)
I/vold ( 658): Volmgr not ready to handle device
E/vold ( 658): Unable to open '/sys/class/switch' (No such file or
directory
)
D/vold ( 658): Bootstrapping complete
It appears to me that, uevent for mounting sdcard arrives, even before
bootstrapping finishes out (not sure), which leads to aborting of
mouting of sdcard.
What could be the cause of this issue??. Please give me suggestions
to fix up the issue.
regards,
P.Arun
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting