how to load freescale nand driver in WEC 7

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to load freescale nand driver in WEC 7

跳至解决方案
1,435 次查看
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  

标签 (2)
0 项奖励
回复
1 解答
1,225 次查看
alexeym
Contributor III
0 项奖励
回复
1 回复
1,226 次查看
alexeym
Contributor III

Found answer here.

0 项奖励
回复