Skip to content

Commit

Permalink
partition table for 8MB esp32s3 with data partition
Browse files Browse the repository at this point in the history
  • Loading branch information
ftylitak committed Jul 10, 2024
1 parent 441b6a8 commit edaf033
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ports/esp32/partitions-8MiB-data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Notes: the offset of the partition table itself is set in
# $IDF_PATH/components/partition_table/Kconfig.projbuild.
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x26FF00,
vfs, data, fat, 0x280000, 0x31FF00,
data, data, fat, 0x5A0000, 0x10FFFF,

0 comments on commit edaf033

Please sign in to comment.