Hi,
I am working on Sitara bring up. We are using android gingerbread and the kernel version is 2.6.37.
I am trying to auto mount the USB. I made the changes in vold.fstab and it is working fine.
But I don't want to make the changes in vold.fstab i.e. I don't want to add entry for the USB mass storage device.
While running logcat shows the log like:-
usb mass storage support is not enabled in the kernel and usb configuration switch is not enabled in the kernel.
For that I enabled the CONFIG_SWITCH and CONFIG_USB_ANDROID_MASS_STORAGE then also it was not showing any change.
Logcat is showing the same log again as it was showing previously.
Does anybody have any solutions or suggestions?
Thanks in advance.