Generate Your ECU Configuration

Once the configuration has successfully passed validation, DaVinci Configurator is ready to generate the necessary code artifacts. This includes the BSW modules and the Runtime Environment, which are essential for the ECU to operate within the MICROSAR architecture.

Generate Source Code of Your ECU Configuration

  1. Open the DaVinci Configurator Classic CLI in your terminal and run the following command to generate your DaVinci Project.

    # dvcfg-b project generate -p="/Path/To/DaVinci/Project" -b="/Path/To/BSW/Package"
  2. If generation is successful, the console shows messages like:

    Generation Successful
  3. Find the generated code in your DaVinci Project’s output folder.