Skip to content

Commit

Permalink
Make partition tables easier to modify. (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 3, 2025
1 parent 8af317c commit f7fbaaf
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions toolchains/esp32/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# bootloader,, , 0x001000, 0x007000
# partitions,, , 0x008000, 0x000c00
secure, 0x42, 0x00, 0x009000, 0x004000,
otadata, data, ota, 0x00d000, 0x002000,
phy_init, data, phy, 0x00f000, 0x001000,
ota_0, app, ota_0, 0x010000, 0x1a0000,
ota_1, app, ota_1, 0x1b0000, 0x1a0000,
nvs, data, nvs, 0x350000, 0x010000,
programs, 0x40, 0x00, 0x360000, 0x0a0000, encrypted
otadata, data, ota, , 0x002000,
phy_init, data, phy, , 0x001000,
ota_0, app, ota_0, , 0x1a0000,
ota_1, app, ota_1, , 0x1a0000,
nvs, data, nvs, , 0x010000,
programs, 0x40, 0x00, , 0x0a0000, encrypted
12 changes: 6 additions & 6 deletions toolchains/esp32c3/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# bootloader,, , 0x001000, 0x007000
# partitions,, , 0x008000, 0x000c00
secure, 0x42, 0x00, 0x009000, 0x004000,
otadata, data, ota, 0x00d000, 0x002000,
phy_init, data, phy, 0x00f000, 0x001000,
ota_0, app, ota_0, 0x010000, 0x1a0000,
ota_1, app, ota_1, 0x1b0000, 0x1a0000,
nvs, data, nvs, 0x350000, 0x010000,
programs, 0x40, 0x00, 0x360000, 0x0a0000, encrypted
otadata, data, ota, , 0x002000,
phy_init, data, phy, , 0x001000,
ota_0, app, ota_0, , 0x1a0000,
ota_1, app, ota_1, , 0x1a0000,
nvs, data, nvs, , 0x010000,
programs, 0x40, 0x00, , 0x0a0000, encrypted
12 changes: 6 additions & 6 deletions toolchains/esp32c6/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# bootloader,, , 0x001000, 0x007000
# partitions,, , 0x008000, 0x000c00
secure, 0x42, 0x00, 0x009000, 0x004000,
otadata, data, ota, 0x00d000, 0x002000,
phy_init, data, phy, 0x00f000, 0x001000,
ota_0, app, ota_0, 0x010000, 0x1a0000,
ota_1, app, ota_1, 0x1b0000, 0x1a0000,
nvs, data, nvs, 0x350000, 0x010000,
programs, 0x40, 0x00, 0x360000, 0x0a0000, encrypted
otadata, data, ota, , 0x002000,
phy_init, data, phy, , 0x001000,
ota_0, app, ota_0, , 0x1a0000,
ota_1, app, ota_1, , 0x1a0000,
nvs, data, nvs, , 0x010000,
programs, 0x40, 0x00, , 0x0a0000, encrypted
12 changes: 6 additions & 6 deletions toolchains/esp32s2/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# bootloader,, , 0x000000, 0x008000
# partitions,, , 0x008000, 0x000c00
secure, 0x42, 0x00, 0x009000, 0x004000,
otadata, data, ota, 0x00d000, 0x002000,
phy_init, data, phy, 0x00f000, 0x001000,
ota_0, app, ota_0, 0x010000, 0x1a0000,
ota_1, app, ota_1, 0x1b0000, 0x1a0000,
nvs, data, nvs, 0x350000, 0x010000,
programs, 0x40, 0x00, 0x360000, 0x0a0000, encrypted
otadata, data, ota, , 0x002000,
phy_init, data, phy, , 0x001000,
ota_0, app, ota_0, , 0x1a0000,
ota_1, app, ota_1, , 0x1a0000,
nvs, data, nvs, , 0x010000,
programs, 0x40, 0x00, , 0x0a0000, encrypted
12 changes: 6 additions & 6 deletions toolchains/esp32s3/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# bootloader,, , 0x000000, 0x008000
# partitions,, , 0x008000, 0x000c00
secure, 0x42, 0x00, 0x009000, 0x004000,
otadata, data, ota, 0x00d000, 0x002000,
phy_init, data, phy, 0x00f000, 0x001000,
ota_0, app, ota_0, 0x010000, 0x1a0000,
ota_1, app, ota_1, 0x1b0000, 0x1a0000,
nvs, data, nvs, 0x350000, 0x010000,
programs, 0x40, 0x00, 0x360000, 0x0a0000, encrypted
otadata, data, ota, , 0x002000,
phy_init, data, phy, , 0x001000,
ota_0, app, ota_0, , 0x1a0000,
ota_1, app, ota_1, , 0x1a0000,
nvs, data, nvs, , 0x010000,
programs, 0x40, 0x00, , 0x0a0000, encrypted

0 comments on commit f7fbaaf

Please sign in to comment.