adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
450 stars 409 forks source link

Is there a way to rollback to previous firmware if OTA DFU fails? #338

Open Krupskis opened 2 months ago

Krupskis commented 2 months ago

Is your feature request related to a problem? Please describe. The issue with current OTA DFU is if it fails it will discard the main application and go into bootloader mode.

Describe the solution you'd like Ideally, the bootloader should do a partition and rollback to previous firmware if OTA DFU fails.