Skip to content

Commit

Permalink
add partitions for 8M flash, >1MB code size with usb-pd + sd-spi
Browse files Browse the repository at this point in the history
  • Loading branch information
SpComb committed Jan 26, 2024
1 parent 9fd841f commit c921e73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/esp32/partitions-8M.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ESP-IDF Partition Table (Single factory app, no OTA, 8MB flash)
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
config, data, spiffs, 0x10000, 0xF0000,

factory, app, factory, 0x100000, 2M,

# 1MB spiffs /web-dist
web-dist, data, spiffs, 0x500000, 0x100000,

0 comments on commit c921e73

Please sign in to comment.