Skip to content

Commit a6f08b2

Browse files
SebastianBoenordicjm
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]>
1 parent 532da2e commit a6f08b2

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
@@ -418,6 +418,10 @@ def program_hex(self):
418418
if self.hex_refers_region(xip_start, xip_end):
419419
ext_mem_erase_opt = erase_arg
420420

421+
# Temp hack while waiting for NRF54H20_IRON support for Network in nrfutil
422+
if self.build_conf.get('CONFIG_SOC_NRF54H20_IRON') and core == "Network":
423+
core = "Application"
424+
421425
self.op_program(self.hex_, erase_arg, ext_mem_erase_opt, defer=True, core=core)
422426
self.flush(force=False)
423427

0 commit comments

Comments
 (0)