diff options
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/omap3530.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index 22328a21..50a3f473 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -34,6 +34,8 @@ if { [info exists JRC_TAPID ] } { jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ -expected-id $_JRC_TAPID +jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100" + # GDB target: Cortex-A8, using DAP target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap |