From: oharboe Date: Tue, 29 Apr 2008 10:22:20 +0000 (+0000) Subject: Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed. X-Git-Tag: v0.1.0~663 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=1f4308ddc4b321f6ad00c2730c6b42e60e72bf20;hp=8acafd1710d84c80e20156381cca54b3b5699275 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 --- diff --git a/src/target/target/readme.txt b/src/target/target/readme.txt index 19a7d3a236..a0fd5031ac 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] +verify_image [file]