OVMS3-idf/components/partition_table
Konstantin Kondrashov 3e0ac4db79 partition_table: Expanding the space under the bootloader
Allows you to move the partition table, it gives more space for the bootloader.
Added a new utility - parttool.py. This utility can search for the offset and/or size of the partitions by name and type/subtype. Use for getting APP_OFFSET and PHY_DATA_OFFSET.
The linker(esp32.bootloader.ld) made changes that allow you to write a custom bootloader code more.

TW14125
2018-06-08 18:47:29 +05:00
..
test Add test for partition mmap straddling 64K page issue 2017-07-06 18:22:43 +08:00
test_gen_esp32part_host Protect partition table by MD5 checksum 2018-02-05 11:36:03 +01:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
gen_esp32part.py partition_table: Expanding the space under the bootloader 2018-06-08 18:47:29 +05:00
Kconfig.projbuild partition_table: Expanding the space under the bootloader 2018-06-08 18:47:29 +05:00
Makefile.projbuild partition_table: Expanding the space under the bootloader 2018-06-08 18:47:29 +05:00
partitions_singleapp.csv Flash encryption: Support enabling flash encryption in bootloader, app support 2016-12-01 23:49:12 -08:00
partitions_singleapp_coredump.csv esp32: Fixes issues discussed during code review of MR!341 2017-01-12 19:38:19 +03:00
partitions_two_ota.csv Flash encryption: Support enabling flash encryption in bootloader, app support 2016-12-01 23:49:12 -08:00
partitions_two_ota_coredump.csv esp32: Fixes issues discussed during code review of MR!341 2017-01-12 19:38:19 +03:00
parttool.py partition_table: Expanding the space under the bootloader 2018-06-08 18:47:29 +05:00