Whether USB or SDCard exFAT filesystem supported or not in FreescaleBoard Android 5.0.2

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Whether USB or SDCard exFAT filesystem supported or not in FreescaleBoard Android 5.0.2

Jump to solution
2,492 Views
chandrasekharma
Contributor III

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

Labels (3)
0 Kudos
1 Solution
1,018 Views
CarlosCasillas
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
4 Replies
1,019 Views
CarlosCasillas
NXP Employee
NXP Employee

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

0 Kudos
1,018 Views
CarlosCasillas
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,018 Views
gary_bisson
Senior Contributor III
0 Kudos
1,018 Views
hankchung
Contributor I

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

0 Kudos