Part Number: F29H85X-SOM-EVM
Hi,
In F29H85X,
- While converting device to SE from KP, we use CP of Seccfg first, we generate the Seccfg.bin from the given seccfg.out provided in sdk itself. While flashing, the Seccfg contents will be stored in Bank 0 - SECCFG's inactive sector of C29 flash and its certificate will be stored in CERT0 of HSM flash. While boot up this will be loaded successfully and run.
When there is an update of SECCFG contents, I will write into Bank1 SECCFG's inactive sector and certificate to CERT1 region in HSM flash, during boot up this will be active SECCFG sector which is handled by the device itself.
If there is update again, I will follow step 1 again, I need to erase the CERT0 region to store certificate, can we do this? Is my assumption correct?
If the SECCFG region is dormant which is flashed during CP, can we erase this sector? - In sdk, seccfg.out files are given by default, how can we create our own seccfg.bin files for different ssu settings? Or do we just use the provided .out files?
Thanks and regards