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
  • We require the use of DIRECT_XIP for the boot speed. Because it does not copy over the secondary slot to the primary slot. As far as I know there is no other option that allows one to run directly from the slot that was updated. It is a requirement for our product to have the ability to update to any version. I just want to know if there is anyway to use DIRECT_XIP but disabling  the version checking 

Children
Related