repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added SPIFI flash driver, algorithms, and docs
[openocd.git]
/
tcl
/
board
/
ti_beagleboard_xm.cfg
blob
e4e93e333b6981ed610bd3c35cd2a08edd4babe7
1
# BeagleBoard xM (DM37x)
2
# http://beagleboard.org
3
4
set CHIPTYPE "dm37x"
5
source [find target/amdm37x.cfg]
6
7
# The TI-14 JTAG connector does not have srst. CPU reset is handled in
8
# hardware.
9
reset_config trst_only
10
11
# "amdm37x_dbginit dm37x.cpu" needs to be run after init.
12