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.

CC2745P10-Q1: mcuboot example for CC2745 OAD

Part Number: CC2745P10-Q1

Tool/software:

I'd like to implement mcuboot + persistent oad app + user oad app for my OAD solution. In SDK F3 8.40.02.01, I can find examples for persistent oad app and basic ble oad app, but I didn't see example for mcuboot, will TI provide one? BTW, I see mcuboot examples for CC2340. Thanks.

  • Hello,

    MCUBoot is not yet implemented for the CC2745, however, it is planned for late April. We do support Secure Boot, which is similiar to MCUBoot, but on-chip.

    For more information: <sdk>\source\ti\common\secure_boot\README.md

    For an example project that uses secure boot: <SDK>\examples\nortos\LP_EM_CC2745R10_Q1\secure_boot\secure_boot

    Hope that helps!

    Best,

    Nima Behmanesh

  • Hi,

    Thanks for your reply. We need to have our own authentication mechanism for OAD images, as my understanding, use on-chip secure boot is not capable, right?

    Thanks,

  • Hello,

    Secure Boot will verify images as well. If you use OAD to store the image in a second slot (and depending on Secure Boot is configured XIP, Overwrite, etc.) Secure Boot will verify the image before booting into it.

    Best,

    Nima Behmanesh