How to put hive registry on nand flash WEC7?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to put hive registry on nand flash WEC7?

808 Views
alexeym
Contributor III

Hello there!

I've got custom mx53 based board with nand flash.

I've checked SYSGEN_FSREGHIVE in Catalog Items.

And modified nand.reg like that:

; HIVE BOOT SECTION

    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\FlashPDD]

    "Dll"="flashmdd.dll"

    "FlashPddDll"="flashpdd_nand.dll"

    "Prefix"="DSK"

    "Profile"="MSFlash"

    "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}",

                     "{8DD679CE-8AB4-43c8-A14A-EA4963FAA715}"

    "FriendlyName"="NAND Flash Driver"

    "Order"=dword:1

    "Priority256"=dword:76

; @CESYSGEN IF FILESYS_FSREGHIVE

    "Flags"=dword:1000

; @CESYSGEN ENDIF FILESYS_FSREGHIVE

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]

    "DefaultFileSystem"="FATFS"   

    "PartitionDriver"="FLASHPART.dll"

    "AutoFormat"=dword:1

    "AutoPart"=dword:1

    "AutoMount"=dword:1

    "Name"="NAND FLASH Storage"

    "Folder"="NANDFlash"

    ;"FormatExfat"=dword:1

; @CESYSGEN IF FILESYS_FSREGHIVE

    "FormatTfat"=dword:1

    "MountAsBootable"=dword:1

    "MountPermanent"=dword:1

    "MountAsRoot"=dword:0

    "Flags"=dword:1000

; @CESYSGEN ENDIF FILESYS_FSREGHIVE                              

; END HIVE BOOT SECTION

AFAIK there are only 2 paremeters required to put hive registry on nand device:

    "Order"=dword:1

    "MountAsBootable"=dword:1

Am I right? What else do I need?

Labels (2)
0 Kudos
1 Reply

484 Views
igorpadykov
NXP Employee
NXP Employee

Hi alexeym

please look below

Choose ROM-only FS+HIVE-based Registry on iMX53 WinEC7 cannot boot up

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos