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
This commit is contained in:
parent
8acafd1710
commit
1f4308ddc4
|
@ -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
|
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.
|
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>
|
||||||
|
|
Loading…
Reference in New Issue