Re: Setup NAND flash registry persistence storage help?
- From: "Luca Calligaris" <anonymous@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 7 Oct 2008 07:53:36 +0200
Your registry settings should work but I would set:
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Documents and Settings\\system.hv"
"ProfileDir"="Documents and Settings"
"Flags"=dword:1
By the way: I suppose you have tried your configuration and it does not
work, does it?
What happens when the system boots? Is it your flash partitioned and
formatted?
If this is not the case try to add
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
"AutoPart"=dword:1
"AutoFormat"=dword:1
--
Luca Calligaris
www.eurotech.it
<mdawn911@xxxxxxxxx> ha scritto nel messaggio
news:d2f0a4cd-983f-4580-8ebb-33522bd6af52@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello:
I need help to setup NAND flash registry persistence. Can anyone out
there know how to setup NAND flash registry persistence?
Here is my registry setup:
; HIVE BOOT SECTION
;------------------------------------------------------------------------------
; NAND FMD Driver
;
IF BSP_NAND_FMD
; Use Device Manager to load the NAND FMD driver as a built-in block
driver.
; This can be used for both WinCE and Windows Mobile builds.
;
; Note that we do not currently support Windows Mobile Image Update or
any
; other NAND flash accesses during the early boot phases. Therefore,
we do
; not need the Storage Manager Autoload keys that are normally used
for
; loading the NAND FMD driver in Windows Mobile.
;
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NANDFMD]
"Dll"="nandfmd.dll"
"Prefix"="DSK"
"Profile"="FlashDisk"
"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"FriendlyName"="Freescale NAND Flash Driver"
"Order"=dword:1
; Override names in default profile. These settings are also required
to
; support the automatic mounting and creation of the "NAND Flash"
folder.
;
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
"DriverPath"="Drivers\\BuiltIn\\NAND_Flash"
"Name"="NAND FLASH"
"Folder"="NAND Flash"
"DefaultFileSystem"="FATFS"
ENDIF ; BSP_NAND_FMD
;------------------------------------------------------------------------------
;============ MD: Hive Profile ==========================
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS]
"MountFlags"=dword:2
;============ MD: Registry Hive Persistence =============
[HKEY_LOCAL_MACHINE\init\BootVars]
; "SYSTEMHIVE"="\\NAND Flash\\system.hv"
; "PROFILEDIR"="\\NAND Flash"
"Start DevMgr"=dword:1
; "DefaultUser"="User"
; "Flags"=dword:3
; END HIVE BOOT SECTION
.
- References:
- Setup NAND flash registry persistence storage help?
- From: mdawn911
- Setup NAND flash registry persistence storage help?
- Prev by Date: ICS and autodial
- Next by Date: Re: Adding both .NET 2.0 and 3.5
- Previous by thread: Setup NAND flash registry persistence storage help?
- Next by thread: Re: Adding both .NET 2.0 and 3.5
- Index(es):
Relevant Pages
|