From af85952111da67bb60fc8e5bfa62eb4af950aeb3 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 15 Dec 2024 22:16:26 +0200 Subject: [PATCH] =?UTF-8?q?lc4a:=20=E6=B7=BB=E5=8A=A0=E7=94=B5=E6=BA=90?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E7=9A=84=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/hardware/zh/lichee/th1520/lc4a/lc4a.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/hardware/zh/lichee/th1520/lc4a/lc4a.md b/docs/hardware/zh/lichee/th1520/lc4a/lc4a.md index 04fe124e9c..95c2e013b1 100644 --- a/docs/hardware/zh/lichee/th1520/lc4a/lc4a.md +++ b/docs/hardware/zh/lichee/th1520/lc4a/lc4a.md @@ -240,3 +240,11 @@ ssh -p 2301 root@bmcip # access first slot's serial port ``` cat /var/log/obmc-cons*.log ``` + +对 LM4A 的电源管理: + +启动/复位:(1-7 分别对应 slot 1 到 7) +``` +/usr/libexec/phosphor-state-manager/muxctl.sh 1 boot +/usr/libexec/phosphor-state-manager/muxctl.sh 2 reset +```