diff options
Diffstat (limited to 'tcl/target')
-rw-r--r-- | tcl/target/omap3530.cfg | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index c9d48983..3c7dd9cf 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -47,24 +47,9 @@ proc omap3_dbginit { } { jtag tapenable omap3530.dap targets - # sleep 1000 - # dap apsel 1 - # sleep 1000 - # dap apsel 1 - # dap info 1 - - # 0xd401.0000 - ETM - # 0xd401.1000 - Cortex-A8 - # 0xd401.9000 - TPIU (traceport) - # 0xd401.b000 - ETB - # 0xd401.d000 - DAPCTL - - omap3.cpu mww 0x54011FB0 0xC5ACCE55 - - omap3.cpu mdw 0x54011314 - omap3.cpu mdw 0x54011314 - # omap3.cpu mdw 0x54011080 - + # General Cortex A8 debug initialisation + cortex_a8 dbginit + # Enable DBGU singal for OMAP353x omap3.cpu mww 0x5401d030 0x00002000 poll on } |