Home
last modified time | relevance | path

Searched refs:switch_ota_partition (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/system/ota/otatool/
Dotatool_example.sh66 $OTATOOL_PY switch_ota_partition --slot 0
71 $OTATOOL_PY switch_ota_partition --slot 1
73 $OTATOOL_PY switch_ota_partition --name ota_1
78 $OTATOOL_PY switch_ota_partition --slot 0
80 $OTATOOL_PY switch_ota_partition --name ota_0
90 $OTATOOL_PY switch_ota_partition --slot 1
Dotatool_example.py83 target.switch_ota_partition(0)
88 target.switch_ota_partition(1)
90 target.switch_ota_partition('ota_1')
95 target.switch_ota_partition(0)
97 target.switch_ota_partition('ota_0')
107 target.switch_ota_partition(1)
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dota.rst200 - 切换 OTA 分区 (switch_ota_partition)
241 target.switch_ota_partition(1)
272 otatool.py --port "/dev/ttyUSB1" switch_ota_partition --slot 1
/hal_espressif-3.6.0/components/app_update/
Dotatool.py89 def switch_ota_partition(self, ota_id): member in OtatoolTarget
218 target.switch_ota_partition(ota_id)
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dota.rst200 - switch OTA partitions (switch_ota_partition)
241 target.switch_ota_partition(1)
272 otatool.py --port "/dev/ttyUSB1" switch_ota_partition --slot 1