Skip to content

mcuboot: how to integrate mcumgr into mcuboot ( as only the mcuboot is available and mcumgr will write application) #81331

Answered by JPHutchins
DineshVaghela asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is a normal use case, called "serial recovery" - though in some cases it is the ONLY mechanism to change FW. See the Serial recovery section here: https://docs.mcuboot.com/readme-zephyr.html

Here are some sample configuration files that we use for HW integration tests.

Since you have dual application slots, I do wonder if you really want the SMP server for firmware updates in the bootloader only or ALSO in the application?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DineshVaghela
Comment options

Answer selected by DineshVaghela
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment