how to load freescale nand driver in WEC 7

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

how to load freescale nand driver in WEC 7

Jump to solution
788 Views
alexeym
Contributor III

Hello all!

I've got custom hardware based on mx53qsb.

I've modified necessary pieces of code. But can't get nand work.

I've placed some keys to registry:

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\FlashPDD]

    "DriverPath"="Drivers\\BuiltIn\\FlashPDD"

    "LoadFlags"="dword:2"

    "BootPhase"="2"

    "Order"="0"

[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:20

    "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

; @CESYSGEN ENDIF FILESYS_FSREGHIVE  

Labels (2)
0 Kudos
1 Solution
578 Views
alexeym
Contributor III
0 Kudos
1 Reply
579 Views
alexeym
Contributor III

Found answer here.

0 Kudos