Skip to content

Commit 9554ae9

Browse files
MaureenHelmgalak
authored andcommitted
boards: Fix jlink device name on rt1020 and rt1060 boards
The mimxrt1020_evk and mimxrt1060_evk boards had invalid jlink device names. Debugging via 'ninja debug' now works on these boards. Signed-off-by: Maureen Helm <[email protected]>
1 parent 513cceb commit 9554ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/arm/mimxrt1020_evk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
board_runner_args(jlink "--device=MCIMXRT1021")
7+
board_runner_args(jlink "--device=MIMXRT1021xxx5A")
88
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/arm/mimxrt1060_evk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
board_runner_args(jlink "--device=MCIMXRT1062")
7+
board_runner_args(jlink "--device=MIMXRT1062xxx6A")
88
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)