Skip to content

Commit 468e524

Browse files
authored
Merge pull request #273 from iory/ota
[atoms3] Update the OTA size to 2MB because we have already been using a 1MB flash
2 parents c495c4a + ae9da03 commit 468e524

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

firmware/atom_s3_i2c_display/partition_table/partitions_m5stack_atoms3.csv

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
nvs, data, nvs, 0x9000, 0x4000,
33
otadata, data, ota, 0xd000, 0x2000,
44
phy_init, data, phy, 0xf000, 0x1000,
5-
ota_0, app, ota_0, 0x10000, 1M,
6-
ota_1, app, ota_1, 0x110000, 1M,
7-
coredump, data, coredump, 0x210000, 64K,
5+
ota_0, app, ota_0, 0x10000, 2M,
6+
ota_1, app, ota_1, 0x210000, 2M,
7+
coredump, data, coredump,0x410000, 64K,
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
nvs, data, nvs, 0x9000, 0x5000,
33
otadata, data, ota, 0xe000, 0x2000,
4-
app0, app, ota_0, 0x10000, 0x130000,
5-
app1, app, ota_1, 0x140000, 0x130000,
6-
spiffs, data, spiffs, 0x270000, 0xD80000,
4+
app0, app, ota_0, 0x10000, 2M,
5+
app1, app, ota_1, 0x210000, 2M,
6+
spiffs, data, spiffs, 0x410000, 0xbe0000,
77
coredump, data, coredump,0xFF0000, 0x10000,

0 commit comments

Comments
 (0)