Possible to build app for MCUBoot - but do not build MCUBoot?

We have a separate customized build of MCUBoot for our board.  This works fine.  Now we would like to remove the MCUBoot build step from our app, but retain the app relocation, signing, etc in the build of the app.  Is there a way to configure the build so that the app is still built for MCUBoot, but the MCUBoot binary (which we won't use) is not built?

  • Hi Denis,

    You can disable the build of MCUBoot with CONFIG_MCUBOOT_BUILD_STRATEGY_USE_HEX_FILE, but unfortunately, there seem to be a problem with doing that right now. The application would not get signed.

    This issue is already reported to R&D and is being investigated. I cannot promise a date for the fix though.

    I'm sorry for the inconvenience.

    Hieu

Related