Import xPack OpenOCD 0.12.0-7 and GNU Make 4.4.1 from x86_64-w64-mingw32.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#
|
||||
# configuration file for Advantech IMX8QM DMSSE20
|
||||
#
|
||||
|
||||
# only JTAG supported
|
||||
transport select jtag
|
||||
|
||||
# set a safe JTAG clock speed, can be overridden
|
||||
adapter speed 1000
|
||||
|
||||
# default JTAG configuration has only SRST and no TRST
|
||||
reset_config srst_only srst_push_pull
|
||||
|
||||
# delay after SRST goes inactive
|
||||
adapter srst delay 70
|
||||
|
||||
# board has an i.MX8QM with 4 Cortex-A53 cores and 2 Cortex-A72
|
||||
set CHIPNAME imx8qm
|
||||
set CHIPCORES 6
|
||||
|
||||
# source SoC configuration
|
||||
source [find tcl/target/imx8qm.cfg]
|
||||
Reference in New Issue
Block a user