comparison calypso-jtag/early-experiments/autoprobe.cfg @ 62:240221552ecf

calypso-jtag: files reshuffled for release
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2019 03:12:30 +0000
parents calypso-jtag/autoprobe.cfg@2092878ec699
children
comparison
equal deleted inserted replaced
61:3940292ad76f 62:240221552ecf
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 0x008b
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