启动 log
3 Mar 2025
显示子系统在初始化时会打印当前 Panel 和 Framebuffer 地址,可初步判断 Panel
是否被成功加载。
[I] aic_find_panel()106 find panel driver : panel-lvds [I] aicfb_probe()1037 fb0 allocated at 0x41000040
- 出现 failed to find panel component
打印信息:
- 未注册 panel,按 BringUp 流程检查遗漏步骤。
- 出现 alloc frame buffer failed
错误打印信息:
- 当前内存不足,申请 Framebuffer 失败。
- 更换 Framebuffer format, 使用 RGB565 格式。
- 使用大容量封装型号。