verify - 2025.2 English - UG1725

Software Debugger Reference Guide (UG1725)

Document ID
UG1725
Release Date
2025-11-20
Version
2025.2 English

Verify if ELF/binary file is downloaded correctly to target.

Syntax

verify [options] <file>

Verify if the ELF file specified by <file> is downloaded correctly to the active target.

verify -data <file> <addr>

Verify if the binary file specified by <file> is downloaded correctly to the active target address specified by <addr>.

Options

Option Description
-force Overwrite access protection. By default accesses to reserved and invalid address ranges are blocked.
-vaddr Use <vaddr> from the ELF program headers while verifying the ELF data. This option is valid only for ELF files.

Returns

Nothing, if successful. Error string, if the memory address cannot be accessed or if there is a mismatch.