Skip to content

Commit a32a4bb

Browse files
authored
New partition table for UNO R4 WiFi
- Rename old nvs in fws (this will be wiped every firmware update) - Move certs before app0 (this would allow us to relase smaller binary updates) - SPIFFS moved to 0x370000 as a consequence (data will be wiped now, but not in future updates) - New default nvs at 0x3F0000 (this will keep data with future fw updates) - Core dump resized
1 parent 2e5b8c5 commit a32a4bb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: tools/partitions/unor4wifi.csv

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Name, Type, SubType, Offset, Size, Flags
2-
nvs, data, nvs, 0x9000, 0x005000,
2+
fws, data, nvs, 0x9000, 0x005000,
33
otadata, data, ota, 0xe000, 0x002000,
4-
app0, app, ota_0, 0x10000, 0x190000,
5-
app1, app, ota_1, 0x1A0000,0x190000,
6-
spiffs, data, spiffs, 0x330000,0x080000,
7-
coredump, data, coredump, 0x3B0000,0x010000,
8-
cert, data, undefined, 0x3C0000,0x040000,
4+
cert, data, undefined, 0x10000, 0x040000,
5+
app0, app, ota_0, 0x50000, 0x190000,
6+
app1, app, ota_1, 0x1E0000,0x190000,
7+
spiffs, data, spiffs, 0x370000,0x080000,
8+
nvs, data, nvs, 0x3F0000,0x005000,
9+
coredump, data, coredump, 0x3F5000,0x00B000,

0 commit comments

Comments
 (0)