Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst27 …ion 1" images, the file names created by ``elf2image`` include the flash offsets as part of the fi…
28 …r types of images, consult your SDK documentation to determine the files to flash at which offsets.
32 …ss) and file name. Consult your SDK documentation to determine the files to flash at which offsets.
Dflashing-firmware.rst71 …mmand with a list of paths to binary files and their respective flashing offsets. If necessary, ch…
Dflash-modes.rst24 …sed by the ROM bootloader to load from flash. When flashing at all other offsets, these arguments …
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst74 …ESP8266 SDK documentation for details regarding which binaries need to be flashed at which offsets.
81 … to ESP-IDF documentation for details regarding which binaries need to be flashed at which offsets.
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c748 mz_uint offsets[256], cur_ofs = 0; in tdefl_radix_sort_syms() local
751 offsets[i] = cur_ofs; in tdefl_radix_sort_syms()
755 pNew_syms[offsets[(pCur_syms[i].m_key >> pass_shift) & 0xFF]++] = pCur_syms[i]; in tdefl_radix_sort_syms()