# HG changeset patch # User Mychaela Falconia # Date 1561176644 0 # Node ID f362a4c18f6f3d3d6b8580cbe39c3ef6ba7882a8 # Parent 96232f00bc9cf388ec8a4dba22f77e5178c1183e calypso-jtag/taps-only.cfg: EMU0/1 added on ADBUS5/6 as an experiment diff -r 96232f00bc9c -r f362a4c18f6f calypso-jtag/taps-only.cfg --- a/calypso-jtag/taps-only.cfg Sat Jun 22 02:28:12 2019 +0000 +++ b/calypso-jtag/taps-only.cfg Sat Jun 22 04:10:44 2019 +0000 @@ -2,13 +2,16 @@ # acting as the JTAG interface following Mother Mychaela's method, # ADBUS7 is wired to the reset pin on TI's 14-pin connector. # This OpenOCD config sets up the TAPs and nSRST control ability, -# but no ARM7 target yet. +# but no ARM7 target yet. EMU0 and EMU1 connections have also been +# added on ADBUS5 and ADBUS6, respectively. interface ftdi ftdi_vid_pid 0x0403 0x7151 ftdi_layout_init 0x0088 0x008b ftdi_layout_signal nSRST -data 0x0080 -oe 0x0080 +ftdi_layout_signal EMU0 -data 0x0020 -oe 0x0020 +ftdi_layout_signal EMU1 -data 0x0040 -oe 0x0040 transport select jtag