Hi all,
Kindly confirm me whether exFAT filesystem supported in android lollipop 5.0.2 for freescale board. Or else Is there any freescale patches we need to add in AOSP code for supporting exFAT filesytem???? Kindly put any reference links or notes thanks in advance
Solved! Go to Solution.
Hi,
Previous Android BSPs don’t include exFAT support. I have internally asked to AE team if newer Android BSP already included this support, because it could be added to Linux BSP as explained on the document below:
How to support exFAT in i.MX6DQ Linux release
Hope this will be useful for you.
Best regards!
/Carlos
Hi,
Previous Android BSPs don’t include exFAT support. I have internally asked to AE team if newer Android BSP already included this support, because it could be added to Linux BSP as explained on the document below:
How to support exFAT in i.MX6DQ Linux release
Hope this will be useful for you.
Best regards!
/Carlos
Hi,
I have confirmed with AE team that we only support FAT and NTFS on Android. The FAT is supported by Linux kernel. NTFS is supported by NXP and it is a user-space file system implemented in Android VOLD.
We don't support extFAT by default. As we all know, there is some license issue about this file system, you can use open source implementation by yourself. For example, extfat-fuse.
Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi,
Just as a FYI, we added it to our Lollipop release using Cyanogen implementation:
https://boundarydevices.com/android-lollipop-5-1-1-ga-release-for-i-mx6-boards/
vold: exFAT support · boundarydevices/android_system_vold@853cb0f · GitHub
Regards,
Gary
Hi Gary,
I added exfat that you give, but have something error:
system/vold/Exfat.h:22:18: fatal error: string: No such file or directory.
Can you give me detailed steps or something reference ?
My OS is android 4.3 for iMX6.
thx