I have a WEC2013 image that boots from a SDCARD. I want use the file system to store the registry hive too.
For that purpose I added following catalog items:
This causes that following catalog items are activated by dependency:
- SYSGEN_FATFS
- SYSGEN_FATUTIL_NOUI
- SYSGEN_SDBUS
This causes that the sdbus.dll is loaded. The function SDC_Init is called and returned success. But there is no folder "Storage Card" that I expect since it is defined as.
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SDMemory]
"Name"="SD Memory Card"
"Folder"="Storage Card"
What must I add to make the SD card accessible in the running OS?