D | test_imagegen.py | 161 ELF = "esp8266-nonosssdk20-iotdemo.elf" variable in TestESP8266V1Image 168 self.run_elf2image(self, "esp8266", self.ELF, 1) 177 with open(self.ELF, "rb") as f: 189 self.assertImageContainsSection(image, self.ELF, ".data") 190 self.assertImageContainsSection(image, self.ELF, ".text") 193 self.assertImageDoesNotContainSection(image, self.ELF, ".rodata") 200 ELF = "esp8266-nonossdkv12-example.elf" variable in TestESP8266V12SectionHeaderNotAtEnd 201 BIN_LOAD = ELF + "-0x00000.bin" 202 BIN_IROM = ELF + "-0x40000.bin" 210 self.run_elf2image("esp8266", self.ELF) [all …]
|