Skip to content

Commit

Permalink
New partition table
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanlundvall committed Jan 4, 2024
1 parent 08f862c commit c1df636
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions partitions.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, , 0x6000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 1M,
nvs, data, nvs, , 0x6000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x180000,
ota_1, app, ota_1, , 0x180000,

0 comments on commit c1df636

Please sign in to comment.