Commit dff2292
west_commands: fix ironside update script
nrfutil device reset --reset-kind RESET_VIA_SECDOM will
incorrectly fail as SDROM spends seconds applying the update
and nrfutil times out. The reset has been correctly performed,
and there is no reason to fail.
To work around this issue, we accept the failure and don't
exit the script.
Ref: NCSDK-NONE
Signed-off-by: Håkon Amundsen <[email protected]>1 parent ccc44bb commit dff2292
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| |||
0 commit comments