Searched refs:binpath (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_imagegen.py | 117 def assertImageInfo(self, binpath, chip="esp8266", assert_sha=False): argument 122 cmd = [sys.executable, "-m", "esptool", "--chip", chip, "image_info", binpath] 219 def _test_elf2image(self, elfpath, binpath, mergedsections=[]): argument 222 image = esptool.bin_image.LoadFirmwareImage("esp8266", binpath) 246 with open(binpath, "rb") as f: 255 self.assertImageInfo(binpath) 258 try_delete(binpath) 273 def _test_elf2image(self, elfpath, binpath, extra_args=[]): argument 276 image = esptool.bin_image.LoadFirmwareImage("esp32", binpath) 278 binpath, [all …]
|