Skip to content

Commit 11a4f5a

Browse files
SebastianBoejfischer-no
authored andcommitted
[nrf fromlist] west: runners: nrf_common: Temp hack for NRF54H20_IRON
Temp hack while waiting for NRF54H20_IRON support for Network in nrfutil. Upstream PR #: 88910 Signed-off-by: Sebastian Bøe <[email protected]> (cherry picked from commit a6f08b2)
1 parent 72c2bd6 commit 11a4f5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/west_commands/runners/nrf_common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,10 @@ def program_hex(self):
464464
self.logger.debug(f'Erase modes: chip:{erase_arg} ext_mem:'
465465
f'{ext_mem_erase_opt}')
466466

467+
# Temp hack while waiting for NRF54H20_IRON support for Network in nrfutil
468+
if self.build_conf.get('CONFIG_SOC_NRF54H20_IRON') and core == "Network":
469+
core = "Application"
470+
467471
self.op_program(self.hex_, erase_arg, ext_mem_erase_opt, defer=True, core=core)
468472
self.flush(force=False)
469473

0 commit comments

Comments
 (0)