Tool/software:
Hi
For our project I would like to enable XIP for the SBL.
Starting from the OSPI SBL example I can't seem to figure how to do this.
The reason behind this requirement to leave a maximum of space in RAM for the multicore application that will be loaded to execute next.
I think I can contain the "RAM" required by the SBL in TCMB but I'd like to leave at little as possible in OCM.
At the moment by project would build ok but the gen image fails
[110]Traceback (most recent call last):
[111] File "C:\ti\mcu_plus_sdk_am263px_10_00_00_35\source\security\security_common\tools\boot\signing\mcu_rom_image_gen.py", line 441, in <module>
[112] raise Exception(except_msg)
[113]Exception: SBL/HSM size should be less than 983000
Would you have a step by step guide on how to achieve this ?
Thanks a lot for you help.
Regards
Seb