Part Number: CC2745R10-Q1
Other Parts Discussed in Thread: UNIFLASH
I'm trying to perform a key update using the following steps:
1. Generating keys using the ./imgtool keygen commands.
2. Generating the key update image signed with the default TI key using ./sbtool init --key-update-key command.
3. Flash the application image signed by the test keys (from SDK) in the primary slot.
4. Use the generated app_kui.bin and flash it via Uniflash at an unused address in the main flash region (Eg. 0xE0000).
5. Call the following code from the current application:
Is there something missing in the steps or that should be done differently?
Should the security counter of the key update image be increased? If yes, how can it be done from the command?
And should the version of the key update image be higher than the application? If yes, how can it be done from the command?