6662d84faa
Add "CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y" to ports/esp32/boards/sdkconfig.base so that all micropython esp32 images support OTA rollback in the bootloader. These images can then be converted to OTA-capable images as required by user tools. Also remove CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y from board-specific sdkconfig files as this is now the default. Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
22 lines
412 B
Plaintext
22 lines
412 B
Plaintext
# 16 MB flash
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
|
|
|
# Fast flash
|
|
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_ESP32_REV_MIN_1=y
|
|
|
|
# OTA
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-16MiB-ota.csv"
|
|
|
|
# Network name
|
|
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="wESP32"
|