Re: Flash ESP32P4 problem
Posted: Thu Mar 26, 2026 1:58 am
I have given up on v5.5 and v6 and reverted to 5.4.3 and all works well as it originally did. My earlier attempts to revert failed because of a senior momentI don't know exactly what is going on, but it looks like too big to fit in the available memory. Here's my sdkconfig.defaults:
CONFIG_IDF_TARGET="esp32p4"
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5=n //some bug in the 6.0-RC1 SDK
As of this morning, I finally have a working LVGL_9.5 build on the JC1060P470C_I_W_Y. Couldn't have done it without the above pointer though, as I almost gave up until I saw the post. Not sure why there isn't a BSP to make this easier.