repo.or.cz
/
openocd
/
jflash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add warn message if no flash bank found for the current image address.
[openocd/jflash.git]
/
tcl
/
board
/
ti_beaglebone.cfg
blob
be4da201bc5af0fe98f6cde4da80224988d37b93
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
9
10
adapter_khz 16000
11
12
source [find target/am335x.cfg]
13
14
reset_config trst_and_srst
15
16