未验证 提交 8b5f964e 编写于 作者: L liyan 提交者: Gitee

update zh-cn/device-dev/subsystems/subsys-boot-overview.md.

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
Signed-off-by: Nliyan <liyan339@h-partners.com>
上级 7c7677fd
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册