Skip to content

Commit 9816039

Browse files
committed
boards: imx95_evk: add J-Link runner support for A55
J-Link runner could be used to flash and debug. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent adda5fd commit 9816039

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nxp/imx95_evk/board.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ if(CONFIG_BOARD_NXP_SPSDK_IMAGE OR (DEFINED ENV{USE_NXP_SPSDK_IMAGE}
1919

2020
include(${ZEPHYR_BASE}/boards/common/spsdk.board.cmake)
2121
endif()
22+
23+
if(CONFIG_SOC_MIMX9596_A55)
24+
board_runner_args(jlink "--device=MIMX9556_A55_0" "--no-reset" "--flash-sram")
25+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
26+
endif()

0 commit comments

Comments
 (0)