Home
last modified time | relevance | path

Searched refs:read_partition (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/examples/storage/parttool/
Dparttool_example.sh37 $PARTTOOL_PY read_partition --partition-type=app --partition-subtype=factory --output=app.bin
54 $PARTTOOL_PY read_partition --partition-name=storage --output read.bin
64 $PARTTOOL_PY read_partition --partition-name=storage --output read.bin
Dparttool_example.py62 target.read_partition(factory, 'app.bin')
81 target.read_partition(storage, 'read.bin')
91 target.read_partition(storage, 'read.bin')
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dpartition-tables.rst222 - 读取分区,将内容存储到文件中 (read_partition)
260 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin")
292 …parttool.py --port "/dev/ttyUSB1" read_partition --partition-type=data --partition-subtype=spiffs …
/hal_espressif-3.6.0/components/partition_table/
Dparttool.py168 def read_partition(self, partition_id, output): member in ParttoolTarget
193 target.read_partition(partition_id, output)
/hal_espressif-3.6.0/components/app_update/
Dotatool.py52 self.target.read_partition(OtatoolTarget.OTADATA_PARTITION, temp_file.name)
193 self.target.read_partition(self._get_partition_id_from_ota_id(ota_id), output)
/hal_espressif-3.6.0/docs/en/api-guides/
Dpartition-tables.rst222 - reading a partition and saving the contents to a file (read_partition)
260 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin")
292 …parttool.py --port "/dev/ttyUSB1" read_partition --partition-type=data --partition-subtype=spiffs …