I am using MX8QuadMax MEK running automotive android 11. Wheneven USB pendrive is inserted, I see it getting reflected on /dev/block/sda1 but, it is not getting mounted to the system. Even if I manually mount it, then also system does not detects the external device connected. Although, I am able to see the files in serial terminal.
I tried mount /dev/block/sda1 /mnt/media_rw/
then mount -o rw, remount / but nothing shows up in the notification or Settings or Files explorer related to external device.
Note: I am connecting USB pendrive via otg on the type-C port of MX8QM MEK board.
@b36401USB configuration is already added to the fstab.nxp.car. Any other solution or modification. Current USB configu
/devices/platform/passthrough/passthrough:bus@5b000000/5b0d0000.usb/* auto auto defaults voldmanaged=usb:auto
/devices/platform/bus@5b000000/5b0d0000.usb/* auto auto defaults voldmanaged=usb:auto
Please try to add this mount item into fstab file.