![Ronetix PEEDI User Manual Download Page 129](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040129.webp)
Using PEEDI
offset.
Example:
memory multi load #all tftp://192.168.1.1/image.bin bin 0x1000
memory multi load #0 #2 tftp://192.168.1.1/image.elf elf
memory verify
Syntax:
memory verify [FILE [FORMAT [OFFSET]]]
Description:
Verify target RAM with image file. If no arguments are provided last used with the
memory load command will be taken.
Argument:
FILE
- the image file to be verified
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 verify tftp://192.168.1.1/image.elf elf
flash verify tftp://192.168.1.1/image.bin bin 0x1000
memory dump
Syntax:
memory dump ADDRESS LENGTH FILE
PEEDI User’s Manual
129