Hi, I am developing BLE beacon application on the nrf52820 soc which has limited Flash resources. I want to have the FOTA through BLE abilities built in to enable firmware updates in the future. Internally we found some conflicting information on the ability to do an in-place FOTA with just one partition slot - which is better for us as it gives more flash for the actual app than a two-slot update. We are using NCS 2.7.0 and Zephyr, can someone advice if one-slot update is possible with our setup? If not, are there any plans to enable this feature, if so when could we expect this to be available?
Thanks!