Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V2.1.17.1
-
Component/s: Middleware
-
Labels:None
-
Account:SDO rcX (SDORCX)
Description
This is not consistent. When you format the file system and then load a ELF with Lauterbach directly, DDP_Init() fails because the "PORT_0" directory is missing. This should rather be a tolerated case of Ddp_EvaluateConfigFile(), similar to when only the file is missing.
ulRet = Mid_FatChangeDirectory(hSysVol, DDP_CONFIG_FILE_PATH);
/* TODO: Handle MID_FAT_PATH_NOT_EXISTS as success case */