Home
last modified time | relevance | path

Searched refs:bin_fw (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dintel_adsp.py39 self.bin_fw = os.path.join(cfg.build_dir, 'zephyr', 'zephyr.ri')
93 hash_object = hashlib.md5(self.bin_fw.encode(), usedforsecurity=False)
96 send_bin_fw = str(self.bin_fw + "." + hash_object.hexdigest())
97 shutil.copy(self.bin_fw, send_bin_fw)