![Ronetix PEEDI Скачать руководство пользователя страница 137](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040137.webp)
Using PEEDI
flash multi blank #all 0x400000 0x1000
flash multi blank #1 #2 0x400000 0x1000
flash multi program
Syntax:
flash multi program #CORE0 .. #COREn FILE [ADDRESS LENGTH]
Description:
Program image file into several targets simultaneously. If no arguments are provided
last used will be taken. Default first used arguments are taken from FILE parameter of
the currently selected FLASH section in target configuration file.
Argument:
#CORE0 .. #COREn
or
#all
- cores to program
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 program #0 #2 tftp://192.168.1.1/image.elf elf
flash multi program #all ftp://192.168.1.1/imge.bin bin 0x100
PEEDI User’s Manual
137