Hi
We are developing a custom board with nRF52840 and nRF9160. The 9160 is running a modified version of serial_LTE_modem, whereas the 52840 is running the main application using SDK15.2. It all works fine :-)
But now we want to implement nrf9160 DFU over BLE. I'm aware of this ticket: https://devzone.nordicsemi.com/f/nordic-q-a/58851/nrf9160-dfu-of-user-application-over-serial, but it doesn't seem as a good solution to us since it relies on a wired serial port and mcumgr.
My plan was to download a intel.hex file over NUS to 52840, and pass it to 9160 over UART. 9160 then should save it to flash in image_0_secondary_partition. Is this doable? Or do you have some alternative and better way? Any suggestions are welcome.