FreeCalypso > hg > freecalypso-hwlab
annotate calypso-jtag/early-experiments/autoprobe.cfg @ 132:5af88fa11b54
fc-uicc-tool: SELECT response parsing implemented (basic)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 04 Feb 2021 01:36:54 +0000 |
parents | 240221552ecf |
children |
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 |
58
2092878ec699
calypso-jtag configs: leave FT2232x ADBUS[6:4] as inputs
Mychaela Falconia <falcon@freecalypso.org>
parents:
56
diff
changeset
|
10 ftdi_layout_init 0x0088 0x008b |
56
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 |