Zach Welch <zw@superlucidity.net> fix typo
git-svn-id: svn://svn.berlios.de/openocd/trunk@1531 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
dd91692fee
commit
b0acd78511
|
@ -7,5 +7,5 @@ sleep 10
|
||||||
runtest 10
|
runtest 10
|
||||||
jtag_reset 0 0
|
jtag_reset 0 0
|
||||||
|
|
||||||
endstate IDLE
|
endstate RUN/IDLE
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,8 @@ jtag configure $_CHIPNAME.cpu -event tap-enable {
|
||||||
irscan omap3.jrc 7 -endstate IRPAUSE
|
irscan omap3.jrc 7 -endstate IRPAUSE
|
||||||
drscan omap3.jrc 8 0x89 -endstate DRPAUSE
|
drscan omap3.jrc 8 0x89 -endstate DRPAUSE
|
||||||
irscan omap3.jrc 2 -endstate IRPAUSE
|
irscan omap3.jrc 2 -endstate IRPAUSE
|
||||||
drscan omap3.jrc 32 0xa3002108 -endstate IDLE
|
drscan omap3.jrc 32 0xa3002108 -endstate RUN/IDLE
|
||||||
irscan omap3.jrc 0x3F -endstate IDLE
|
irscan omap3.jrc 0x3F -endstate RUN/IDLE
|
||||||
runtest 10
|
runtest 10
|
||||||
puts "Cortex-A8 @ OMAP3 enabled"
|
puts "Cortex-A8 @ OMAP3 enabled"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue