Skip to content

Commit

Permalink
docs: duo add emmc erase
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Oct 17, 2024
1 parent e4f43fb commit b49c840
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/duo/getting-started/duo-module-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ Use the USB burning tool under Windows to support eMMC. The firmware version is

After the burning is completed, the EVB will automatically restart. After booting, you will see the blue LED on the DuoS flashing, indicating that the system has started normally and the burning is successful.

:::tip
### eMMC Erase

If you need to restore the eMMC to its initial state, please refer to the following command to clear the eMMC data (please back up important files in the eMMC in advance):

- Unlock readonly
Expand All @@ -551,7 +552,6 @@ If you need to restore the eMMC to its initial state, please refer to the follow
dd if=/dev/zero of=/dev/mmcblk0boot0 bs=1M count=4
dd if=/dev/zero of=/dev/mmcblk0boot1 bs=1M count=4
```
:::

## Hardware Docs

Expand Down
4 changes: 2 additions & 2 deletions docs/duo/getting-started/duos.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ Use the USB burning tool under Windows to support eMMC. The firmware version is

After the burning is completed, the DuoS will automatically restart. After booting, you will see the blue LED on the DuoS flashing, indicating that the system has started normally and the burning is successful.

:::tip
### eMMC Erase

If you need to restore the eMMC to its initial state, please refer to the following command to clear the eMMC data (please back up important files in the eMMC in advance):

- Unlock readonly
Expand All @@ -480,7 +481,6 @@ If you need to restore the eMMC to its initial state, please refer to the follow
dd if=/dev/zero of=/dev/mmcblk0boot0 bs=1M count=4
dd if=/dev/zero of=/dev/mmcblk0boot1 bs=1M count=4
```
:::

## Hardware Docs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ Duo Module 01 eMMC 版本出厂未烧录固件,需要使用 PC 通过 USB 接

烧录完成后,评估板会自动重启,开机后看到评估板上的蓝色 LED 闪烁,说明系统已经正常启动,烧录成功。

:::tip
### eMMC 擦除

如果需要将 eMMC 恢复到初始状态,请参考以下命令清除 eMMC 数据(请提前备份好eMMC中的重要文件):

- 解除 readonly
Expand All @@ -550,7 +551,6 @@ Duo Module 01 eMMC 版本出厂未烧录固件,需要使用 PC 通过 USB 接
dd if=/dev/zero of=/dev/mmcblk0boot0 bs=1M count=4
dd if=/dev/zero of=/dev/mmcblk0boot1 bs=1M count=4
```
:::

## 硬件资料

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ DuoS eMMC 版本出厂未烧录固件,需要使用 PC 通过 USB 接口烧录

烧录完成后,DuoS 会自动重启,开机后看到 DuoS 上的蓝色 LED 闪烁,说明系统已经正常启动,烧录成功。

:::tip
### eMMC 擦除

如果需要将 eMMC 恢复到初始状态,请参考以下命令清除 eMMC 数据(请提前备份好eMMC中的重要文件):

- 解除 readonly
Expand All @@ -480,7 +481,6 @@ DuoS eMMC 版本出厂未烧录固件,需要使用 PC 通过 USB 接口烧录
dd if=/dev/zero of=/dev/mmcblk0boot0 bs=1M count=4
dd if=/dev/zero of=/dev/mmcblk0boot1 bs=1M count=4
```
:::

## 硬件资料

Expand Down

0 comments on commit b49c840

Please sign in to comment.