Home
last modified time | relevance | path

Searched refs:erase_otadata (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/app_update/
DMakefile.projbuild3 .PHONY: blank_ota_data erase_otadata read_otadata
33 erase_otadata: $(PARTITION_TABLE_CSV_PATH) partition_table_get_info | check_python_dependencies
36 erase_otadata
DCMakeLists.txt74 -D SERIAL_TOOL_ARGS="${esptool_args};${otatool_args};erase_otadata"
80 add_deprecated_target_alias(erase_otadata erase-otadata)
Dotatool.py62 def erase_otadata(self): member in OtatoolTarget
213 target.erase_otadata()
/hal_espressif-3.6.0/examples/system/ota/otatool/
Dotatool_example.sh61 $OTATOOL_PY erase_otadata
85 $OTATOOL_PY erase_otadata
Dotatool_example.py78 target.erase_otadata()
102 target.erase_otadata()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dota.rst199 - 擦除 otadata 分区,将设备复位至工厂应用程序 (erase_otadata)
235 target.erase_otadata()
266 otatool.py --port "/dev/ttyUSB1" erase_otadata
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dota.rst199 - erase otadata partition, effectively resetting device to factory app (erase_otadata)
235 target.erase_otadata()
266 otatool.py --port "/dev/ttyUSB1" erase_otadata
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dbuild-system-legacy.rst297 - ``make erase_flash`` 和 ``make erase_otadata`` 会调用 esptool.py 脚本分别擦除整块闪存芯片或者其中 OTA 分区的内容。
/hal_espressif-3.6.0/examples/system/ota/
DREADME.md96 …case the `factory` partition does not exist), run the command `idf.py erase_otadata`. This restore…
/hal_espressif-3.6.0/docs/en/api-guides/
Dbuild-system-legacy.rst297 - ``make erase_flash`` and ``make erase_otadata`` will use esptool.py to erase the entire flash chi…