X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=a60474ba1bdadab54c6dcd18ae65e18976d41dd8;hp=c3053b76754847afcb6ca4fdbd4dde4218c62eb9;hb=45f0e6d0626e4541158198c271519175ae79f5b5;hpb=f605a23bc4b2620b493bd07241cd5928b74e197f diff --git a/doc/openocd.texi b/doc/openocd.texi index c3053b7675..a60474ba1b 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -4656,9 +4656,10 @@ and write the contents to the binary @file{filename}. The @var{num} parameter is a value shown by @command{flash banks}. @end deffn -@deffn Command {flash verify_bank} num filename offset +@deffn Command {flash verify_bank} num filename [offset] Compare the contents of the binary file @var{filename} with the contents of the -flash @var{num} starting at @var{offset}. Fails if the contents do not match. +flash bank @var{num} starting at @var{offset}. If @var{offset} is omitted, +start at the beginning of the flash bank. Fail if the contents do not match. The @var{num} parameter is a value shown by @command{flash banks}. @end deffn