OVMS3-idf/components/partition_table/partitions_two_ota_coredump.csv
Alexey Gerenkov 4a3e160888 esp32: Add core dump saving to flash feature
Complimentary changes:
1) Partition table definitions files with core dump partition
2) Special sub-type for core dump partition
3) Special version of spi_flash_xxx
4) espcoredump.py is script to get core dump from flash and print useful info
5) FreeRTOS API was extended to get tasks snapshots
2017-01-11 20:51:28 +03:00

428 B

1# Name, Type, SubType, Offset, Size
2# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
3nvs, data, nvs, 0x9000, 0x4000
4otadata, data, ota, 0xd000, 0x2000
5phy_init, data, phy, 0xf000, 0x1000
6factory, 0, 0, 0x10000, 1M
7coredump, data, 3, , 64K
8ota_0, 0, ota_0, , 1M
9ota_1, 0, ota_1, , 1M