Part Number: AM2434
Hi, I am currently working on secure boot for a multi-core application that takes up more than 256kb. I found these two threads on this topic:
AM2434: AM243x Secure Boot (SBL OSPI) – 256KB Decryption Limit vs Total MSRAM - Arm-based microcontrollers forum - Arm-based microcontrollers - TI E2E support forums
In both threads the answer to deal with 256 kb limitation was to adjust memory layout, from this my question is (1) how to adjust/modify memory map layout? what processes does this involve?
Also, I have 2 multi-core images for different applications one that is ~300kb and another ~1600kb. For 1st application only memory map layout adjustment is needed, but for 2nd from my understanding it is too large even with memory map adjustment, thus (2) what sort of recommendations do you have for estabilishing secure boot for an application of that size?
Thank you for your time.