Using PEEDI
Argument:
#CORE0 .. #COREn
or
#all
- cores to verify
FILE
- the image file to be programmed
FORMAT
- format of image file:
• bin - binary file
• ihex - Intel HEX format
• srec - Motorola S-record format
• elf - ELF format
OFFSET
- Must be provided for binary files because they don’t have
any address information. If provided with ihex, srec or elf
formats, all the code will be shifted regarding the specified
offset
Example:
flash multi verify #all tftp://192.168.1.1/image.elf elf
flash multi verify #0 #2 ftp://192.168.1.1/image.bin bin 0x100
flash dump
Syntax:
flash dump ADDRESS LENGTH FILE
Description:
Dump target FLASH to a file. If no arguments are provided last used will be taken.
Argument:
ADDRESS
- beginning of memory region
LENGTH
- length of memory region
FILE
- file to store the image. All path except HTTP server are
accepted
Example:
PEEDI User’s Manual
139