Hi,
We are attempting to update the nRF52840 on our Thingy91 over the UART connection from the 9160. All development on the nRF52 is done in the nRF5 SDK 17.0.2. I have flashed the secure uart debug bootloader. I can enter it from the application, and I believe successfully send the init packet. I follow the example provided here for the DFUMaster_UART on the 9160 side. Currently, I generate the firmware update packages with nrfutil (debug mode) and put the data into a .h file on the 9160. I have tested this method successfully with the BLE debug bootloader from my phone and it works. However, when trying to send the application image over UART I get:
This is directly after the successful init packet execution. Please let me know how I can find out more about what could be causing this fault, thanks!