diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-18 06:02:16 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-18 06:02:16 +0000 |
commit | b504e11abea041f29ee4a11183dc3b93f858c7ee (patch) | |
tree | 8e307e1af0b277d613e0532d7a670a5924af9f19 /src/target | |
parent | 8a14a72f573065fc38ed2e4029d2a41d701c3622 (diff) | |
download | openocd+libswd-b504e11abea041f29ee4a11183dc3b93f858c7ee.tar.gz openocd+libswd-b504e11abea041f29ee4a11183dc3b93f858c7ee.tar.bz2 openocd+libswd-b504e11abea041f29ee4a11183dc3b93f858c7ee.tar.xz openocd+libswd-b504e11abea041f29ee4a11183dc3b93f858c7ee.zip |
added missing "reset+load" sequence.
git-svn-id: svn://svn.berlios.de/openocd/trunk@823 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/target/readme.txt b/src/target/target/readme.txt index f38fb376..204c8873 100644 --- a/src/target/target/readme.txt +++ b/src/target/target/readme.txt @@ -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). |