MCUBOOT

For our project we switched over to using DIRECT_XIP mone primarily because of the faster boot time but it automatically enables downgrade protection. For our project we need the ability to downgrade. So is there anyway to have DIRECT_XIP while still allowing for the ability to downgrade.

Parents Reply
  • Noted, thank you for elaborating.

    Then the answer is unfortunately no, not currently and not without a feature request that will implement a workaround through the configuration or that you create your own custom MCUboot (which is possible) that does not select MCUBOOT_BOOTLOADER_NO_DOWNGRADE when building your project with DIRECT_XIP.

    I've checked in internally w.r.t the last option to see if there is any pitfalls that I've not considered and I'll get back to you with an update when I hear back from them

    Kind regards,
    Andreas

Children
Related