We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21be69f commit 51661efCopy full SHA for 51661ef
scripts/west_commands/runners/nrf_common.py
@@ -494,7 +494,7 @@ def _check_suit_starter(self, op):
494
op = op['operation']
495
if op['type'] not in ('erase', 'recover', 'program'):
496
return None
497
- if op['type'] == 'program' and op['chip_erase_mode'] != "ERASE_UICR":
+ if op['type'] == 'program' and op['options']['chip_erase_mode'] != "ERASE_UICR":
498
499
500
file = _get_suit_starter()
0 commit comments