comparison calypso-jtag/autoprobe.cfg @ 56:d4357e6d6679

checking in some Calypso JTAG experiments
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 May 2019 04:11:30 +0000
parents
children 2092878ec699
comparison
equal deleted inserted replaced
55:db9adb7a1529 56:d4357e6d6679
1 # The Calypso target is connected to an unbuffered FT2232D adapter
2 # acting as the JTAG interface following Mother Mychaela's method,
3 # ADBUS7 is wired to the reset pin on TI's 14-pin connector.
4 # The present OpenOCD config sets things up to allow scan chain autoprobing
5 # and manual nSRST manipulation, and nothing more.
6
7 interface ftdi
8 ftdi_vid_pid 0x0403 0x7151
9
10 ftdi_layout_init 0x0088 0x00fb
11 ftdi_layout_signal nSRST -data 0x0080 -oe 0x0080
12
13 transport select jtag
14
15 adapter_khz 6000
16 reset_config srst_only srst_push_pull