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/+/7855

-- gerrit

commit a0b25d276d64dba34e47db080890caf29f1fe5e9
Author: Jason Kacines <j-kaci...@ti.com>
Date:   Tue Aug 8 15:37:38 2023 -0500

    tcl/board: add TI am62a7evm config
    
    Add basic connection details with am625 SK/EVM
    
    For further details, see https://www.ti.com/tool/SK-AM62A-LP
    
    Change-Id: I0b6b4004f3a04be7a90207e44c588a4f68aff47a
    Signed-off-by: Jason Kacines <j-kaci...@ti.com>
    Signed-off-by: Nishanth Menon <n...@ti.com>

diff --git a/tcl/board/ti_am62a7evm.cfg b/tcl/board/ti_am62a7evm.cfg
new file mode 100644
index 0000000000..248df18b3a
--- /dev/null
+++ b/tcl/board/ti_am62a7evm.cfg
@@ -0,0 +1,25 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (C) 2021-2022 Texas Instruments Incorporated - http://www.ti.com/
+#
+# Texas Instruments am62a7 EVM/SK
+# Link: https://www.ti.com/lit/zip/sprr448
+#
+
+# AM62a7 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 am62a7
+}
+
+source [find target/ti_k3.cfg]
+
+adapter speed 2500

-- 

Reply via email to