Searched refs:hex_name (Results 1 – 7 of 7) sorted by relevance
21 self.hex_name = cfg.hex_file47 if self.hex_name is not None and os.path.isfile(self.hex_name):48 fname = self.hex_name
25 self.hex_name = cfg.hex_file115 if self.hex_name is not None and os.path.isfile(self.hex_name):116 flash_file = self.hex_name
36 self.hex_name = cfg.hex_file197 if self.supports_hex() and self.hex_name is not None and os.path.isfile(self.hex_name):198 flash_cmd = (["load", self.hex_name])212 raise ValueError(err.format(self.hex_name, self.bin_name, self.elf_name))
21 self.hex_name = cfg.hex_file68 '--kernel', self.hex_name]
43 self.hex_name = cfg.hex_file153 if self.hex_name is not None and os.path.isfile(self.hex_name):154 fname = self.hex_name
66 self.hex_name = cfg.hex_file400 if self.hex_name is not None and os.path.isfile(self.hex_name):401 flash_file = self.hex_name416 raise ValueError(err.format(self.hex_name, self.bin_name, self.elf_name))
278 hex_name = Path(self.cfg.hex_file).as_posix()312 load_image +=['-c', self.load_cmd + ' ' + hex_name]317 '-c', self.verify_cmd + ' ' + hex_name]