增加 Linux 电源控制.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-03-09 16:44:08 +08:00
parent 493a574033
commit 9bcf3f6458
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Linux 电源控制
```bash
# Suspend to RAM
echo "mem" > /sys/power/state
```