Hi
I use nRF52832 and nRF Connect SDK v2.6.1 with visual code
I went through this exercise (academy.nordicsemi.com/.../) and the FOTA works so far. However, in this example the Bluetooth part is not stored in the boot partition but in the application partition. This just makes the application unnecessarily large. As with a firmware update, the Bluetooth part must also be sent.
My goal is to link the Bluetooth part for the FOTA into the mcuboot partition. The remaining memory should be used for an app partition so that it is as large as possible. Bluetooth is not needed in the application, it is only for FOTA needed.
Can you tel me how I have to configure the mcuboot that it is possible to do this?
Alternative it would be possible to have three partition. mcuboot, BLE + DFU and Application. During a firmware update only Application partition should be updated.
Thanks and best regards
Markus