FreeCalypso > hg > freecalypso-hwlab
annotate calypso-jtag/autoprobe.cfg @ 57:d68f862c8240
calypso-jtag/with-target.cfg: one more experiment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 18 May 2019 06:52:06 +0000 |
parents | d4357e6d6679 |
children | 2092878ec699 |
rev | line source |
---|---|
56
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 # The Calypso target is connected to an unbuffered FT2232D adapter |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 # acting as the JTAG interface following Mother Mychaela's method, |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 # ADBUS7 is wired to the reset pin on TI's 14-pin connector. |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 # The present OpenOCD config sets things up to allow scan chain autoprobing |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 # and manual nSRST manipulation, and nothing more. |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 interface ftdi |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 ftdi_vid_pid 0x0403 0x7151 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 ftdi_layout_init 0x0088 0x00fb |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 ftdi_layout_signal nSRST -data 0x0080 -oe 0x0080 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 transport select jtag |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 adapter_khz 6000 |
d4357e6d6679
checking in some Calypso JTAG experiments
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 reset_config srst_only srst_push_pull |