Flash Verification Command#
The verify
command verifies the contents of a device against a set of files, tokens, and/or patch options without writing anything to the flash. It works just like the verification step of the flash
command, but without actually flashing first. For example, the verify
command can be used to verify that the application on a microcontroller is what you expect it to be.
Command Line Syntax
All options and examples for the flash
command also apply to the verify
command. The exceptions are the --halt
, --masserase
, and --noverify
options that do not apply to the verify command.
$ commander verify [filename] [filename ...] [patch options] [token options]
Command Line Input Example
$ commander verify myimage.hex
Command Line Output Example
Parsing file myimage.hex...
Verifying 52000 bytes at address 0x00000000...OK!
Verifying 2048 bytes at address 0x0fe00000...OK!
DONE