Can anybody describe steps to generate a "ROM-only File System" image for Mini210s? I've made an image, but it stops after loading. I'm not completly new, beacuse using Mini6410 for a long time.
Mini210s: ROM-only File System
Mindee, I've asked this question in WinCE forum, because have to build WinCE image instead of Linux. Have you got any experience in that one?
I think It is better in a pure Windows7, to install all the things that 210 need again. Or delete all the 6410 stuff. Mindee
It should be enought to add the ROM-Only Filesystem support from the
catalog and enable MountPermanent in platform.reg
Have a look at this:
IF BSP_NONANDFS !
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NANDFLASH]
"Prefix"="DSK"
"Dll"="flashmdd.dll"
"FlashPddDll"="nandflash.dll"
;"Index"=dword:1
"Order"=dword:0
"FriendlyName"="NAND FLASH Driver"
"Profile"="NANDFLASH"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
IF IMGHIVEREG
"Flags"=dword:1000
ENDIF IMGHIVEREG
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\NANDFLASH]
"DriverPath"="Drivers\\BuiltIn\\NANDFLASH"
"LoadFlags"=dword:1 ; load synchronously
"BootPhase"=dword:0
IF IMGHIVEREG
"MountAsBootable"=dword:1 ; for Hive-based registry
ENDIF IMGHIVEREG
"AutoMount"=dword:1
"MountFlags"=dword:0
IF SYSGEN_FSREGHIVE
"MountAsBootable"=dword:1
"MountPermanent"=dword:1 ; Only if SYSGEN_FSROMONLY
ENDIF
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NANDFLASH]
"Name"="NANDFLASH"
"DefaultFileSystem"="FATFS"
"PartitionDriver"="flashpart.dll"
"Folder"="NANDFlash"
"AutoPart"=dword:1
"AutoFormat"=dword:1
"AutoMount"=dword:1
"MountFlags"=dword:0
IF SYSGEN_FSREGHIVE
"MountAsBootable"=dword:1
"MountPermanent"=dword:1 ; Only if SYSGEN_FSROMONLY
ENDIF
"MountAsRoot"=dword:1
ENDIF BSP_NONANDFS !


