Skip to content

Commit b1d357b

Browse files
committed
boards: nxp: Use the original linkserver
The linkservers for frdm-mcxa346 and frdm-mcxa266 are not yet supported, temporarily use the frdm-mcxa166, frdm-mcxa276 linkservers. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 617b71b commit b1d357b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/nxp/frdm_mcxa266/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
board_runner_args(jlink "--device=MCXA266")
8-
board_runner_args(linkserver "--device=MCXA266:FRDM-MCXA266")
8+
board_runner_args(linkserver "--device=MCXA276:FRDM-MCXA276")
99
board_runner_args(pyocd "--target=mcxa266")
1010

1111
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)

boards/nxp/frdm_mcxa346/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
board_runner_args(jlink "--device=MCXA346")
8-
board_runner_args(linkserver "--device=MCXA346:FRDM-MCXA346")
8+
board_runner_args(linkserver "--device=MCXA166:FRDM-MCXA166")
99
board_runner_args(pyocd "--target=MCXA346")
1010

1111
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)

0 commit comments

Comments
 (0)