Program and/or verify the flash on your target.
Flash - Halt CPU, automatically erase flash if required and program flash with image.
Flash and verify - Programs the flash and verifies the programmed flash content is correct.
Verify - Halt CPU and verify image in flash or RAM.
Offset - This value is added to the address of the image.
Binary images start at address 0 by default, whereas elf and ihex have addresses encoded into the image.
Typically 0 for elf/ihex and the address to write the image to for binary files.
|