jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / nxp_mcimx8m-evk.cfg
blobbcd0f67c25ef72cbe0d64eb2f063d40e9888e693
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # configuration file for NXP MC-IMX8M-EVK
7 # only JTAG supported
8 transport select jtag
10 # set a safe JTAG clock speed, can be overridden
11 adapter speed 1000
13 # default JTAG configuration has only SRST and no TRST
14 reset_config srst_only srst_push_pull
16 # delay after SRST goes inactive
17 adapter srst delay 70
19 # board has an i.MX8MQ with 4 Cortex-A53 cores
20 set CHIPNAME imx8mq
21 set CHIPCORES 4
23 # source SoC configuration
24 source [find target/imx8m.cfg]