Download ELF and binary file to target.
Syntax
dow [options] <file>
Download ELF file <file>
to active target.
dow -data <file> <addr>
Download binary file <file>
to active target address specified by <addr>
.
Options
Option | Description |
---|---|
-clear
|
Clear uninitialized data (bss). |
-skip-tcm-clear
|
Clear uninitialized data sections that are part of the Versal TCM. This is needed when ELFs are loaded through debugger, so that TCM banks are initialized properly. When the ELFs are part of the PDI, PLM initializes the TCM, before loading the ELFs. |
-keepsym
|
Keep previously downloaded ELFs in the list of symbol files. Default behavior is to clear the old symbol files while downloading an ELF. |
-force
|
Overwrite access protection. By default, accesses to reserved and invalid address ranges are blocked. |
-bypass-cache-sync
|
Do not flush/invalidate CPU caches during ELF download. Without this option, the debugger flushes/invalidates caches to make sure caches are in sync. |
-relocate-section-map <addr>
|
Relocate the address map of the program sections to <addr> . This option should be used when the code is self-relocating, so that the debugger can find debug symbol information for the code. <addr> is the relative address, to which all the program sections are relocated. |
-vaddr
|
Use <vaddr> from the ELF program headers while downloading the ELF. This option is valid only for ELF files. |
Returns
Nothing.