fix: disable brownout detection in balance sdkconfig.defaults (bd-66hx)
The gc9a01 display SPI initialization causes a ~50mA current transient that trips the brownout detector, causing a boot loop. The bd-66hx power supply needs decoupling improvement; disabling brownout is the software workaround until hardware is reworked. Also discovered the previous sdkconfig was manually corrupted (wrong partition table, USB JTAG console instead of UART, Memprot lock enabled). Deleting sdkconfig and regenerating from sdkconfig.defaults restores the correct OTA partition table, UART0 console, and proper rollback config. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ac2e9d00d6
commit
a6e7c4a550
@ -17,3 +17,7 @@ CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
||||
CONFIG_OTA_ALLOW_HTTP=y
|
||||
CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP=y
|
||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y
|
||||
|
||||
# bd-66hx hardware: disable brownout detection — power supply dips during SPI/init
|
||||
# The gc9a01 display SPI init causes ~50mA transient that trips level-0 brownout
|
||||
CONFIG_ESP_BROWNOUT_DET=n
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user