nRF52832 FOTA (Firmware update using BLE)

Hi,

We have developed firmware for a custom broad using the nRF52832 with 512kB flash, and our firmware currently uses 48.5% of the flash.

We are using Zephyr and version 2.6.1 of the toolchain.

The bootloader, we can find in the documentation examples uses dual-slot, so there has to be flash space for the 2x (bootloader+firmware).

Since our current firmware, which is not complete yet, uses 48.5% of the flash, I predict we will run into trouble with a full flash.

Is it possible to just have a BLE bootloader and the firmware, so if anything goes wrong, it will just start in the bootloader ?

Best regards

Jakob

Related