Lines Matching refs:to

17 The ``verify_flash`` command allows you to verify that data in flash matches a local file.
19to flash, so additional verification is not usually needed. However, if you wish to perform a byte…
26 …s`` option specifies that if the files are different, the details should be printed to the console.
32 …_size`` and ``--flash_freq`` arguments which were passed to `write_flash` must also be passed to `…
33 …* Another way to compare flash contents is to use the ``read_flash`` command, and then use binary …
37 Dump a Memory Region to File: dump_mem
40 The ``dump_mem`` command will dump a region from the chip's memory space to a file. For example, to
48 Load a Binary to RAM: load_ram
59 … and the image will probably crash. The ``image_info`` command can be used to check the binary ima…
60 …oader in RAM. Older esptool versions may hang. Pass ``esptool.py --no-stub`` to avoid this problem.
61 …* Due to a limitation in the ROM loader, when using ``--no-stub`` any very early serial output fro…
68 … allow reading and writing single words (4 bytes) of RAM. This can be used to "peek" and "poke" at…
83 …`, ``RDSR2`` and/or ``RDSR3`` commands to the flash chip to read the status register contents. Thi…
104 …, ``WRSR2`` and/or ``WRSR3`` commands to the flash chip to write the status register contents. Thi…
110 …r to the corresponding option for ``read_flash_status`` and causes a mix of ``WRSR`` (01h), ``WRSR…
113 …can be used in order to send a ``WREN`` (06h) command before writing the status. This may allow no…
121 …nt side effects for some flash chips, so check carefully before using this command to set any bits!
142 …p_id`` command allows you to read a 4 byte ID which forms part of the MAC address. It is usually b…
155 …``make_image`` allows you to manually assemble a firmware image from binary segments (such as thos…
165 …is better to create an ELF image (including any binary data as part of the ELF, by using objcopy o…
172 …The ``run`` command immediately exits the bootloader and attempts to boot the normal application c…