Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py161 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 …]
/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild40 int "The length of APP ELF SHA is stored in RAM(chars)"
44 …At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value
45 and store it in static RAM. This ensures the app ELF SHA-256 value is always available
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md67 - **bin_image**: add check for ELF file segment when saving RAM segments
74 - **elf2image**: add ELF flags to merge condition
144 - **bin_image**: Check only ELF sections when searching for .flash.appdesc
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst165 …In general, it is better to create an ELF image (including any binary data as part of the ELF, by …
Dbasic-commands.rst183 Convert ELF to Binary: elf2image
186 The ``elf2image`` command converts an ELF file (from compiler/linker output) into the binary execut…
197 By default, ``elf2image`` uses the sections in the ELF file to generate each segment in the binary …
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld188 * This section will only be present in the ELF file, not in the final binary
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld199 * This section will only be present in the ELF file, not in the final binary
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld222 * This section will only be present in the ELF file, not in the final binary
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in457 * This section will only be present in the ELF file, not in the final binary
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in446 * This section will only be present in the ELF file, not in the final binary
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in485 * This section will only be present in the ELF file, not in the final binary
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst361 …mmary of each segment. Corresponding details will also be found in the bootloader ELF file headers.