This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM623: OSPI Secure boot with HS-SE Part

Part Number: AM623
Other Parts Discussed in Thread: AM2432

Tool/software:

Hello,

We're looking to use an HS part with OSPI flash as the boot mode. It seems like currently only SD/MMC is supported for HS-SE because of the Kernel Image needing to be in a FIT Image format, and OSPI has dtb and kernel image in separate partitions. I found this related post talking about the AM2432. Is this feature supported, or if not, will/when would it be available?

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1415720/am2432-am2432-secure-boot-encryption-with-ospi-flash-expected-date

Thank you,

David

  • Hi David,

    It seems like currently only SD/MMC is supported for HS-SE because of the Kernel Image needing to be in a FIT Image format, and OSPI has dtb and kernel image in separate partitions.

    While this isn't currently part of the SDK out-of-the-box experience, how about changing the OSPI layout such that you can place and boot such a FIT image? There shouldn't be anything preventing you going down this path to get authenticated boot to work.

    Regards, Andreas

  • Hi Andreas,

    Thank you for responding. Ok, that's good to know that there isn't a limitation with an OSPI part vs MMC/SD. We will work on repartitioning the flash to get the FIT image to work.