Lines Matching refs:can

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:
34 Numeric values passed to write_flash (and other commands) can be specified either in hex (ie 0x1000…
68 …This is a safety measure to prevent accidentally overwriting the secure bootloader, which **can ul…
70 …This behavior can be overridden with the ``--force`` option. **Use this only at your own risk and …
87 …ntally overwriting the encrypted firmware with a plaintext binary, which **can ultimately lead to …
89 …This behavior can be overridden with the ``--force`` option. **Use this option provided that the f…
97 This behavior can be overridden with the ``--force`` option.
151 …ent accidentally deleting the secure bootloader or encrypted data, which **can ultimately lead to …
153 …This behavior can be overridden with the ``--force`` option. **Use this only at your own risk and …
186 …file (from compiler/linker output) into the binary executable images which can be flashed and then…
194 …s <#flash-modes>`__ arguments ``--flash_freq`` and ``--flash_mode``, which can be used to set the …
195 These values can also be overwritten via the ``write_flash`` command, see the `write_flash command …
201 …nary files: ``my_app.elf-0x00000.bin`` and ``my_app.elf-0x40000.bin``. You can alter the firmware …
203can also produce a "version 2" image file suitable for use with a software bootloader stub such as…
248 …and will merge multiple binary files (of any kind) into a single file that can be flashed to a dev…
256 Will create a file ``merged-flash.bin`` with the contents of the other 3 files. This file can be la…
264 * The input files can be in either ``bin`` or ``hex`` format and they will be automatically conver…
265 …le <specify_arguments_via_file>` section for details). As an example, this can be conveniently use…
314 This UF2 file can be copied to a USB mass storage device exposed by another ESP running the `ESP US…
321 * The ``--md5-disable`` option will disable MD5 checksums at the end of each block. This can be us…