Hi All,
I am using Android - Marshmallow, version 6 for the iMX6-q sabresd platform.
I Created the Directory in init.rc file ( path: system/core/rootdir ).
Separate path is successfully created in following paths,
/mnt/media_rw/USB - Need to mount USB here
/mnt/media_rw/SD - Need to mount SD here
service bootanim /system/bin/bootanimation
class core
//user graphics
user system - Added
group graphics audio
disabled
oneshot
Then, Making the change in the fstab.freescale file,
/devices/soc0/soc.0/2100000.aips-bus/2194000.usdhc/mmc_host* /mnt/media_rw/SD auto defaults voldmanaged=sdcard:auto,encryptable=userdata
/devices/soc0/soc.0/2100000.aips-bus/2184000.usb/ci_hdrc.0* /mnt/media_rw/USB auto defaults voldmanaged=usb:auto
But, I am not getting the reflection in my mount path. This fstab.freescale file not reflecting.
Can anyone help me to resolve this issue.?