sample nCS code to evaluate DFU-OTA on nRF52833

Hi,

I am working on an application to transfer firmware file via BLE-GATT to nRF52833. 
Can you kindly suggest any sample code for me to evaluate.

Thanks,

Ubaid

Parents Reply
  • Hello ,

    It means that if you add CONFIG_BOOTLOADER_MCUBOOT=y, the compiler will add and compile the mcuboot image to your project, so that it is flashed when you use west flash.

    I was able to find out more on this, In the build folder there are 2 build files
    1. One for application build file at location: "build\zephyr"
    2. One for child image (mcuboot file): "build\mcuboot\zephyr"

    Now if I want to flash on board the mcuboot build file found at the path : "build\mcuboot\zephyr",
    Please guide how do I flash it..?

    Thanks,

Children
Related