Searched refs:load_cmd (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/soc/intel/intel_adsp/tools/ |
| D | remote-fw-service.py | 223 log.error("Try: sudo pkill -9 -f %s", runner.load_cmd) 240 self.load_cmd = self.board.get_cmd() 278 self.load_cmd = args.load_cmd # cmd for loading 281 if not self.load_cmd: 282 self.load_cmd = "./cavstool.py" 284 if not self.load_cmd or not os.path.exists(self.load_cmd): 289 return self.load_cmd
|
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | openocd.py | 52 pre_load=None, erase_cmd=None, load_cmd=None, verify_cmd=None, argument 102 self.load_cmd = load_cmd 204 pre_load=args.cmd_pre_load, erase_cmd=args.cmd_erase, load_cmd=args.cmd_load, 271 if self.load_cmd is None: 309 if self.load_cmd.endswith(' erase'): 310 self.load_cmd = self.load_cmd[:-6] 312 load_image +=['-c', self.load_cmd + ' ' + hex_name]
|
| D | intel_cyclonev.py | 24 pre_load=None, load_cmd=None, verify_cmd=None, post_verify=None, argument 76 self.load_cmd = load_cmd 162 pre_load=args.cmd_pre_load, load_cmd=args.cmd_load,
|