repo.or.cz
/
openocd
/
libswd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introducing ktlink_swd layout for ft2232 driver. Updated configuration files to use...
[openocd/libswd.git]
/
tcl
/
board
/
ti_beaglebone.cfg
blob
52989b3fbccadc3e71f7ff2d2ffbc6443f7400d0
1
# AM335x Beaglebone
2
# http://beagleboard.org/bone
3
4
# The JTAG interface is built directly on the board.
5
interface ft2232
6
#ft2232_device_desc "BeagleBone A"
7
ft2232_layout xds100v2
8
ft2232_vid_pid 0x0403 0xa6d0 0x0403 0x6010
9
10
adapter_khz 16000
11
12
source [find target/am335x.cfg]
13
14
reset_config trst_and_srst
15
16