mcuboot: how to integrate mcumgr into mcuboot ( as only the mcuboot is available and mcumgr will write application) #81331
-
I have a below scenario does mcuboot will help ? I have only mcuboot running into the microcontroller. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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? |
Beta Was this translation helpful? Give feedback.
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?