Create SFI with own NS app, Secure Manager, and OBKs for STM32H573
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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:
- <project_root_dir>
- Binary
- appli.bin
- appli_enc_sign.bin
- appli_enc_sign.hex
- ROT_Provisioning (basically copied from SMAK)
- DA
- SM
- STiROT
- Binary
Solved! Go to Solution.
- Labels:
-
Secure Manager
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-07 4: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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-06 6:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-07 4: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"
