Skip to content

Commit

Permalink
Merge pull request #295 from NordicSemiconductor/suit-erase
Browse files Browse the repository at this point in the history
Fix: Don't send Erase App Settings to SUIT Bootloader
  • Loading branch information
dinesharjani authored Nov 6, 2024
2 parents 2131572 + 52d4929 commit 687ea8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Managers/DFU/FirmwareUpgradeManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public class FirmwareUpgradeManager: FirmwareUpgradeController, ConnectionObserv

var suitConfiguration = configuration
suitConfiguration.upgradeMode = .uploadOnly
// Erase App Settings is not supported by SUIT Bootloader.
suitConfiguration.eraseAppSettings = false
try start(images: package.images, using: suitConfiguration)
}

Expand Down

0 comments on commit 687ea8d

Please sign in to comment.