7ba8c50f24ccf9c97fc90c446ae230e7f90d5052
[fw/openocd] / tcl / board / ti_beaglebone.cfg
1 # AM335x Beaglebone
2 #  http://beagleboard.org/bone
3
4 # The JTAG interface is built directly on the board.
5 source [find interface/ftdi/xds100v2.cfg]
6
7 adapter speed 16000
8
9 reset_config trst_and_srst
10
11 source [find board/ti_beaglebone-base.cfg]