Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
116c4a9e4014b5802b6723278854bb5e3b0a407f
/
.
/
boards
/
nxp
/
imx8mn_evk
/
board.cmake
blob: ff37ad0855d29dc527a75e1410679e34387fd2b8 [
file
] [
log
] [
blame
]
#
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
if
(
CONFIG_SOC_MIMX8MN6_A53
)
board_runner_args
(
jlink
"--device=MIMX8MN6_A53_0"
"--no-reset"
"--flash-sram"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)
endif
()