Hi, I installed MCUXPRESSO for VS Code on windows, I downloaded the SDK for imx95lp4xevk15 and I built hello_world_cm7.
The build process works but when I try to load and debug the firmware into evaluation board I have the following error:
[2025-07-09T15:09:21.194] [proc] [error] C:\NXP\MCUX_Provi_25.03\bin\securep.exe exited with code 1
[2025-07-09T15:09:21.194] [proc] [error] Arguments loaded from --args-file: --additional-images C:\Users\mirko\AppData\Local\Temp\securep_additional-images_d36dvz35.json --ele-firmware
2025-07-09 15:09:20,667 INFO: [root] workspace C:\Users\mirko\Documents\Projects\imx95lp4xevk15_hello_world_cm7\.secureprovisioning
2025-07-09 15:09:20,669 INFO: [root] Loading settings from workspace: No settings file found
ERROR: Invalid value, ELE firmware file not found
Absolute path OR workspace relative path to the image binary file with ELE firmware. For firmware distribution information, see the Processor-specific workflows chapter in the User Guide.
ERROR: #3 Errors:
- Missing configuration for: lpddr_imem, lpddr_dmem, oei_ddr
- Missing configuration for: oei_tcm
- Missing configuration for: system_manager
ERROR: The build command failed with error: There are problems in settings, see Log for details
ERROR: Secure Provisioning Tool exited with an error. See above for errors.
Any suggestions?