Skip to content

Commit f71eea5

Browse files
authored
Update defconfig.esp32s3
CUSTOM partition-table offset, moved from 0x8000 to 0xA000 to accomodatelarger 2.stage bootloader
1 parent 0f9ca74 commit f71eea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/defconfig.esp32s3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
99
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
1010
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1111
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
12+
# CUSTOM partition-table offset, moved from 0x8000 to 0xA000 to accomodatelarger 2.stage bootloader:
13+
CONFIG_PARTITION_TABLE_OFFSET=0xA000
1214

1315
# ULP Setting for IDF 5.x
1416
CONFIG_ULP_COPROC_ENABLED=y

0 commit comments

Comments
 (0)