当前位置: 代码迷 >> WinCE >> NandFlash映射到PC端解决方案
  详细解决方案

NandFlash映射到PC端解决方案

热度:315   发布时间:2016-04-28 13:49:10.0
NandFlash映射到PC端
各位好:
  现在我碰到一个这样的情况,通过USB连接PND之后,Wince下的NANDFLASH分区映射不到电脑上面,但是SD卡是可以映射上去的。而且在Wince界面查看FLASH分区一切又都是正常的。不知哪出错?

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv]
  "DefaultFileSystem"="BINFS"
  "PartitionDriver"="mspart.dll"
  "AutoMount"=dword:1
  "AutoPart"=dword:1
  "Folder"="ResidentFlash"
  "Name"="Microsoft Flash Disk"
  "BootPhase"=dword:0
  "DisableAutoScan"=dword:1
  "ForceWritethrough"=dword:1

[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Mass_Storage_Class\FlashDrv]
  "Enabled"=dword:1 ;Enable/Disable the disk. If use New NANDFLASH Driver,must set 0 here
  "Partitions"=hex:02 ;Partition list, eg."hex:02,03" will map the 02 and 03 partition
  "Removable"=dword:0 ;Non-removable disk
  "CDROM"=hex:00 ;Partition list, eg,"hex:01,00" will map the 02 partion is CDROM and 03 partition is storage
  "DeviceFlag"=dword:0 ;Additional flag set to the disk. eg."dword:2" will set this disk read-only.

------解决方案--------------------
关注此问题。
------解决方案--------------------
+关注,偶尔发现这个问题,但是未解决呀
  相关解决方案