jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / advantech_imx8qm_dmsse20.cfg
bloba867b2de01b8c2516fc81eda28ccdeb3ef4a706d
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # configuration file for Advantech IMX8QM DMSSE20
6 # only JTAG supported
7 transport select jtag
9 # set a safe JTAG clock speed, can be overridden
10 adapter speed 1000
12 # default JTAG configuration has only SRST and no TRST
13 reset_config srst_only srst_push_pull
15 # delay after SRST goes inactive
16 adapter srst delay 70
18 # board has an i.MX8QM with 4 Cortex-A53 cores and 2 Cortex-A72
19 set CHIPNAME imx8qm
20 set CHIPCORES 6
22 # source SoC configuration
23 source [find tcl/target/imx8qm.cfg]