Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed.
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 29 Apr 2008 10:22:20 +0000 (10:22 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 29 Apr 2008 10:22:20 +0000 (10:22 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@626 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target/readme.txt

index 19a7d3a23685659d92f9d6a92b2f54f3128afc0e..a0fd5031acfcac9ebc58971e0ce9cc6a90433dc0 100644 (file)
@@ -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>