diff calypso-jtag/early-experiments/autoprobe.cfg @ 62:240221552ecf

calypso-jtag: files reshuffled for release
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2019 03:12:30 +0000
parents calypso-jtag/autoprobe.cfg@2092878ec699
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/calypso-jtag/early-experiments/autoprobe.cfg	Sun Jun 23 03:12:30 2019 +0000
@@ -0,0 +1,16 @@
+# The Calypso target is connected to an unbuffered FT2232D adapter
+# acting as the JTAG interface following Mother Mychaela's method,
+# ADBUS7 is wired to the reset pin on TI's 14-pin connector.
+# The present OpenOCD config sets things up to allow scan chain autoprobing
+# and manual nSRST manipulation, and nothing more.
+
+interface ftdi
+ftdi_vid_pid 0x0403 0x7151
+
+ftdi_layout_init 0x0088 0x008b
+ftdi_layout_signal nSRST -data 0x0080 -oe 0x0080
+
+transport select jtag
+
+adapter_khz 6000
+reset_config srst_only srst_push_pull