请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:DRA726 工具/软件:Linux
我没有将应用程序设置为 Weston 的客户端、因此解决了应用程序加载1.5分钟的问题。
我将命令放在/etc/init.d/weston 中
openvt -c 4 -f runWeston
openvt -c 4 -f ActVision1230
加载应用程序大约需要7-10秒。
我需要缩短该加载时间。
│├─weston.service
││├─639 /bin/sh /usr/bin/runWeston
││├─641 ActVision1230
││├─661 Weston --idle-time=0
││├─717 /usr/libexec/weston-keyboard
││└─718 /usr/libexec/weston-desktop-shell
如何防止键盘和桌面 shell 加载、同时仍能运行我们的应用程序?
该应用程序是使用嵌入式向导创建的 GUI 应用程序。
Michel Catudal
ACTIA Corp.