You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
468 B
16 lines
468 B
# SPDX-License-Identifier: Apache-2.0 |
|
# Copyright 2024-2025 NXP |
|
|
|
if(CONFIG_BOARD_IMX8MM_EVK_MIMX8MM6_M4) |
|
board_set_debugger_ifnset(jlink) |
|
board_set_flasher_ifnset(jlink) |
|
|
|
board_runner_args(jlink "--device=MIMX8MD6_M4") |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |
|
endif() |
|
|
|
if(CONFIG_SOC_MIMX8MM6_A53) |
|
board_runner_args(jlink "--device=MIMX8MM6_A53_0" "--no-reset" "--flash-sram") |
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |
|
endif()
|
|
|