Skip to content

Commit f48bee5

Browse files
committed
Increase app partition in 8MB devices
1 parent 9b6a2b7 commit f48bee5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firmware/RTKEverywhere_8MB.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Name, Type, SubType, Offset, Size, Flags
33
nvs, data, nvs, 0x9000, 0x5000
44
otadata, data, ota, 0xE000, 0x2000
5-
app0, app, ota_0, 0x10000, 0x36B000
6-
app1, app, ota_1, 0x380000, 0x36B000
7-
spiffs, data, spiffs, 0x6EB000, 0xFA000
8-
coredump, data, coredump, 0x7E5000, 0x10000
5+
app0, app, ota_0, 0x10000, 0x3DE000
6+
app1, app, ota_1, 0x3F0000, 0x3DE000
7+
spiffs, data, spiffs, 0x7CE000, 0x19000
8+
coredump, data, coredump, 0x7E7000, 0x10000

0 commit comments

Comments
 (0)