Support exFAT filing system on SD card.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Support exFAT filing system on SD card.

783件の閲覧回数
divyeshmarne0
Contributor III

Hi Team,

  1. We have imx8mm device with Android 11 code. Added support for SD card in fstab entry.
  2. Could you please help here to support the exFat filing system on SD cards.

also we need following path to locate external storage (SDCARD) in adb shell:

  1. /sdcard/

Currently it is points to the internal memory which is android file system.

We need /sdcard path as a /sdcard/<Sdcard_name_byUser>

 

Thanks

Divyesh

 

ラベル(1)
0 件の賞賛
3 返答(返信)

742件の閲覧回数
divyeshmarne0
Contributor III

Hi @joanxie ,

We have added support for exfat in Android 11 code base. Now exfat formatted SDcard is supporting.

But we are not able to create folder in /sdcard folder. We need External sdcard points to the /sdcard/ClubCar directory. But in current implementation it is pointing to internal storage of device. need to change path to point External sdcard. Could you please help here ?

 

Thanks 

0 件の賞賛

752件の閲覧回数
divyeshmarne0
Contributor III

Hi @joanxie ,

I tried to format SDcard with exfat and it is working through adb shell :

evk_8mm:/ # mkfs.exfat /dev/block/mmcblk1p1
mkexfatfs 1.3.0
Creating... done.
Flushing... done.
File system created successfully.

After executing these commands, I can see type=exfat.

BUT I need default format exfat without any commands through adb shell...

 

0 件の賞賛

760件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport
0 件の賞賛