Check Your ECU Configuration
Validation ensures that your AUTOSAR configuration is technically correct and ready for code generation. It checks for:
-
Completeness: All required elements and references are present.
-
Consistency: Relationships between modules and parameters follow AUTOSAR rules.
-
Correctness: No invalid mappings, incompatible settings, or structural errors.
Validate Your DaVinci Project
-
Open the DaVinci Configurator Classic CLI in your terminal and run the following command to validate your DaVinci Project.
# dvcfg-b project validate -p="/Path/To/DaVinci/Project" -b="/Path/To/BSW/Package" -
If validation is successful, the console shows messages like:
Validation Successful