Searched refs:merge_bin (Results 1 – 8 of 8) sorted by relevance
228 …ated by ``elf2image``. Command also supports ``.hex`` file created by ``merge_bin`` command from s…246 Merge Binaries for Flashing: merge_bin248 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_args286 …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 --…
8 …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…
16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg…
136 An example of this is available in the :ref:`merge_bin <merge-bin>` command description.
86 - **merge_bin**: treat files starting with colon as raw files118 - **merge_bin**: add support for uf2 format
131 * ``test_mergebin.py`` tests the ``merge_bin`` command
57 merge_bin,
1390 def merge_bin(args): function