summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-17 06:44:29 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-17 06:44:29 +0000
commitd727e31af99cebff95c41fd1d2b319fddea9edd1 (patch)
tree808bd5ba99b0cf37ad6996d45684d4ce305466ac /tcl/board
parent7ddc6c3d55d0607c71f38cbc66de54c649822a1e (diff)
downloadopenocd+libswd-d727e31af99cebff95c41fd1d2b319fddea9edd1.tar.gz
openocd+libswd-d727e31af99cebff95c41fd1d2b319fddea9edd1.tar.bz2
openocd+libswd-d727e31af99cebff95c41fd1d2b319fddea9edd1.tar.xz
openocd+libswd-d727e31af99cebff95c41fd1d2b319fddea9edd1.zip
David Brownell <david-b@pacbell.net>:
Update the Beagle setup: - OMAP3530 updates: * split ICEpick TAP enable support to its own file, for reuse and eventually for storing other utility code like emulation reset * clean up, including labeling the tap as for DAP not for the Cortex-A8 and making endianness non-variable * add a few FIXMEs - BeagleBoard cleanup: there's no SRST, "endstate" is gone, etc I'm not sure I'd say it's further than "barely limping" just yet. Key issues remain lack of Cortex-A8 support, and more complete support for resetting. git-svn-id: svn://svn.berlios.de/openocd/trunk@2267 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/ti_beagleboard.cfg15
1 files changed, 5 insertions, 10 deletions
diff --git a/tcl/board/ti_beagleboard.cfg b/tcl/board/ti_beagleboard.cfg
index 170df460..9a789191 100644
--- a/tcl/board/ti_beagleboard.cfg
+++ b/tcl/board/ti_beagleboard.cfg
@@ -1,14 +1,9 @@
+# OMAP3 BeagleBoard
+# http://beagleboard.org
source [find target/omap3530.cfg]
-reset_config trst_and_srst
-jtag_reset 1 1
-sleep 10
-runtest 10
-jtag_reset 0 0
+# TI-14 JTAG connector
+reset_config trst_only
-endstate RUN/IDLE
-
-init
-
-omap3_dbginit
+# Later run: omap3_dbginit