mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(bootloader): increase partition table offset for ESP32-P4 in affected test configs
This commit is contained in:
committed by
Konstantin Kondrashov
parent
decd12a726
commit
666dc3b438
1
components/efuse/test_apps/sdkconfig.defaults.esp32p4
Normal file
1
components/efuse/test_apps/sdkconfig.defaults.esp32p4
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
||||
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
||||
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
||||
1
examples/system/deep_sleep/sdkconfig.defaults.esp32p4
Normal file
1
examples/system/deep_sleep/sdkconfig.defaults.esp32p4
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
||||
1
examples/system/efuse/sdkconfig.defaults.esp32p4
Normal file
1
examples/system/efuse/sdkconfig.defaults.esp32p4
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
||||
@@ -0,0 +1 @@
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
||||
Reference in New Issue
Block a user