Hi community.
I have using EVK board (8MMINI-LPD4) with fsl-image-qt5-validation-imx(4.14-sumo).
As the title says, the exFAT SD card could not be mounted, does anyone know How to Mount exFAT SD Card?
What I did:
- added <IMAGE_INSTALL_append += " fuse-exfat exfat-utils"> to site.conf
- added the following line to fstab
/dev/mmcblk1p1 /media/card auto defaults,sync,noauto 0 0
mount command is OK, but I can not access mountpoint.
root@imx8mmevk:~# ls /media/card
ls: cannot access '/media/card': Transport endpoint is not connected
dmesg is as follows.
root@imx8mmevk:~# dmesg | grep mmc1
[ 2.307196] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[ 2.492272] mmc1: host does not support reading read-only switch, assuming write-enable
[ 2.711695] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
[ 2.712296] mmcblk1: mmc1:59b4 SMI 14.9 GiB
root@imx8mmevk:~#
Best Regards,
T.Kashiwagi