Skip to content

Commit 6f6bfb0

Browse files
committed
Merge branch 'feature/modify_paritions_cvs_file' into 'master'
Modify factory/OTA APP partition size and remove coredump file See merge request sdk/ESP8266_RTOS_SDK!386
2 parents a4aca59 + 107c9a4 commit 6f6bfb0

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

components/partition_table/partitions_singleapp.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
33
nvs, data, nvs, 0x9000, 0x6000,
44
phy_init, data, phy, 0xf000, 0x1000,
5-
factory, app, factory, 0x10000, 1M,
5+
factory, app, factory, 0x10000, 0xF0000,

components/partition_table/partitions_singleapp_coredump.csv

Lines changed: 0 additions & 6 deletions
This file was deleted.

components/partition_table/partitions_two_ota.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
nvs, data, nvs, 0x9000, 0x4000
44
otadata, data, ota, 0xd000, 0x2000
55
phy_init, data, phy, 0xf000, 0x1000
6-
ota_0, 0, ota_0, 0x10000, 0x80000
7-
ota_1, 0, ota_1, 0x110000,0x80000
6+
ota_0, 0, ota_0, 0x10000, 0xF0000
7+
ota_1, 0, ota_1, 0x110000,0xF0000

components/partition_table/partitions_two_ota_coredump.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)