您必须启用 SSH 才能连接到目标设备。有关说明,请参阅使用 SSH 登录。
-
要确定 Weston 进程的 ID,请运行以下命令:
示例输出:记下输出中的 Weston 进程 ID,以便在下一步中使用。 -
要终止 Weston 进程,请运行以下命令:
如果 modetest 应用程序已在运行,可以跳过以下命令。
将<PID>替换为上一步中确定的进程 ID。例如,根据示例输出:kill 824 1090 1092。 -
要重新启动 Weston 服务器,请运行以下命令:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 QLI Version 2.1 is now live ! Switch to new version to check out the latest content
mount -o remount,rw /
示例输出:ps -A | grep weston
824 ? 00:00:12 weston
1090 ? 00:00:00 weston-keyboard
1092 ? 00:00:01 weston-desktop-
将kill <PID>
<PID> 替换为上一步中确定的进程 ID。例如,根据示例输出:kill 824 1090 1092。
mount -o remount,rw /
systemctl start weston.service
