Magnus Lundin <lundin@mlu.mine.nu> Disable poll while core register initialization
git-svn-id: svn://svn.berlios.de/openocd/trunk@2703 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
d4607c1f7c
commit
772d8d06ea
|
@ -41,6 +41,7 @@ target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap
|
||||||
|
|
||||||
# FIXME much of this should be in reset event handlers
|
# FIXME much of this should be in reset event handlers
|
||||||
proc omap3_dbginit { } {
|
proc omap3_dbginit { } {
|
||||||
|
poll off
|
||||||
reset
|
reset
|
||||||
sleep 500
|
sleep 500
|
||||||
|
|
||||||
|
@ -65,4 +66,5 @@ proc omap3_dbginit { } {
|
||||||
# omap3.cpu mdw 0x54011080
|
# omap3.cpu mdw 0x54011080
|
||||||
|
|
||||||
omap3.cpu mww 0x5401d030 0x00002000
|
omap3.cpu mww 0x5401d030 0x00002000
|
||||||
|
poll on
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue