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

added missing "reset+load" sequence.

git-svn-id: svn://svn.berlios.de/openocd/trunk@823 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 8a14a72f
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ Rules to follow when writing scripts: ...@@ -10,6 +10,9 @@ Rules to follow when writing scripts:
and and
reset reset
flash erase_address <start> <len> flash erase_address <start> <len>
and
reset
load
In most cases this can be accomplished by specifying the default startup mode as reset_init (target command In most cases this can be accomplished by specifying the default startup mode as reset_init (target command
in the configuration file). in the configuration file).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment