From e15c69f242a10b2f13b57a358181cc75cf1e3fbd Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 13 Sep 2022 14:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appspawn=E5=86=B7=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengjinsong2 --- zh-cn/device-dev/subsystems/subsys-boot-appspawn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/subsystems/subsys-boot-appspawn.md b/zh-cn/device-dev/subsystems/subsys-boot-appspawn.md index af44750841..4fe8c71649 100644 --- a/zh-cn/device-dev/subsystems/subsys-boot-appspawn.md +++ b/zh-cn/device-dev/subsystems/subsys-boot-appspawn.md @@ -169,5 +169,5 @@
  通过命令冷启动应用, 应用拉起失败。  **解决方法** -
  1. 需要设置 param set appspawn.cold.boot true生效。 +
  1. 需要设置 param set startup.appspawn.cold.boot 1生效。
  2. 确认冷启动命令是否正确。 \ No newline at end of file -- GitLab