工具/软件:Linux
SD 卡上的系统显示正常。
但是 、当我们将系统刻录到 eMMC、然后从 eMMC 引导时、屏幕显示 Please wait...(请稍候...) 所有时间。
然后 执行 以下指令:
/etc/init.d/weston 重新启动
/etc/init.d/matrix-gui-2.0启动
它可以正常显示。
我们使用的 SDK 版本为03.01.00.06
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.
工具/软件:Linux
SD 卡上的系统显示正常。
但是 、当我们将系统刻录到 eMMC、然后从 eMMC 引导时、屏幕显示 Please wait...(请稍候...) 所有时间。
然后 执行 以下指令:
/etc/init.d/weston 重新启动
/etc/init.d/matrix-gui-2.0启动
它可以正常显示。
我们使用的 SDK 版本为03.01.00.06
您好、Kemal:
启动日志如下所示:
与 SD 卡相比、eMMC 加载文件的速度太快、如果存在/etc/udev/rules.d/ws-calibrate.rules (如果触摸屏之前已经校准、将会出现此情况)、则/etc/init.d/weston 脚本会遇到 exit 0、这会导致正在运行的 openvt -c 4 -f runWeston 停止运行。 如果在2秒后执行此命令、EXIT 0将不会终止 openvt -c 4 -f runWeston。 如果在第一个 openvt -c 4 -f runWeston 之前将 sleep 2添加到/etc/init.d/weston 中,则会使 openvt -c 4 -f runWeston 保持运行状态,并且显示将正常运行。