Searched refs:image_info (Results 1 – 8 of 8) sorted by relevance
8 …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…
225 Output .bin Image Details: image_info228 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
246 - **image_info**: Print application information if possible251 - **image_info**: Image type autodetection
130 * ``test_image_info.py`` tests the ``image_info`` command
174 … and get a complete summary of its headers and segments, use the :ref:`image_info <image-info>` co…
361 …bootloader image by running ``esptool.py --chip {IDF_TARGET_PATH_NAME} image_info /path/to/bootloa…
54 image_info,
764 def image_info(args): function