Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/partition_table/
Dparttool.py72 …lf, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_table_file=None, argument
97 if partition_table_file:
99 with open(partition_table_file, 'rb') as f:
106 with open(partition_table_file, 'r') as f:
316 if args.partition_table_file:
317 target_args['partition_table_file'] = args.partition_table_file
Dcheck_sizes.py70 def check_partition(ptype, subtype, partition_table_file, bin_file): # type: (str, str, io.IOBase,… argument
71 table, _ = PartitionTable.from_file(partition_table_file)
/hal_espressif-3.4.0/components/app_update/
Dotatool.py42 …lf, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_table_file=None, argument
45 …self.target = ParttoolTarget(port, baud, partition_table_offset, partition_table_file, esptool_arg…
297 if args.partition_table_file:
298 target_args['partition_table_file'] = args.partition_table_file