From 8b5f964eb5d7ab4d655805d3204b4bdc6f4ed58a Mon Sep 17 00:00:00 2001 From: liyan Date: Mon, 24 Jul 2023 09:01:39 +0000 Subject: [PATCH] update zh-cn/device-dev/subsystems/subsys-boot-overview.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- zh-cn/device-dev/subsystems/subsys-boot-overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/device-dev/subsystems/subsys-boot-overview.md b/zh-cn/device-dev/subsystems/subsys-boot-overview.md index ab904f73a9..4f3af6e827 100644 --- a/zh-cn/device-dev/subsystems/subsys-boot-overview.md +++ b/zh-cn/device-dev/subsystems/subsys-boot-overview.md @@ -457,23 +457,23 @@ OpenHarmony现支持A/B双分区启动(主备系统分区),即在设备的 接下来,我们将尝试B分区启动。 - 1)执行`partitionslot setactive 2`,将活动分区slot设置为2,也就是B分区的slot。 + 1. 执行`partitionslot setactive 2`,将活动分区slot设置为2,也就是B分区的slot。 ![设置slot](figures/ABStartup_5.png) - 2)执行`partitionslot getslot`,查看刚刚设置的slot值是否设置成功。 + 2. 执行`partitionslot getslot`,查看刚刚设置的slot值是否设置成功。 ![查看slot](figures/ABStartup_6.png) `current slot: 2`表示活动分区slot被成功设置为2。 - 3)重启设备后,执行`df -h`,查看当前系统挂载分区。 + 3. 重启设备后,执行`df -h`,查看当前系统挂载分区。 发现当前根文件系统挂载的是mmcblk0p11,/vendor挂载的是mmcblk0p12。 ![挂载信息](figures/ABStartup_7.png) - 4)再次执行`ls -l /dev/block/by-name`。 + 4. 再次执行`ls -l /dev/block/by-name`。 ![新增设备信息](figures/ABStartup_8.png) -- GitLab