Skip to content

Commit 637ee54

Browse files
feat(examples): Increases partition table offset for P4 and C5
1 parent 8746f44 commit 637ee54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32c5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CONFIG_IDF_TARGET="esp32c5"
44

5-
CONFIG_PARTITION_TABLE_OFFSET=0xD000
5+
CONFIG_PARTITION_TABLE_OFFSET=0xE000
66
CONFIG_PARTITION_TABLE_CUSTOM=y
77
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32p4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CONFIG_IDF_TARGET="esp32p4"
44

5-
CONFIG_PARTITION_TABLE_OFFSET=0xD000
5+
CONFIG_PARTITION_TABLE_OFFSET=0xE000
66
CONFIG_PARTITION_TABLE_CUSTOM=y
77
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CONFIG_IDF_TARGET="esp32c5"
44

5-
CONFIG_PARTITION_TABLE_OFFSET=0xC000
5+
CONFIG_PARTITION_TABLE_OFFSET=0xD000
66
CONFIG_PARTITION_TABLE_CUSTOM=y
77
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32p4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CONFIG_IDF_TARGET="esp32p4"
44

5-
CONFIG_PARTITION_TABLE_OFFSET=0xC000
5+
CONFIG_PARTITION_TABLE_OFFSET=0xD000
66
CONFIG_PARTITION_TABLE_CUSTOM=y
77
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

0 commit comments

Comments
 (0)