added missing "reset+load" sequence.
git-svn-id: svn://svn.berlios.de/openocd/trunk@823 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
8a14a72f57
commit
b504e11abe
|
@ -10,6 +10,9 @@ Rules to follow when writing scripts:
|
|||
and
|
||||
reset
|
||||
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 the configuration file).
|
||||
|
|
Loading…
Reference in New Issue