use reset init explicitly before "load".
git-svn-id: svn://svn.berlios.de/openocd/trunk@847 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
25572d2e48
commit
c4c1776a09
|
@ -11,7 +11,7 @@ and
|
||||||
reset
|
reset
|
||||||
flash erase_address <start> <len>
|
flash erase_address <start> <len>
|
||||||
and
|
and
|
||||||
reset
|
reset init
|
||||||
load
|
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
|
||||||
|
|
Loading…
Reference in New Issue