Home
last modified time | relevance | path

Searched refs:verify_flash (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst14 Verify Flash Data: verify_flash
17 The ``verify_flash`` command allows you to verify that data in flash matches a local file.
23 esptool.py verify_flash --diff yes 0x40000 my_app.elf-0x40000.bin
32 …h were passed to `write_flash` must also be passed to ``verify_flash``. Otherwise, ``verify_flash`…
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py761 verify_flash(esp, args)
1236 def verify_flash(esp, args): function
D__init__.py63 verify_flash,