diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-04-29 10:22:20 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-04-29 10:22:20 +0000 |
commit | 1f4308ddc4b321f6ad00c2730c6b42e60e72bf20 (patch) | |
tree | 48be2204cd4131f3a433eb7b68baeb97a286c9c3 | |
parent | 8acafd1710d84c80e20156381cca54b3b5699275 (diff) | |
download | openocd_libswd-1f4308ddc4b321f6ad00c2730c6b42e60e72bf20.tar.gz openocd_libswd-1f4308ddc4b321f6ad00c2730c6b42e60e72bf20.tar.bz2 openocd_libswd-1f4308ddc4b321f6ad00c2730c6b42e60e72bf20.tar.xz openocd_libswd-1f4308ddc4b321f6ad00c2730c6b42e60e72bf20.zip |
Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed.
git-svn-id: svn://svn.berlios.de/openocd/trunk@626 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/target/target/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target/target/readme.txt b/src/target/target/readme.txt index 19a7d3a2..a0fd5031 100644 --- a/src/target/target/readme.txt +++ b/src/target/target/readme.txt @@ -16,3 +16,9 @@ in the configuration file). 2. If the target is correctly configured, flash must be writable without any other helper commands. It is assumed that all write-protect mechanisms should be disabled. + +3. The configuration scripts should be defined such as the binary that was written to flash verifies +(turn off remapping, checksums, etc...) + +flash write_image [file] <parameters> +verify_image [file] <parameters> |