mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'partition_c6' into 'main'
examples: make ESP32C6 and ESP32H2 use the same partition table See merge request app-frameworks/esp-matter!339
This commit is contained in:
@@ -217,7 +217,7 @@ Choose IDF target.
|
||||
- ESP32-C6 supports both the Wi-Fi and IEEE 802.15.4 radio, so you can run Wi-Fi or Thread matter example on it.
|
||||
|
||||
- To enable Thread, you should change the menuconfig options to ``CONFIG_OPENTHREAD_ENABLED=y``, ``CONFIG_ENABLE_WIFI_STATION=n``, and ``CONFIG_USE_MINIMAL_MDNS=n``.
|
||||
- To enable Wi-Fi. you should change the menuconfig options to ``CONFIG_OPENTHREAD_ENABLED=n``, ``CONFIG_ENABLE_WIFI_STATION=n``, and ``CONFIG_USE_MINIMAL_MDNS=y``.
|
||||
- To enable Wi-Fi. you should change the menuconfig options to ``CONFIG_OPENTHREAD_ENABLED=n``, ``CONFIG_ENABLE_WIFI_STATION=y``, and ``CONFIG_USE_MINIMAL_MDNS=y``.
|
||||
|
||||
(When flashing the SDK for the first time, it is recommended to do
|
||||
``idf.py erase_flash`` to wipe out entire flash and start out fresh.)
|
||||
|
||||
+1
@@ -6,4 +6,5 @@ nvs_keys, data, nvs_keys, , 0x1000, encrypted
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, app, ota_0, , 0x1C0000,
|
||||
ota_1, app, ota_1, , 0x1C0000,
|
||||
# For Wi-Fi device, this partition can be deleted.
|
||||
ot_storage,data, fat, , 0x6000,
|
||||
|
@@ -35,7 +35,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_c6.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
@@ -36,7 +36,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_h2.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
@@ -6,4 +6,5 @@ nvs_keys, data, nvs_keys, , 0x1000, encrypted
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, app, ota_0, , 0x1C0000,
|
||||
ota_1, app, ota_1, , 0x1C0000,
|
||||
# For Wi-Fi device, this partition can be deleted.
|
||||
ot_storage,data, fat, , 0x6000,
|
||||
|
@@ -30,7 +30,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
@@ -36,7 +36,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_h2.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
@@ -6,4 +6,5 @@ nvs_keys, data, nvs_keys, , 0x1000, encrypted
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, app, ota_0, , 0x1C0000,
|
||||
ota_1, app, ota_1, , 0x1C0000,
|
||||
# For Wi-Fi device, this partition can be deleted.
|
||||
ot_storage,data, fat, , 0x6000,
|
||||
|
@@ -35,7 +35,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_c6.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
@@ -36,7 +36,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_h2.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
|
||||
esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted
|
||||
nvs, data, nvs, 0x10000, 0x6000,
|
||||
nvs_keys, data, nvs_keys, , 0x1000, encrypted
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, app, ota_0, , 0x1C0000,
|
||||
ota_1, app, ota_1, , 0x1C0000,
|
||||
ot_storage,data, fat, , 0x6000,
|
||||
|
@@ -6,4 +6,5 @@ nvs_keys, data, nvs_keys, , 0x1000, encrypted
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, app, ota_0, , 0x1C0000,
|
||||
ota_1, app, ota_1, , 0x1C0000,
|
||||
# For Wi-Fi device, this partition can be deleted.
|
||||
ot_storage,data, fat, , 0x6000,
|
||||
|
@@ -36,7 +36,7 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=n
|
||||
|
||||
# Use a custom partition table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_h2.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_thread.csv"
|
||||
|
||||
# LwIP config for OpenThread
|
||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
||||
|
||||
Reference in New Issue
Block a user