Flash MDD/PDD Issue.

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi all,

I am implementing WINCE 6.0 R2 flash mdd/pdd model using FMD APIs but while
loading flash media driver it gives unable to correct ECC. We have tested
with FAL/FMD model it's working perfectly.

I have kept fmdwrapperpdd folder in local and also i have given registry as

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

[HKEY_LOCAL_MACHINE\Drivers\BlockDevice\NAND]
"Dll"="flashmdd.dll"
"FlashPddDll"="fmdwrapperpdd.dll"
"Profile"="NAND"
"Prefix"="DSK"
"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"


[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\NAND]
"DriverPath"="Drivers\\BlockDevice\\NAND"
"LoadFlags"=dword:1 ; synchronous load
"Order"=dword:0
"BootPhase"=dword:2

; Override names in default profile
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NAND]
"Name"="MSFLASH for NANDFLASH"
"Folder"="NAND Flash"
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"PartitionDriver"="flashpart.dll"
"Util"="fatutil.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NAND\FATFS]
"ForceWritethrough"=dword:1
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

I have added Flash mdd in catlog item and we are also getting flashmdd.dll,
flashpart.dll in release directory.

Can any one tell why FMD is giving unable to correct ECC with MDD/PDD
archircture(Same FMD is working with FAL/FMD model) and how to slove this
issue??


Regards,
Ranjit.
.



Relevant Pages

  • Re: paired/unpaired Flash components and FMD
    ... I have an updated FMD that I can provide. ... devices using NOR Flash with 2 paired chips. ... RD_FLASH_REG macros in the driver for unpaired chips (or that I'm ...
    (microsoft.public.windowsce.platbuilder)
  • Re: msflash (fal) library in XIP mode on WindowsCE 5.0?
    ... My FMD in based on the code from the mainstoneIII BSP. ... With this driver I don't get BINFS working. ... correctly notify the FAL that the driver should be in XIP mode. ... By the way we are using NOR flash. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: FlashROM as a disk in CE 5.0
    ... If your flash has banks, maybe you can limit the FMD ... Some component or application means.If i tried to download the image to ... 0x830c8930: FSREG: Mounted ROM portion of boot registry ...
    (microsoft.public.windowsce.platbuilder)
  • FMD and TFAT
    ... I realized a Flash Media Driver (FMD) for a NOR Flash under WinCE 5.0, ... was working fine, the WinCE toolkit said "all is OK", even with the TFAT file ... Near 3000 writing ...
    (microsoft.public.windowsce.embedded)