diff options
author | Matthias Welwarsky <matthias.welwarsky@sysgo.com> | 2016-11-10 20:53:26 +0100 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2016-12-08 12:28:37 +0000 |
commit | 29964c79846ea419e113dc90c0d74f1a7e16e70a (patch) | |
tree | 9fdf610b62fd2fd8b8449aee9160428d3c452b0c /doc | |
parent | 420c15de6c3e423d2e1cb717f2210d0d13be9578 (diff) | |
download | riscv-openocd-29964c79846ea419e113dc90c0d74f1a7e16e70a.zip riscv-openocd-29964c79846ea419e113dc90c0d74f1a7e16e70a.tar.gz riscv-openocd-29964c79846ea419e113dc90c0d74f1a7e16e70a.tar.bz2 |
target: Add verify_image_checksum command
This avoids the secondary binary search if the checksum is different
Change-Id: I986ba7687cea76f30e37a6bca58aabde18198263
Signed-off-by: Evan Hunter <ehunter@broadcom.com>
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Reviewed-on: http://openocd.zylin.com/2869
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 4ce6187..497a20b 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6984,6 +6984,13 @@ The file format may optionally be specified This will first attempt a comparison using a CRC checksum, if this fails it will try a binary compare. @end deffn +@deffn Command {verify_image_checksum} filename address [@option{bin}|@option{ihex}|@option{elf}] +Verify @var{filename} against target memory starting at @var{address}. +The file format may optionally be specified +(@option{bin}, @option{ihex}, or @option{elf}) +This perform a comparison using a CRC checksum only +@end deffn + @section Breakpoint and Watchpoint commands @cindex breakpoint |