Skip to content

Commit 368ff09

Browse files
committed
Remove coredump from partition file
Until we migrate to ESP32 v2.0.6 or later
1 parent 46050e8 commit 368ff09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Name, Type, SubType, Offset, Size, Flags
2+
nvs, data, nvs, 0x9000, 0x5000,
3+
otadata, data, ota, 0xe000, 0x2000,
4+
app0, app, ota_0, 0x10000, 0x640000,
5+
app1, app, ota_1, 0x650000,0x640000,
6+
spiffs, data, spiffs, 0xc90000,0x370000,
7+
coredump, data, coredump,0xFF0000,0x10000,

Firmware/app3M_fat9M_16MB.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ otadata, data, ota, 0xe000, 0x2000,
44
app0, app, ota_0, 0x10000, 0x640000,
55
app1, app, ota_1, 0x650000,0x640000,
66
spiffs, data, spiffs, 0xc90000,0x370000,
7-
coredump, data, coredump,0xFF0000,0x10000,

0 commit comments

Comments
 (0)