This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to implement Hive based registry to SD.

am using a WINEC7. As I know by default RAM registry is used by system, to keep registry information persistent I am trying to use hive based registry. From Catalog item in Platform Builder, I choose hive based registry .

made necessary changes in platform.reg and sdhc.reg file with the help of followings threads

http://social.msdn.microsoft.com/Forums/en-US/winembplatdev/thread/9bdc1c95-a6e8-4f07-a6b2-7fb11c47268f

http://msdn.microsoft.com/en-us/library/ee490032%28v=WinEmbedded.60%29.aspx

http://processors.wiki.ti.com/index.php/Persistent_Registry_in_ARM-A8_BSP#SD.2FMMC_Persistent_Storage

after the compilation when i try to run the image it hangs at +PrcmPostInit()

do we need to add

SD Bus Driver (add to sdhc.reg)

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SDBusDriver] and

SDCard Client Drivers (SDMemory_Class, MMC_Class and their High_Capacity versions) (add to sdhc.reg)

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class]

I hope i get a reply ASAP