i compiled a binary using TasmoCompiler.
ESP32 S3 and LVGL was checked
The hardware runs on precompiled Tasmota32-S3(qio/opi) before, was flashed via online "Install Tasmota) and worked fine.
The custom build was uploaded/flashed via WebGui.
But then no LVGL and PSRAM are available.
Console Output:
'''
00:00:00.253 CMD: Fall back to serial port, no SOF packet detected on USB port
00:00:00.253 HDW: ESP32-S3 v0.2
00:00:00.303 UFS: FlashFS mounted with 12536 kB free
00:00:00.315 CFG: Loaded from File, Anzahl 179
00:00:00.323 QPC: Count 1
00:00:00.327 SPI: Bus1 using GPIO12(CLK), GPIO11(MOSI) and GPIO13(MISO)
00:00:00.329 I2C: Bus1 using GPIO20(SCL) and GPIO19(SDA)
00:00:00.989 BRY: Berry initialized, RAM used 4717 bytes
00:00:00.015 I2C: GT911 found at 0x5d
00:00:00.134 UTI: GT911 initialized
00:00:00.146 Projekt tasmota - TasmotaSunton4.3 Version 14.3.0(TasmoCompiler-esp32s3)-3_1_0(2024.10.31 02:49:19)
00:00:00.182 TAP: Loaded Tasmota App 'DisplayCalibrate(1).tapp'
00:00:01.022 autoexec.be
00:00:01.022 BRY: Successfully loaded 'autoexec.be'
00:00:02.001 WIF: verb...................ls TasmotaSunton5zoll...
00:00:03.795 WIF: verbunden
00:00:04.053 HTP: Webserver aktiv bei TasmotaS.......................
03:55:17.047 RSL: INFO1 = {"Info1":{"Module":"SUNTON","Version":"14.3.0(TasmoCompiler-esp32s3)","FallbackTopic":"cmnd/DVES_5724AC_fb/","GroupTopic":"cmnd/tasmotas/"}}
03:55:17.062 RSL: INFO2 = {"Info2":{"WebServerMode":"Admin","Ho................"}}
03:55:17.075 RSL: INFO3 = {"Info3":{"RestartReason":"Vbat power on reset","BootCount":155}}
03:55:17.078 RSL: RESULT = {"POWER":"ON"}
03:55:17.090 RSL: POWER = ON
03:55:19.676 QPC: Reset
03:55:21.722 RSL: STATE = {"Time":"2024-10-31T03:55:21","Uptime":"0T00:00:10","UptimeSec":10,"Heap":218,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":22,"MqttCount":0,"Berry":{"HeapUsed":5,"Objects":64},"POWER":"ON","Wifi":{"AP":1,"..............","Channel":1,"Mode":"HT40","RSSI":76,"Signal":-62,"LinkCount":1,"Downtime":"0T00:00:04"}}
'''
i compiled a binary using TasmoCompiler. ESP32 S3 and LVGL was checked The hardware runs on precompiled Tasmota32-S3(qio/opi) before, was flashed via online "Install Tasmota) and worked fine. The custom build was uploaded/flashed via WebGui. But then no LVGL and PSRAM are available.
Console Output: ''' 00:00:00.253 CMD: Fall back to serial port, no SOF packet detected on USB port 00:00:00.253 HDW: ESP32-S3 v0.2 00:00:00.303 UFS: FlashFS mounted with 12536 kB free 00:00:00.315 CFG: Loaded from File, Anzahl 179 00:00:00.323 QPC: Count 1 00:00:00.327 SPI: Bus1 using GPIO12(CLK), GPIO11(MOSI) and GPIO13(MISO) 00:00:00.329 I2C: Bus1 using GPIO20(SCL) and GPIO19(SDA) 00:00:00.989 BRY: Berry initialized, RAM used 4717 bytes 00:00:00.015 I2C: GT911 found at 0x5d 00:00:00.134 UTI: GT911 initialized 00:00:00.146 Projekt tasmota - TasmotaSunton4.3 Version 14.3.0(TasmoCompiler-esp32s3)-3_1_0(2024.10.31 02:49:19) 00:00:00.182 TAP: Loaded Tasmota App 'DisplayCalibrate(1).tapp' 00:00:01.022 autoexec.be 00:00:01.022 BRY: Successfully loaded 'autoexec.be' 00:00:02.001 WIF: verb...................ls TasmotaSunton5zoll... 00:00:03.795 WIF: verbunden 00:00:04.053 HTP: Webserver aktiv bei TasmotaS....................... 03:55:17.047 RSL: INFO1 = {"Info1":{"Module":"SUNTON","Version":"14.3.0(TasmoCompiler-esp32s3)","FallbackTopic":"cmnd/DVES_5724AC_fb/","GroupTopic":"cmnd/tasmotas/"}} 03:55:17.062 RSL: INFO2 = {"Info2":{"WebServerMode":"Admin","Ho................"}} 03:55:17.075 RSL: INFO3 = {"Info3":{"RestartReason":"Vbat power on reset","BootCount":155}} 03:55:17.078 RSL: RESULT = {"POWER":"ON"} 03:55:17.090 RSL: POWER = ON 03:55:19.676 QPC: Reset 03:55:21.722 RSL: STATE = {"Time":"2024-10-31T03:55:21","Uptime":"0T00:00:10","UptimeSec":10,"Heap":218,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":22,"MqttCount":0,"Berry":{"HeapUsed":5,"Objects":64},"POWER":"ON","Wifi":{"AP":1,"..............","Channel":1,"Mode":"HT40","RSSI":76,"Signal":-62,"LinkCount":1,"Downtime":"0T00:00:04"}} '''
generated
user_config_override.h
:what do wrong?