Created
October 9, 2025 01:19
-
-
Save 0xD34D/761db04261df5276ab78f9b350c68195 to your computer and use it in GitHub Desktop.
AIPI-lite serial log during startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SPIWP:0xee | |
| mode:DIO, clock div:2 | |
| load:0x3fce2820,len:0x568 | |
| load:0x403c8700,len:0x4 | |
| load:0x403c8704,len:0xb70 | |
| load:0x403cb700,len:0x2ddc | |
| entry 0x403c88f4 | |
| I (65) ADC: 初始化ADC1单元 | |
| I (65) ADC: 初始化ADC2单元 | |
| I (65) CustomPM: 初始化电源管理模块 | |
| I (65) gpio: GPIO[10]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 | |
| I (65) CustomPM: 拉高PWR_CTL引脚,保持系统电源 | |
| I (165) CustomPM: 电源控制成功,设置电源就绪事件 | |
| I (165) YuanZhiESP32S3: ======= 开始状态仲裁 ======= | |
| I (165) YuanZhiESP32S3: 输入 - 电源状态: 0, 设备状态: 0 | |
| I (165) YuanZhiESP32S3: 全局最高优先级状态: PowerState, 值: 0, 优先级: 1 (数字越小优先级越高) | |
| E (175) gpio: gpio_isr_handler_remove(544): GPIO isr service is not installed, call gpio_install_isr_service() first | |
| W (175) CustomPM: Failed to remove ISR handler for GPIO 21: ESP_ERR_INVALID_STATE. Maybe it wasn't added? | |
| I (175) gpio: GPIO[21]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 | |
| I (175) gpio: GPIO[47]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 | |
| I (175) ADC: 添加ADC通道: GPIO 2 -> ADC1 通道[1] | |
| I (175) ADC: 使用曲线拟合校准方案 | |
| I (175) ADC: ADC校准成功 | |
| I (175) ADC: 添加ADC通道: GPIO 1 -> ADC1 通道[0] | |
| I (175) ADC: 使用曲线拟合校准方案 | |
| I (175) ADC: ADC校准成功 | |
| I (175) ADC: 添加ADC通道: GPIO 8 -> ADC1 通道[7] | |
| I (175) ADC: 使用曲线拟合校准方案 | |
| I (175) ADC: ADC校准成功 | |
| I (175) ADC: 创建ADC实例,衰减配置: 3 | |
| I (175) CustomPM: 按钮监测任务启动 | |
| I (175) CustomPM: 电源状态机任务启动 | |
| I (175) ADC: ADC process_loop 任务已启动 | |
| I (175) CustomPM: 电源管理模块初始化完成 | |
| I (195) YuanZhiESP32S3: ======= 开始状态仲裁 ======= | |
| I (195) YuanZhiESP32S3: 输入 - 电源状态: 1, 设备状态: 0 | |
| I (195) YuanZhiESP32S3: 全局最高优先级状态: PowerState, 值: 1, 优先级: 2 (数字越小优先级越高) | |
| I (195) CustomPM: 进入开机状态 | |
| I (285) YuanZhiESP32S3: power on | |
| I (285) PowerSaveTimer: Power save timer enabled | |
| I (285) uart: queue free spaces: 20 | |
| I (285) FactoryTask: UART driver installed and configured for port 1. | |
| I (285) FactoryTask: FactoryTask initialized successfully. | |
| I (285) FactoryTask: UART event task started. | |
| I (285) FactoryTask: Command parser task started. | |
| I (285) FactoryTask: Factory task processing started. | |
| I (285) gpio: GPIO[5]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 1| Pulldown: 0| Intr:0 | |
| I (285) gpio: GPIO[4]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 1| Pulldown: 0| Intr:0 | |
| I (285) gpio: GPIO[7]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 | |
| I (285) gpio: GPIO[18]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 | |
| I (405) Display: Power management not supported | |
| I (435) LcdDisplay: Turning display on | |
| I (435) LcdDisplay: Initialize LVGL library | |
| I (435) LcdDisplay: Initialize LVGL port | |
| I (435) LVGL: Starting LVGL task | |
| I (435) LcdDisplay: Adding LCD screen | |
| I (455) LcdDisplay: DisplayNotification: Creating Notification_t for 'no_str', duration: 1200 ms, icon: 'Starting' | |
| I (455) Notification_t: Creating: 0x3fcd3ce4, Initial Text: 'no_str' | |
| I (655) Backlight: Set brightness to 50 | |
| I (655) YuanZhiESP32S3: ======= 开始状态仲裁 ======= | |
| I (655) YuanZhiESP32S3: 输入 - 电源状态: 7, 设备状态: 0 | |
| I (655) YuanZhiESP32S3: 全局最高优先级状态: PowerState, 值: 7, 优先级: 5 (数字越小优先级越高) | |
| I (655) CustomPM: 充电完成,进入满电状态 | |
| I (655) Application: STATE: starting | |
| I (655) Es8311AudioCodec: Duplex channels created | |
| I (655) ES8311: Work in Slave mode | |
| I (665) gpio: GPIO[9]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 | |
| I (665) Es8311AudioCodec: Es8311AudioCodec initialized | |
| I (665) YuanZhiESP32S3: ======= 开始状态仲裁 ======= | |
| I (665) YuanZhiESP32S3: 输入 - 电源状态: 7, 设备状态: 1 | |
| I (665) YuanZhiESP32S3: 全局最高优先级状态: DeviceState, 值: 1, 优先级: 2 (数字越小优先级越高) | |
| I (665) Application: WiFi board detected, setting opus encoder complexity to 3 | |
| I (665) I2S_IF: channel mode 0 bits:16/16 channel:2 mask:1 | |
| I (665) I2S_IF: STD Mode 0 bits:16/16 channel:2 sample_rate:16000 mask:1 | |
| I (665) I2S_IF: channel mode 0 bits:16/16 channel:2 mask:1 | |
| I (665) I2S_IF: STD Mode 1 bits:16/16 channel:2 sample_rate:16000 mask:1 | |
| I (675) gpio: GPIO[21]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 0| Pulldown: 1| Intr:1 | |
| I (675) CHRG_INIT: CHRG pulse counter initialized on GPIO 21 | |
| I (685) Adev_Codec: Open codec device OK | |
| I (685) AudioCodec: Set input enable to true | |
| I (685) I2S_IF: channel mode 0 bits:16/16 channel:2 mask:1 | |
| I (685) I2S_IF: STD Mode 1 bits:16/16 channel:2 sample_rate:16000 mask:1 | |
| I (695) Adev_Codec: Open codec device OK | |
| I (695) AudioCodec: Set output enable to true | |
| I (695) AudioCodec: Audio codec started | |
| I (695) Application: STATE: configuring | |
| I (695) CustomPM: 已设置长按5秒NVS标志位为: 0 | |
| I (695) YuanZhiESP32S3: ======= 开始状态仲裁 ======= | |
| I (695) YuanZhiESP32S3: 输入 - 电源状态: 7, 设备状态: 2 | |
| I (695) YuanZhiESP32S3: 全局最高优先级状态: DeviceState, 值: 2, 优先级: 4 (数字越小优先级越高) | |
| I (695) DnsServer: Starting DNS server | |
| I (695) pp: pp rom version: e7ae62f | |
| I (695) net80211: net80211 rom version: e7ae62f | |
| I (705) wifi:wifi driver task: 3fce15a8, prio:23, stack:6656, core=0 | |
| I (705) wifi:wifi firmware version: b0fd6006b | |
| I (705) wifi:wifi certification version: v7.0 | |
| I (705) wifi:config NVS flash: enabled | |
| I (705) wifi:config nano formating: disabled | |
| I (705) wifi:Init data frame dynamic rx buffer num: 32 | |
| I (705) wifi:Init dynamic rx mgmt buffer num: 5 | |
| I (705) wifi:Init management short buffer num: 32 | |
| I (705) wifi:Init static tx buffer num: 16 | |
| I (705) wifi:Init tx cache buffer num: 32 | |
| I (705) wifi:Init static tx FG buffer num: 2 | |
| I (705) wifi:Init static rx buffer size: 1600 | |
| I (705) wifi:Init static rx buffer num: 16 | |
| I (705) wifi:Init dynamic rx buffer num: 32 | |
| I (705) wifi_init: rx ba win: 16 | |
| I (705) wifi_init: accept mbox: 6 | |
| I (705) wifi_init: tcpip mbox: 32 | |
| I (705) wifi_init: udp mbox: 6 | |
| I (705) wifi_init: tcp mbox: 6 | |
| I (705) wifi_init: tcp tx win: 5760 | |
| I (705) wifi_init: tcp rx win: 5760 | |
| I (705) wifi_init: tcp mss: 1440 | |
| I (705) wifi_init: WiFi/LWIP prefer SPIRAM | |
| I (715) wifi:Set ps type: 0, coexist: 0 | |
| I (715) phy_init: phy_version 680,a6008b2,Jun 4 2024,16:41:10 | |
| I (745) wifi:mode : sta (98:a3:16:c4:72:1c) + softAP (98:a3:16:c4:72:1d) | |
| I (745) wifi:enable tsf | |
| I (745) wifi:Total power save buffer number: 8 | |
| I (745) wifi:Init max length of beacon: 752/752 | |
| I (745) wifi:Init max length of beacon: 752/752 | |
| I (745) WifiConfigurationAp: Access Point started with SSID PI-Lite-721D | |
| I (745) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1 | |
| I (755) WifiConfigurationAp: Web server started | |
| W (755) Application: Alert Wi-Fi Configuration Mode: 1.Hotspot: PI-Lite-721D | |
| 2.Config URL: http://192.168.4.1 | |
| 3.Select WiFi and enter the password | |
| [] | |
| I (755) WifiBoard: Free internal: 40091 minimal internal: 39875 | |
| I (785) YuanZhiESP32S3: button block | |
| I (785) PowerSaveTimer: Power save timer paused | |
| I (1655) Notification_t: Destroying: 0x3fcd3ce4, Text: 'no_str' | |
| I (1655) LcdDisplay: NotificationTimerCallback: Timer object 0x3fcd82f0 deleted successfully. | |
| I (1655) LcdDisplay: DisplayNotification: Creating Notification_t for '1.Hotspot: PI-Lite-721D | |
| 2.Config URL: http://192.168.4.1 | |
| 3.Select WiFi and enter the password | |
| ', duration: -1 ms, icon: 'Configuration' | |
| I (1655) Notification_t: Creating: 0x3fcd3ce4, Initial Text: '1.Hotspot: PI-Lite-721D | |
| 2.Config URL: http://192.168.4.1 | |
| 3.Select WiFi and enter the password | |
| ' | |
| I (1665) LcdDisplay: DisplayNotification: For permanent '1.Hotspot: PI-Lite-721D | |
| 2.Config URL: http://192.168.4.1 | |
| 3.Select WiFi and enter the password | |
| ', _notification_timer_ is now 0x0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment