This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using Segger embedded studio with MCUboot and Zephyr projects

Hi Nordic, 

I am using simple LED blinky project on nRF52840, referenced from here.

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/nrf52840dk_nrf52840/doc/index.html#testing-the-leds-and-buttons-in-the-nrf52840-dk

However, I am not lucky enough to get my MCuboot bootlaoder and Zephyr application working on Segger embedded. 

Is there a user guide that can guide me through ? 

Thanks 

Parents
  • Here is a guide that explains how to do a FOTA upgrade with an nRF52 and NCS/Zephyr.

    All you need to do to add MCUboot to your application is to set CONFIG_BOOTLOADER_MCUBOOT=y in the applications prj.conf file. In addition to this, you need a way to transfer your application. You can let the application do it (merge your application with the smp_svr sample). You can also let MCUboot do the transfer itself, by enabling MCUboot serial recovery.

    Best regards,

    Simon

Reply
  • Here is a guide that explains how to do a FOTA upgrade with an nRF52 and NCS/Zephyr.

    All you need to do to add MCUboot to your application is to set CONFIG_BOOTLOADER_MCUBOOT=y in the applications prj.conf file. In addition to this, you need a way to transfer your application. You can let the application do it (merge your application with the smp_svr sample). You can also let MCUboot do the transfer itself, by enabling MCUboot serial recovery.

    Best regards,

    Simon

Children
No Data
Related