summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/target/board/ti_beagleboard.cfg3
-rw-r--r--src/target/target/omap3530.cfg17
2 files changed, 20 insertions, 0 deletions
diff --git a/src/target/board/ti_beagleboard.cfg b/src/target/board/ti_beagleboard.cfg
index 99c63905..170df460 100644
--- a/src/target/board/ti_beagleboard.cfg
+++ b/src/target/board/ti_beagleboard.cfg
@@ -9,3 +9,6 @@ jtag_reset 0 0
endstate RUN/IDLE
+init
+
+omap3_dbginit
diff --git a/src/target/target/omap3530.cfg b/src/target/target/omap3530.cfg
index f4e5164c..ad8f8ea8 100644
--- a/src/target/target/omap3530.cfg
+++ b/src/target/target/omap3530.cfg
@@ -27,6 +27,8 @@ if { [info exists CPUTAPID ] } {
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0 -expected-id $_CPUTAPID -disable
jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0xf -expected-id 0x0b7ae02f
+target create omap3.cpu cortex_m3 -endian little -chain-position omap3.cpu
+
jtag configure $_CHIPNAME.cpu -event tap-enable {
puts "Enabling Cortex-A8 @ OMAP3"
irscan omap3.jrc 7 -endstate IRPAUSE
@@ -38,3 +40,18 @@ jtag configure $_CHIPNAME.cpu -event tap-enable {
puts "Cortex-A8 @ OMAP3 enabled"
}
+proc omap3_dbginit { } {
+ version
+ jtag tapenable omap3.cpu
+ targets
+ # sleep 1000
+ # dap apsel 1
+ # sleep 1000
+ # dap apsel 1
+ # dap info 1
+ omap3.cpu mww 0x54011FB0 0xC5ACCE55 4
+ omap3.cpu mdw 0x54011314
+ omap3.cpu mdw 0x54011314
+ # omap3.cpu mdw 0x54011080
+ omap3.cpu mww 0x5401d030 0x00002000 4
+}