MCUBoot configuration fails

Using SEGGER embedded studio for ARM (Nordic Edition) v5.60. using Project-> Configure nRF Connect SDK Project  Fails in configuring MCUBoot in Zephyr.

No Documentation on HOW TO USE!

Parents
  • Hi,

    You do not write exactly what you have done and how it fails. Can you elaborate?

    Regarding documentation it is a bit scattered. Perhaps the best starting point is the SMP Server Sample. Essentially the only thing you need to chagne in your application to add MCUBoot is to set CONFIG_BOOTLOADER_MCUBOOT=y. However, you also typically need more additions to add support for mcumgr in your application, to handle the transport of the new image etc. This is demonstrated in the SMP Server Sample.

Reply
  • Hi,

    You do not write exactly what you have done and how it fails. Can you elaborate?

    Regarding documentation it is a bit scattered. Perhaps the best starting point is the SMP Server Sample. Essentially the only thing you need to chagne in your application to add MCUBoot is to set CONFIG_BOOTLOADER_MCUBOOT=y. However, you also typically need more additions to add support for mcumgr in your application, to handle the transport of the new image etc. This is demonstrated in the SMP Server Sample.

Children
No Data
Related