Command: D:\Espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe D:\Espressif\frameworks\esp-idf-v5.5.2\tools/idf_monitor.py -p COM4 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 --revision 0 E:\software\xiaozhi-esp32-main\build\xiaozhi.elf E:\software\xiaozhi-esp32-main\build\bootloader\bootloader.elf --force-color -m 'D:\Espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe' 'D:\Espressif\frameworks\esp-idf-v5.5.2\tools\idf.py'
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40383d62
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (35) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (35) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (37) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (41) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (54) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (59) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (83) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (98) cpu_start: Pro cpu start user code[0m
[0;32mI (98) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (103) app_init: Project name:     xiaozhi[0m
[0;32mI (107) app_init: App version:      2.2.1[0m
[0;32mI (111) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (116) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (120) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (124) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (128) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (132) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (142) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (147) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (152) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (163) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (170) spi_flash: detected chip: generic[0m
[0;32mI (173) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (189) main_task: Started on CPU0[0m
[0;32mI (199) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (199) main_task: Calling app_main()[0m
[0;32mI (219) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (219) button: IoT Button Version: 4.1.5[0m
[0;32mI (219) ESPS3_28_A: Init FT6336[0m
[0;32mI (269) ESPS3_28_A: Get chip ID: 0x00[0m
[0;33mW (269) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (269) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (279) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (289) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x00[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x00[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
[1;31mE (288) i2c.master: I2C transaction timeout detected[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
[0;32mI (176) sleep_gpio: Configure to isolate all GPIO pins in sleep state[0m
[0;32mI (182) sleep_gpio: Enable automatic switching of GPIO sleep configuration[0m
[0;32mI (188) main_task: Started on CPU0[0m
[0;32mI (198) esp_psram: Reserving pool of 64K of internal memory for DMA/internal allocations[0m
[0;32mI (198) main_task: Calling app_main()[0m
[0;32mI (218) Board: UUID=fe7c1ea5-0c14-48e0-916c-035dfb0e6a48 SKU=esp32s3-2.8-a[0m
[0;32mI (218) button: IoT Button Version: 4.1.5[0m
[0;32mI (218) ESPS3_28_A: Init FT6336[0m
[0;32mI (268) ESPS3_28_A: Get chip ID: 0x64[0m
[0;33mW (268) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs[0m
[0;33mW (268) i2c.common: GPIO 16 is not usable, maybe conflict with others[0m
[0;33mW (278) i2c.common: GPIO 15 is not usable, maybe conflict with others[0m
[0;32mI (288) ili9341: LCD panel create success, version: 1.2.0[0m
ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x42020765
file: "./main/boards/common/i2c_device.cc" line 34
func: void I2cDevice::ReadRegs(uint8_t, uint8_t*, size_t)
expression: i2c_master_transmit_receive(i2c_device_, &reg, 1, buffer, length, 100)

abort() was called at PC 0x40386d63 on core 0


Backtrace: 0x40386da5:0x3fcb26a0 0x40386d6d:0x3fcb26c0 0x4038ea3a:0x3fcb26e0 0x40386d63:0x3fcb2750 0x42020765:0x3fcb2780 0x42020ca8:0x3fcb27b0 0x42020d75:0x3fcb27d0 0x420ec8a6:0x3fcb27f0




ELF file SHA256: 89ae75472

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40386f19
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x548
load:0x403c8700,len:0xc3c
load:0x403cb700,len:0x2e70
entry 0x403c8908
[0;32mI (34) octal_psram: vendor id    : 0x0d (AP)[0m
[0;32mI (34) octal_psram: dev id       : 0x02 (generation 3)[0m
[0;32mI (35) octal_psram: density      : 0x03 (64 Mbit)[0m
[0;32mI (36) octal_psram: good-die     : 0x01 (Pass)[0m
[0;32mI (40) octal_psram: Latency      : 0x01 (Fixed)[0m
[0;32mI (45) octal_psram: VCC          : 0x01 (3V)[0m
[0;32mI (49) octal_psram: SRF          : 0x01 (Fast Refresh)[0m
[0;32mI (53) octal_psram: BurstType    : 0x01 (Hybrid Wrap)[0m
[0;32mI (58) octal_psram: BurstLen     : 0x01 (32 Byte)[0m
[0;32mI (63) octal_psram: Readlatency  : 0x02 (10 cycles@Fixed)[0m
[0;32mI (68) octal_psram: DriveStrength: 0x00 (1/1)[0m
[0;32mI (72) MSPI Timing: Enter psram timing tuning[0m
[0;32mI (77) esp_psram: Found 8MB PSRAM device[0m
[0;32mI (80) esp_psram: Speed: 80MHz[0m
[0;32mI (82) cpu_start: Multicore app[0m
[0;32mI (97) cpu_start: GPIO 44 and 43 are used as console UART I/O pins[0m
[0;32mI (97) cpu_start: Pro cpu start user code[0m
[0;32mI (97) cpu_start: cpu freq: 240000000 Hz[0m
[0;32mI (99) app_init: Application information:[0m
[0;32mI (102) app_init: Project name:     xiaozhi[0m
[0;32mI (106) app_init: App version:      2.2.1[0m
[0;32mI (110) app_init: Compile time:     Jan 28 2026 17:19:53[0m
[0;32mI (115) app_init: ELF file SHA256:  89ae75472...[0m
[0;32mI (119) app_init: ESP-IDF:          v5.5.2[0m
[0;32mI (123) efuse_init: Min chip rev:     v0.0[0m
[0;32mI (127) efuse_init: Max chip rev:     v0.99 [0m
[0;32mI (131) efuse_init: Chip rev:         v0.2[0m
[0;32mI (135) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (141) heap_init: At 3FCB0230 len 000394E0 (229 KiB): RAM[0m
[0;32mI (146) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM[0m
[0;32mI (151) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (157) heap_init: At 600FE000 len 00001FD8 (7 KiB): RTCRAM[0m
[0;32mI (162) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator[0m
[0;32mI (169) spi_flash: detected chip: generic[0m
[0;32mI (172) spi_flash: flash io: qio[0m
