你好,我在我们的自制板上使用8.6版本的SDK,系统启动后hmi_demo.service 无法启动,请问是什么原因。

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.
我看了下这个脚本似乎是启动 /etc/init.d/start_hmi_matrix.sh 这个脚本失败了?能否试一下启动这个?
另外运行脚本的方法是:
./etc/init.d/start_hmi_matrix.sh
这样的话就是下面这种调试方法
1. 检查这个脚本启动时卡在哪个命令上,具体方法为在脚本中添加打印信息,然后检查出错的指令
2. 在运行脚本后,检查dmesg,journal看是否有错误log信息