Hi, I got a new SenceCap Indicator and I am trying to flash the Home Assistant example.
I was able to build and flash it with a few hours lost with idf.py commands. The device was not configured as esp32s3. I changed the env variable and built.
But I have this issue at boot - LCD memory allocation errors:
I (638) i2c_bus: i2c0 bus inited
I (642) bsp boards: detecting board SenseCAP_Indicator
I (648) bsp boards: Detected board: [SenseCAP_Indicator]
I (659) gpio: GPIO[38]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
E (664) lcd_panel.rgb: lcd_rgb_panel_alloc_frame_buffers(156): no mem for frame buffer
E (672) lcd_panel.rgb: esp_lcd_new_rgb_panel(285): alloc frame buffers failed
I played with the idf.py menuconfig
without success.
I tried other examples, with the same issue. It looks like a config issue during build.
I have issues with the Patch as well. With esp-idf release 5.0, I can’t apply the patch
PS> git apply --whitespace=fix D:\Dev\RPI\SenseCap\SenseCAP_Indicator_ESP32\tools\patch\release5.0_psram_octal_120m.patch
D:/Dev/RPI/SenseCap/SenseCAP_Indicator_ESP32/tools/patch/release5.0_psram_octal_120m.patch:461: trailing whitespace.
# Legacy, F8R8, Flash 120M DDR, PSRAM disable
D:/Dev/RPI/SenseCap/SenseCAP_Indicator_ESP32/tools/patch/release5.0_psram_octal_120m.patch:462: trailing whitespace.
D:/Dev/RPI/SenseCap/SenseC
AP_Indicator_ESP32/tools/patch/release5.0_psram_octal_120m.patch:463: trailing whitespace.
CONFIG_SPI_FLASH_USE_LEGACY_IMPL=y
D:/Dev/RPI/SenseCap/SenseCAP_Indicator_ESP32/tools/patch/release5.0_psram_octal_120m.patch:464: trailing whitespace.
CONFIG_ESPTOOLPY_OCT_FLASH=y
D:/Dev/RPI/SenseCap/SenseCAP_Indicator_ESP32/tools/patch/release5.0_psram_octal_120m.patch:465: trailing whitespace.
CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR=y
error: patch failed: components/spi_flash/spi_flash_timing_tuning.c:230
error: components/spi_flash/spi_flash_timing_tuning.c: patch does not apply
How can I solve this?
Thanks.