Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RSDK-9647] update 8mb partitions #370

Closed
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions micro-rdk-server/esp32/ota_8mb_partitions.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 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, 0x9000, 0x6000,
otadata, data, ota, 0xF000, 0x2000,
phy_init, data, phy, 0x11000, 0x1000,
ota_0, 0, ota_0, , 0x377000,
ota_1, 0, ota_1, , 0x377000,
nvs, data, nvs, 0x9000, 0x6000,
acmorrow marked this conversation as resolved.
Show resolved Hide resolved
otadata, data, ota, 0xF000, 0x2000,
acmorrow marked this conversation as resolved.
Show resolved Hide resolved
phy_init, data, phy, 0x11000, 0x1000,
ota_0, app, ota_0, 0x20000, 3968K,
acmorrow marked this conversation as resolved.
Show resolved Hide resolved
ota_1, app, ota_1, 0x400000, 3968K,
acmorrow marked this conversation as resolved.
Show resolved Hide resolved
coredump, data, coredump, 0x7e0000, 128K,
acmorrow marked this conversation as resolved.
Show resolved Hide resolved
11 changes: 6 additions & 5 deletions templates/project/partitions.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 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, 0x9000 , 0x8000,
phy_init, data, phy, 0x11000 , 0x1000,
#reserved, data, undefined,0x12000,0x4e000
factory, app, factory, 0x30000, 0x3D0000,
coredump, data, coredump,,128K
nvs, data, nvs, 0x9000, 0x6000,
acmorrow marked this conversation as resolved.
Show resolved Hide resolved
otadata, data, ota, 0xF000, 0x2000,
phy_init, data, phy, 0x11000, 0x1000,
ota_0, app, ota_0, 0x20000, 3968K,
ota_1, app, ota_1, 0x400000, 3968K,
coredump, data, coredump, 0x7e0000, 128K,
Loading