Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst8 …lash``, ``erase_region``, ``read_mac``, ``flash_id``, ``elf2image``, ``image_info`` and ``merge_bi…
59 …ments will not load correctly and the image will probably crash. The ``image_info`` command can be…
Dbasic-commands.rst225 Output .bin Image Details: image_info
228 The ``image_info`` command outputs some information (load addresses, sizes, etc) about a ``.bin`` f…
236 esptool.py image_info --version 2 my_esp_app.bin
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md246 - **image_info**: Print application information if possible
251 - **image_info**: Image type autodetection
DCONTRIBUTING.rst130 * ``test_image_info.py`` tests the ``image_info`` command
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst174 … and get a complete summary of its headers and segments, use the :ref:`image_info <image-info>` co…
Dboot-mode-selection.rst361 …bootloader image by running ``esptool.py --chip {IDF_TARGET_PATH_NAME} image_info /path/to/bootloa…
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py54 image_info,
Dcmds.py764 def image_info(args): function