Searched refs:elf_path (Results 1 – 5 of 5) sorted by relevance
32 def __init__(self, elf_path, log): argument34 self.elf_path = elf_path35 self.elf_fd = open(elf_path, "rb+")
130 def __init__(self, elf_path: str, log: logging.Logger, slid_listing_path: str | None):131 self.elf_path = elf_path132 self.elf_fd = open(self.elf_path, 'rb+')
147 west flash -r trace32 --startup-args elfFile=<elf_path> loadTo=<flash/sram>152 - ``<elf_path>`` is the path to the Zephyr application ELF in the output
327 west debug --startup-args elfFile=<elf_path> rtu=<rtu_id> core=<core_id> lockstep=<yes/no>329 Where ``<elf_path>`` is the path to the Zephyr application ELF in the output
300 west flash -r trace32 --startup-args elfFile=<elf_path> loadTo=<flash/sram>305 - ``<elf_path>`` is the path to the Zephyr application ELF in the output