Skip to content

Commit fff2fef

Browse files
SebastianBoekartben
authored andcommitted
west: runners: nrf_common: Temp hack for NRF54H20_IRON
Temp hack while waiting for NRF54H20_IRON support for Network in nrfutil. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent f3cd029 commit fff2fef

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)