Home
last modified time | relevance | path

Searched refs:partition_table_offset (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/partition_table/
Dparttool.py72 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_… argument
77 gen.offset_part_table = partition_table_offset
114 …self._call_esptool(['read_flash', str(partition_table_offset), str(gen.MAX_PARTITION_LENGTH), temp…
319 if args.partition_table_offset:
320 target_args['partition_table_offset'] = int(args.partition_table_offset, 0)
Dcheck_sizes.py56 def check_bootloader(partition_table_offset, bootloader_offset, binary_file): # type: (int, int, I… argument
57 max_size = partition_table_offset - bootloader_offset
63 bootloader_size, partition_table_offset, max_size, max_size)
/hal_espressif-3.4.0/components/app_update/
Dotatool.py42 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_… argument
45 …self.target = ParttoolTarget(port, baud, partition_table_offset, partition_table_file, esptool_arg…
300 if args.partition_table_offset:
301 target_args['partition_table_offset'] = int(args.partition_table_offset, 0)
DMakefile.projbuild40 --partition-table-offset $(partition_table_offset) \