Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hive Registry in NAND Flash in WinCE 6.0

324 views
Skip to first unread message

siddiq

unread,
Oct 8, 2009, 9:15:11 AM10/8/09
to

Hi all,

I am implementing Hive Registry in the Window CE 6.0 R2 in NAND Flash.
I added the Hive Registry catalog item and added the following registry
entries in platform.reg file and gave Clean Sysgen.

; HIVE BOOT SECTION

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NAND_Flash]
"Dll"="nandfmd.dll"
"Order"=dword:2
"Prefix"="DSK"
"Ioctl"=dword:4
"Profile"="NANDFlash"
"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"FriendlyName"="NAND FLASH Driver"
"Flags"=dword:1000

; Override names in default profile
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NANDFlash]
"Name"="NAND FLASH"
"Folder"="NAND Flash"
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"PartitionDriver"="mspart.dll"
"DefaultFileSystem"="FATFS"

; Uncomment to autoload NAND FLASH driver before device manager.
; Needed if registry is stored in NOR. Eg persistent storage
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\NANDFlash]
"DriverPath"="Drivers\\BuiltIn\\NAND_Flash"
"LoadFlags"=dword:1
"Order"=dword:0
"BootPhase"=dword:0

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NANDFlash\FATFS]
"MountAsBootable"=dword:1

[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="NAND Flash\\system.hv"
"ProfileDir"="NAND Flash"
"Start DevMgr"=dword:1

[HKEY_LOCAL_MACHINE\System\ObjectStore\RegFlush]
"SpawnThread"=dword:1
"FlushPriority256"=dword:FF
"ActivityThreshold"=dword:1

; END HIVE BOOT SECTION

But System.hv & default.mky files are stored in folder named "NAND Flash" and
one more icon is created with name "NAND Flash2" where my files which is
already stored in NAND Flash present.

I would like to know Whether NAND Flash driver is loading twice and what
changes i need to do in my Registry entires so that Hive registry files are
stored in my NAND Flash.

Please help me to solve this issue.

Marcelovk

unread,
Oct 8, 2009, 2:59:31 PM10/8/09
to
Hi,

Please certify that the Object Store is not mounting itself as
bootable. You can add this into the registry to make sure of it;

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ObjectStore]
"MountAsBootable"=-

Thanks,
Marcelo

siddiq via PocketPCJunkies.com

unread,
Oct 9, 2009, 12:44:53 AM10/9/09
to
Hi Marcelovk,
Thank you so much for your answer. After adding this registry in
the Platform.reg file. its working fine.

Thanks & Regards,
Siddiq


Marcelovk wrote:
>Hi,
>
> Please certify that the Object Store is not mounting itself as
>bootable. You can add this into the registry to make sure of it;
>
>[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ObjectStore]
> "MountAsBootable"=-
>
>Thanks,
>Marcelo
>

>> Hi all,
>>
>[quoted text clipped - 56 lines]


>>
>> Please help me to solve this issue.

--
Message posted via PocketPCJunkies.com
http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-pb/200910/1

0 new messages