blob: 9b3b8b01665b3dce609e846b72ece1657ea03acf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# OMAP3 BeagleBoard
# http://beagleboard.org
# Fall back to 6MHz if RTCK is not supported
jtag_rclk 6000
source [find target/omap3530.cfg]
# TI-14 JTAG connector
reset_config trst_only
# Later run: omap3_dbginit
|