aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-09-06 08:07:16 -0500
committerAntonio Borneo <borneo.antonio@gmail.com>2023-09-23 14:32:31 +0000
commitd8575ab8ab025af78b5b27ad575e4104b4cce520 (patch)
treef7ab3550fc621a78bae38ca838d4bd15b1b5d3b4 /tcl/board
parentd2f86dfd05230931fc56a412a6cf5f6265b8562b (diff)
downloadriscv-openocd-d8575ab8ab025af78b5b27ad575e4104b4cce520.zip
riscv-openocd-d8575ab8ab025af78b5b27ad575e4104b4cce520.tar.gz
riscv-openocd-d8575ab8ab025af78b5b27ad575e4104b4cce520.tar.bz2
tcl/board: Add TI j784s4evm config
Add basic connection details with J784S4 SK/EVM For further details, see: Texas Instruments J784S4 EVM: https://www.ti.com/tool/J784S4XEVM Texas Instruments SK-AM69: https://www.ti.com/tool/SK-AM69 Signed-off-by: Nishanth Menon <nm@ti.com> Change-Id: I09c8a193d53e13b27adb5a6d01f6d937d6be49a1 Reviewed-on: https://review.openocd.org/c/openocd/+/7891 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/ti_j784s4evm.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/tcl/board/ti_j784s4evm.cfg b/tcl/board/ti_j784s4evm.cfg
new file mode 100644
index 0000000..d23dc8c
--- /dev/null
+++ b/tcl/board/ti_j784s4evm.cfg
@@ -0,0 +1,25 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (C) 2023 Texas Instruments Incorporated - http://www.ti.com/
+#
+# Texas Instruments J784S4 EVM: https://www.ti.com/tool/J784S4XEVM
+# Texas Instruments SK-AM69: https://www.ti.com/tool/SK-AM69
+#
+
+# J784S4/AM69 SK/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 j784s4
+}
+
+source [find target/ti_k3.cfg]
+
+adapter speed 2500