FreeCalypso > hg > freecalypso-hwlab
changeset 60:f362a4c18f6f
calypso-jtag/taps-only.cfg: EMU0/1 added on ADBUS5/6 as an experiment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 22 Jun 2019 04:10:44 +0000 |
parents | 96232f00bc9c |
children | 3940292ad76f |
files | calypso-jtag/taps-only.cfg |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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