Hello!
During the development phase, we have been flashing our nRF52 devices directly (though the debugger) and with no signing keys. We have also tested flashing the devices over the air (now with signing keys), because it can be very convenient.
We now require a faster method to flash our complete firmware to the devices, without using bluetooth.
I had a look at this answer and tried several configurations and possibilities, but with no success. I was able to flash a version of the firmware, but the bootloader never boots the application, and keeps waiting to be flashed over the air. It also seems that our specific case is not covered by the answers (keys...).
Our firmware contains the Signed Bootloader + Softdevice + App. I believe the presence of the signed bootloader is what may be causing the described methods to fail.
What procedure should be followed to merge the complete firmware?
We are using a nRF52832 with S132 (SDK 12.3.0).
Thanks!