This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4VM:打开/dev/fb0 时出错

Guru**** 2451970 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1550831/tda4vm-error-opening-dev-fb0

器件型号:TDA4VM


工具/软件:

HII

我正在处理 TI J721E EVM、在启动过程中、我遇到了一个问题、即 psplash-start 服务由于缺少而无法启动/dev/fb0。 以下是相关错误输出:

root@j721e-EVM:~# systemctl status psplash-start.service
x psplash-start.service — 启动 psplash 引导启动界面
   已加载:已加载(/usr/lib/systemd/system/psplash-start.service;已启用;预设:已启用)
   活动:失败(结果:退出代码)、自星期二 2024年02月27日 17:26:12 UTC;1 分钟 29 秒前
  进程:480 ExecStart=/usr/bin/psplash(代码=退出、状态=255/异常)
 主 PID:480(代码=退出、状态=255/异常)
      CPU:3ms

2 月 27 日 17:26:12 j721e-evm systemd[1]:启动启动 psplash 引导启动界面...
2 月 27 日 17:26:12 j721e-evm psplash[480]:打开/dev/fb0 时出错
2 月 27 日 17:26:12 j721e-evm systemd[1]:psplash-start.service:主进程已退出、CODE=EXECTED、STATUS=255/异常
2 月 27 日 17:26:12 j721e-evm systemd[1]:psplash-start.service:失败、结果为“exit-code"。“。
2 月 27 日 17:26:12 j721e-evm systemd[1]:无法启动启动启动启动启动界面。
 

root@j721e-evm:~# ls /dev/f *
/dev/full /dev/fuse

/dev/fd:
0 1 2 3.  

Pushpinμ s  启动期间发现的错误:

[FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Start Psplash Boot Progress Communication Helper.



所以、

  • /dev/fb0在启动期间丢失。

  • psplash通过失败Error opening /dev/fb0

  • 这会导致的失败psplash-start.service

  • 我将使用预编译的映像在 J721E EVM 板上运行该软件。  

-我想知道这个错误的根本原因  
-我想要正确的解决这个错误。  
-这也会影响显示部分,因为我没有得到显示也.  

谢谢  

此致、  
Komal  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Komal:

    您能否共享“dmesg"中“中的完整引导日志? 我们可以回顾显示初始化失败的地方。

    此致、

    Takuma