Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst228 …ated by ``elf2image``. Command also supports ``.hex`` file created by ``merge_bin`` command from s…
246 Merge Binaries for Flashing: merge_bin
248 The ``merge_bin`` command will merge multiple binary files (of any kind) into a single file that ca…
254 …esptool.py --chip {IDF_TARGET_NAME} merge_bin -o merged-flash.bin --flash_mode dio --flash_size 4M…
261 * The ``merge_bin`` command supports the same ``--flash_mode``, ``--flash_size`` and ``--flash_fre…
270 esptool.py --chip {IDF_TARGET_NAME} merge_bin -o merged-flash.bin @flash_args
286 …esptool.py --chip {IDF_TARGET_NAME} merge_bin --format hex -o merged-flash.hex --flash_mode dio --…
325 …esptool.py --chip {IDF_TARGET_NAME} merge_bin --format uf2 -o merged-flash.uf2 --flash_mode dio --…
Dadvanced-commands.rst8 …gion``, ``read_mac``, ``flash_id``, ``elf2image``, ``image_info`` and ``merge_bin`` commands are a…
51 …m contained within it. Command also supports ``.hex`` file created by ``merge_bin`` command from s…
Dbasic-options.rst16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg…
Dadvanced-options.rst136 An example of this is available in the :ref:`merge_bin <merge-bin>` command description.
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md86 - **merge_bin**: treat files starting with colon as raw files
118 - **merge_bin**: add support for uf2 format
DCONTRIBUTING.rst131 * ``test_mergebin.py`` tests the ``merge_bin`` command
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py57 merge_bin,
Dcmds.py1390 def merge_bin(args): function