Record elf download to SVF file.
Syntax
svf dow <elf file>
Record downloading of elf file <elf file>
to the memory.
svf dow -data <file> <addr>
Record downloading of binary file <file>
to the memory.
Options
None.
Returns
If successful, this command returns nothing. Otherwise it returns an error.
Examples
svf dow "fsbl.elf"
Record downloading of elf file fsbl.elf.
svf dow -data "data.bin" 0x1000
Record downloading of binary file data.bin to the address 0x1000.