File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff 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)
99endif ()
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" )
1312include (${ZEPHYR_BASE} /boards/common/nrfjprog.board.cmake)
1413include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake)
Original file line number Diff line number Diff 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)
99endif ()
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" )
1312include (${ZEPHYR_BASE} /boards/common/nrfjprog.board.cmake)
1413include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake)
Original file line number Diff line number Diff 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)
99endif ()
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" )
1312include (${ZEPHYR_BASE} /boards/common/nrfjprog.board.cmake)
1413include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake)
You can’t perform that action at this time.
0 commit comments