Skip to content

Commit 82f727a

Browse files
JordanYatescarlescufi
authored andcommitted
[nrf fromtree] boards: nordic: nRF91x1: update jlink device name
JLink now recognises the proper device names. Signed-off-by: Jordan Yates <[email protected]> (cherry picked from commit e7ccf82)
1 parent 6dc8dcd commit 82f727a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

boards/nordic/nrf9131ek/board.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
88
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
99
endif()
1010

11-
# TODO: change to nRF9131_xxAA when such device is available in JLink
12-
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
11+
board_runner_args(jlink "--device=nRF9131_xxCA" "--speed=4000")
1312
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
1413
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/nordic/nrf9151dk/board.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
88
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
99
endif()
1010

11-
# TODO: change to nRF9151_xxAA when such device is available in JLink
12-
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
11+
board_runner_args(jlink "--device=nRF9151_xxCA" "--speed=4000")
1312
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
1413
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/nordic/nrf9161dk/board.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
88
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
99
endif()
1010

11-
# TODO: change to nRF9161_xxAA when such device is available in JLink
12-
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
11+
board_runner_args(jlink "--device=nRF9161_xxCA" "--speed=4000")
1312
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
1413
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)