I have a device with a Secure-DFU bootloader on it. I was wondering what it would take to OTA update it to the Mesh-DFU bootloader.
Some background around the use-case: I have an nRF52832 that I'm going to install into a chassis. Once it's in the chassis, it's not feasible to access the JTAG port. However, I plan on pushing frequent updates while I do my development. I've been developing with the Mesh-DFU bootloader, but it is very slow to update (takes at least an hour). So I would like to initially flash the Secure-DFU bootloader since it's faster to update. Then once I don't need to push out frequent updates, I would like to OTA update my device to use the Mesh-DFU bootloader.