DFU single bank ncs v2.4.0

Is there any way to OTA single bank?, I use nrf52833 and SDK v2.4.0

Parents Reply Children
  • Hi Swathy, thanks for your answer.

    Currently I am doing a program on nrf52833, the flash memory is not enough for me to divide it into 2 banks, so I want to OTA on 1 bank. I repartitioned the partition using static partition. And I used the configuration CONFIG_BOOTLOADER_MCUBOOT=y and the division was successful.
    I use an esp32 OTA for nrf52833 using UART. In the program I initiate OTA and receive files from UART, can I write directly to the main partition?

Related