Skip to content

Commit

Permalink
[ESP32] Add default partition table for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er committed Oct 1, 2018
1 parent 0be7975 commit 0670fa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions esp32_partition_app1310k_spiffs1503k.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
eeprom, data, 0x99, 0x290000,0x1000,
spiffs, data, spiffs, 0x291000,0x16F000,

0 comments on commit 0670fa9

Please sign in to comment.