Lines Matching refs:command
9 Binary data can be written to the ESP's flash chip via the serial ``write_flash`` command:
15 Multiple flash addresses and file names can be given on the same command line:
36 See the :ref:`troubleshooting` section if the ``write_flash`` command is failing, or the flashed mo…
102 The read_flash command allows reading back the contents of flash. The arguments to the command are …
118 …When using the ``read_flash`` command in combination with the ``--no-stub`` argument, it may be ne…
186 The ``elf2image`` command converts an ELF file (from compiler/linker output) into the binary execut…
192 This command does not require a serial connection.
195 …command, see the `write_flash command <#write-binary-data-to-flash-write-flash>`__ for details. Ov…
201 …The default command output for {IDF_TARGET_NAME} is two binary files: ``my_app.elf-0x00000.bin`` a…
228 …command outputs some information (load addresses, sizes, etc) about a ``.bin`` file created by ``e…
248 The ``merge_bin`` command will merge multiple binary files (of any kind) into a single file that ca…
261 …e ``merge_bin`` command supports the same ``--flash_mode``, ``--flash_size`` and ``--flash_freq`` …
276 The output of the command will be in `Intel Hex format <https://www.intel.com/content/www/us/en/sup…
297 The output of the command will be in ``raw`` format and gaps between individual files will be fille…
313 This command will generate a UF2 (`USB Flashing Format <https://github.com/microsoft/uf2>`_) binary.