Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi, I am trying to compile the SBL KEYWRITER project to program the AM263X's e-fuses with MCU+ SDK version 10 (as this version addresses a lot of issues that we encountered with previous versions); also because we need to actually modify this SBL image to perform some hw piloting of certain on-board devices (the sitara is not on the CC evaluation board).
In any case, I noticed that at line 59 of "keywriter_utils.c" the call to "Hsmclient_loadHSMRtFirmware" is incorrect (with just one parameter), and checking the acutal function signature in the sdk I get this: "int32_t Hsmclient_loadHSMRtFirmware(HsmClient_t *gHSMClient, const uint8_t *pHSMRt_firmware);".
Since the signature is different, I also expect other changes to the internal workings of the library. Coud you tell me when do you expect to update the sbl keywriter to support MCU+ SDK version 10?
Just to clarify, we are specifically using version 10 of the sdk because of the problems that we encountered with the previous versions (we need to actually modify the sbl keywriter fw and interact with the rest of the board to correctly burn the e-fuses); see: https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1353815/am2634-hsm-app-encryption-for-secure-boot-on-hs_se-devices
Thanks,
Riccardo