This is an automated email from Gerrit. "Nishanth Menon <n...@ti.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6799
-- gerrit commit 01c08e3949045eada3e2b59ef5a9a598dd7bc682 Author: Nishanth Menon <n...@ti.com> Date: Mon Jan 3 13:25:28 2022 -0600 tcl/board: Add AM625 EVM basic support Add basic connection details with am625 EVM Signed-off-by: Nishanth Menon <n...@ti.com> Change-Id: Ibd23203ea98e34d03d2f55dac3565aa15aad744b diff --git a/tcl/ti_am625evm.cfg b/tcl/ti_am625evm.cfg new file mode 100644 index 000000000..013fca24b --- /dev/null +++ b/tcl/ti_am625evm.cfg @@ -0,0 +1,24 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (C) 2021-2022 Texas Instruments Incorporated - http://www.ti.com/ +# +# Texas Instruments am625 EVM +# + +# J721s2 EVM has an xds110 onboard. +source [find interface/xds110.cfg] + +transport select jtag + +# default JTAG configuration has only SRST and no TRST +reset_config srst_only srst_push_pull + +# delay after SRST goes inactive +adapter srst delay 20 + +if { ![info exists SOC] } { + set SOC am625 +} + +source [find target/ti_k3.cfg] + +adapter speed 2500 --