Hi,
I already create a "ResidentFlash" folder for my remaining nand flash.
The following is the snippet of our platform.reg.
It should be FAT format. Why is "DefaultFileSystem" "BINFS" in the following?
Why the folder name is not defined in FATFS registry setting ?
; Bind BINFS to the block driver
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv]
"DefaultFileSystem"="BINFS"
"PartitionDriver"="mspart.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"MountFlags"=dword:11
"Folder"="ResidentFlash"
"Name"="Microsoft Flash Disk"
"BootPhase"=dword:0
; Keep FATFS from trying to shadow \Windows
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv\FATFS]
"MountFlags"=dword:0
"AutoMount"=dword:1
"AutoPart"=dword:1
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"MountFlags"=dword:0
Thanks.
Yu.