summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-18 06:02:16 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-18 06:02:16 +0000
commitb504e11abea041f29ee4a11183dc3b93f858c7ee (patch)
tree8e307e1af0b277d613e0532d7a670a5924af9f19 /src
parent8a14a72f573065fc38ed2e4029d2a41d701c3622 (diff)
downloadopenocd+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')
-rw-r--r--src/target/target/readme.txt3
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).