Skip to content
Snippets Groups Projects
Commit b0acd785 authored by oharboe's avatar oharboe
Browse files

Zach Welch <zw@superlucidity.net> fix typo

git-svn-id: svn://svn.berlios.de/openocd/trunk@1531 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent dd91692f
Branches
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ sleep 10
runtest 10
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
drscan omap3.jrc 8 0x89 -endstate DRPAUSE
irscan omap3.jrc 2 -endstate IRPAUSE
drscan omap3.jrc 32 0xa3002108 -endstate IDLE
irscan omap3.jrc 0x3F -endstate IDLE
drscan omap3.jrc 32 0xa3002108 -endstate RUN/IDLE
irscan omap3.jrc 0x3F -endstate RUN/IDLE
runtest 10
puts "Cortex-A8 @ OMAP3 enabled"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment