Skip to content

Commit

Permalink
scripts: use nrfutil for nrf54ldk
Browse files Browse the repository at this point in the history
[KRKNWK-19447]
change nrfjprog to nrfutil

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Sep 24, 2024
1 parent bd72c8b commit 2c65147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/fill_hardware_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def main(hardware_map_path: str, userdev_conf_path: str):
to_remove.append(hw_entry)
elif "nrf54l15dk/nrf54l15/cpuapp" in hw_entry["platform"]:
# If nRF54l board, remove only first serial interface
hw_entry["runner"] = "nrfutil"
if segger.startswith("1057") and "-if00" in hw_entry["serial"]:
to_remove.append(hw_entry)
else:
Expand Down

0 comments on commit 2c65147

Please sign in to comment.