echo s2idle > /sys/power/mem_sleep
触发挂起的方法
- 断开 type-c USB,并使用 PuTTY 运行以下命令。
- 通过 USB 使用 ADB 运行以下命令,然后立即断开 USB 连接。
- 要同时触发挂起和恢复,请断开 USB 并使用 PuTTY 运行以下命令:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
echo s2idle > /sys/power/mem_sleep
systemctl suspend
nohup sh -c 'sleep 10 && systemctl suspend ' >/dev/null 2>&1 &
rtcwake -d /dev/rtc0 -m no -s 30 && systemctl suspend
cd /sys/power/suspend_stats
cat success
cat fail
此页面对您有帮助吗?
