Hi,
I have K9f1208 NAND flash and J3F128 NOR flash in my platform, these two
driver had been successufully init and load when in debug build. Strange
things happen when I build as release, NAND flash partition dll never been
loaded. I found the DSK had been loaded, but mspart.dll never been load when
in release build when only load NAND. Any comment?
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NandDrv]
"Dll"="my_nand.dll"
"Order"=dword:3
"Prefix"="DSK"
"Index" =dword:2
"Ioctl"=dword:5
"Profile"="MSNAND"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"MemBase"=dword:b7600000
"MemLen"=dword:04000000
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSNAND]
"Name"="Nand FLASH"
"DefaultFileSystem"="FATFS"
"Folder"="NAND Flash"
"PartitionDriver"="mspart.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"MountFlags"=dword:2
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSNAND\FATFS]
"Dll"="fatfsd.dll"
"Flags"=dword:00100024
"Util"="fatutil.dll"
"Paging"=dword:1
"EnableCache"=dword:1
"CacheSize"=dword:0
"CacheDll"="diskcache.dll"
"FormatTfat"=dword:1
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD]
"Dll"="my_nor.dll"
"Order"=dword:2
"Prefix"="DSK"
"Ioctl"=dword:4
"Profile"="MSFlash"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"MemBase"=dword:b5100000
"MemLen"=dword:00400000
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
"Name"="MSFLASH for STRATAFLASH"
"DefaultFileSystem"="FATFS"
"Folder"="NOR Flash"
"PartitionDriver"="mspart.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"MountFlags"=dword:2
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
"Dll"="fatfsd.dll"
"Flags"=dword:00100024
"Util"="fatutil.dll"
"Paging"=dword:1
"EnableCache"=dword:1
"CacheSize"=dword:0
"CacheDll"="diskcache.dll"
"FormatTfat"=dword:1