OVMS3-idf/components/partition_table/partitions_two_ota_coredump.csv
Alexey Gerenkov ad66fbe5ad esp32: Fixes issues discussed during code review of MR!341
The following issues mentioned during MR!341 review were fixed:
1) Core dump test application description
2) Usage of CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH and CONFIG_ESP32_ENABLE_COREDUMP_TO_UART
3) FLASH_GUARD_START macro usage is fixed in flash API
4) Core dump module logging facility
5) cache util functions doc updated
6) interactive delay before print core dump to uart
7) core dump partion support in build system
2017-01-12 19:38:19 +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, coredump,, 64K
8ota_0, 0, ota_0, , 1M
9ota_1, 0, ota_1, , 1M