I have bootloader that supports Serial(HCI) DFU on the nrf52832 device which I have to update to Bootloader that supports OTA DFU and also a new application firmware. I tried following things:
- generated a combined zip of new bootloader and new application and tried DFU through serial. It worked for small time and then gave an error. The bootloader gets updated but not the new application.
- tried updating the new application zip and then the new bootloader zip. The serial dfu process executes successfully but the device is stuck in new bootloader and the application firmware doesn't start.
I am using SDK11 and softdevice version s132
So how should I proceed about this issue?