We need you to specify whether by ‘no SD features needed, only bootloader’ is meant that only the bootloader to boot the image is needed (then you can use just MBR), or also the DFU over BLE functionality is needed.
Either way, you can study the OTA client in our SDK (first case) or OTA Server with BLE (similar to second case, instead of BLE DFU it just transfers the image on the server).
We need you to specify whether by ‘no SD features needed, only bootloader’ is meant that only the bootloader to boot the image is needed (then you can use just MBR), or also the DFU over BLE functionality is needed.
Either way, you can study the OTA client in our SDK (first case) or OTA Server with BLE (similar to second case, instead of BLE DFU it just transfers the image on the server).
I'll look into those examples if I need to, however I have already started redoing the project from another, BLE based project for other reasons.
Thanks anyway!