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,

    Ubaid_M said:
    Does it mean bootloader itself is replacing mcuboot code..?

    No, it does not.

    Ubaid_M said:
    what is the meaning of 
    "Finally, BOOTLOADER_MCUBOOT includes MCUboot as a child image"

    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. However, it does not mean that if you make any changes to the mcuboot image, it will be uploaded during DFU. If you need to update the mcuboot, you will need yet another bootloader, the "immutable bootloader", which you can read about here.

    Note: the link to this is found here:

    Best regards,

    Edvin

Children
Related