Skip to content

Commit

Permalink
Add coredump partition
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Jan 29, 2024
1 parent 598a91d commit b025fa0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Firmware/RTKEverywhere.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x640000,
app1, app, ota_1, 0x650000,0x640000,
spiffs, data, spiffs, 0xc90000,0x370000,
# See SparkFun ESP32 partition generator: https://docs.google.com/spreadsheets/d/1Ar1LjCRq_RqoRP3OwOwx527hfGKR-4FlMUr6ygIosA8/edit?usp=sharing
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xE000, 0x2000
app0, app, ota_0, 0x10000, 0x600000
app1, app, ota_1, 0x610000, 0x600000
spiffs, data, spiffs, 0xC10000, 0x370000
coredump, data, coredump, 0xF80000, 0x10000

0 comments on commit b025fa0

Please sign in to comment.