2024-03-06 12:33 AM
So, I want to modify provisioning.bat and/or XML files to create an SFI that contains our developed non-secure app instead of default one, Secure Manager, and the various (especially DA one) OBKs.
This will then be downloaded into factory-fresh (only STiRoT and STuRoT installed) STM32H573-based custom boards via ST-Link/V3.
Note: at the end should be in CLOSED product state
Our project dir is a little different from the SMAK directory layout:
Solved! Go to Solution.
2024-03-07 04:09 PM
I found what I was looking for to replace the appli_0.hex (SMAK default app) with our non-secure FW app:
set appli_valid=--firmware "%projectdir%Binary\appli_!nb_modules!.hex"
2024-03-06 06:09 AM
2024-03-07 04:09 PM
I found what I was looking for to replace the appli_0.hex (SMAK default app) with our non-secure FW app:
set appli_valid=--firmware "%projectdir%Binary\appli_!nb_modules!.hex"