thanks for looking in to this, I am using win ce 6.0, I need to implement
hive based registry support , for that i have added hive based registry
catlog item along with Rom only file system.
set the the appropriate registry as specified in the msdn documentation,
I am able to boot the system but main scrren does't appear , some times show
blank screen and some times some window (i thing that is related to
activesync) and which size is so bigger that i cant see its close button even
on the PC (if device connected to pc) activesync connection established but
can't explorer files ,remote tregistry
the registry settings.
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Registry\\System.hv"
"ProfileDir"="Registry"
"Flags"=dword:1
"Start DevMgr"=dword:1
then included
nand flash driver registry settings and cepddk settings in hive boot section.
and cepddk
set mount as bootable aswell as mount as root for FlashDisk Profile
please suggest me any solution.
Thanks
-Anant Wakode
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"AnantWakode" <Anant...@discussions.microsoft.com> wrote in message
news:EF3AC057-0AC7-4DDE...@microsoft.com...
I have made following changes and its working now, please let me know if
there is any non needed settings are present with this.
I am using WIN CE 6.0
1) Added Hive Based Registry Component
2) Added ROM Only File System
3) Modified Registry
;Common.reg
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FATFS]
"Flags"=dword:00020024
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Registry\\System.hv"
"ProfileDir"="Registry"
"Flags"=dword:1
"Start DevMgr"=dword:1
this setting was missing. is it really needed ?????
[HKEY_LOCAL_MACHINE\init\BootVars]
"Flags"=dword:3
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS]
"MountAsRoot"=dword:1
this setting was missing. is it really needed ?????
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
"MountAsRoot"=dword:1
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
"MountAsBootable"=dword:1
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS\Filters\CEFilt]
"Dll"="cefilt.dll"
;Platform.reg
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NAND_Flash]
"Flags"=dword:1000
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CSPDDK]
"Flags"=dword:1000
Thanks
-Anant
can you please tell me the settings i have provided are needed ? or any
redundant settings are present.
Thanks again
-Anant
"Bruce Eitman [eMVP]" wrote:
> .
>
Paul T.
actualy till now I was just exprementing.
I am going to move these changes to platform or project.
I am doubtful about one thing suppose i moved all the common.reg changes
(related to current topic) in to either platform or project.reg. wheather
those keys will get overridden as already there are few keys already present
in the common.reg. which are not useful to me. like MSFLASH
can I use PRJ_ variables for conditional inclusion of registry settings
present in project.reg or platform.reg
Thanks again.
-Anant
Some articles that you might want to read:
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"AnantWakode" <Anant...@discussions.microsoft.com> wrote in message
news:19C61E19-B9E3-4FB7...@microsoft.com...
As I recall the priority order of settings:
common.reg
project.reg
platform.reg
<PB projects>.reg
Paul T.
Paul T.
I have made the changes as per your suggestion and its working,....!
Thanks again !
-Anant Wakode
Do we really need to set SYSGEN_FSROMONLY or we can also have a hive
registry using SYSGEN_FSRAMROM that is saving the system.hv file on a
nandflash?
Thank you
"AnantWakode" <Anant...@discussions.microsoft.com> wrote in message
news:19C61E19-B9E3-4FB7...@microsoft.com...
Paul T.
"Keaven Pineau" <keavenpineau...@videotron.ca-no-more-spam> wrote
in message news:%23b1F2sN...@TK2MSFTNGP04.phx.gbl...
What you do need to do is set the environment variable PRJ_ENABLE_FSREGHIVE
which is documented in common.reg. I beleive that this variable is the work
of the devil becuase it is so obscure and creates a result that is not
usually expected.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"Keaven Pineau" <keavenpineau...@videotron.ca-no-more-spam> wrote
in message news:%23b1F2sN...@TK2MSFTNGP04.phx.gbl...
Another one concerning the FLASH hash that is done by the kernel for
checking the integrity of the memory on boot and force a clean hive. Do you
know on which section of the FLASH the hash is done? Is it done only on the
FLASH partition where I want to save the system.hv?
Regards,
"Bruce Eitman [eMVP]" <bruce.eit...@Eurotech.com.nospam> wrote in
message news:eq3zwZQt...@TK2MSFTNGP02.phx.gbl...