Skip to content

Commit

Permalink
Merge pull request #630 from wu-yue-yu/main
Browse files Browse the repository at this point in the history
Update lpi3h docs
  • Loading branch information
Zepan authored Mar 1, 2024
2 parents 0576e00 + c83691d commit 21fea84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/hardware/en/longan/h618/lpi3h/4_burn_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ The steps for Windows and Linux are similar.

### Flashing the Linux image to EMMC

**Note that you need to use the image version 20240106 and above**
First, copy the image file to be burned to the pre-made boot TF card, and then enter the system and use the dd command to write the image file to the EMMC: ```shell
**Note that you need to use the image version 20240106 and above**

First prepare a boot TF card, login to the system, and then use SCP or other tools to copy the EMMC image file to the system running on the TF card , and then use the dd command to write the image file to EMMC:
```shell
# Assuming the image file is copied to /opt/ directory
dd if=/opt/your_image_file of=/dev/mmcblk1
sync
```
When the burning is finished, unplug the SD card and you can enter the system from the EMMC.

If you want to boot with EMMC and use SD card for expansion, you need to make sure that the SD card is formatted and does not contain a boot image, otherwise it may be changed to SD card boot due to priority issues.
Expand Down
2 changes: 1 addition & 1 deletion docs/hardware/zh/longan/h618/lpi3h/4_burn_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Windows 系统和 Linux 的步骤类似。

**注意需要使用20240106及以上版本的镜像**

先将要烧录的镜像文件拷贝至预先制作好的启动TF卡中,然后进入到系统使用 dd 命令将镜像文件写入 EMMC:
先准备一张启动 TF 卡,进入到系统,然后使用 SCP 等工具将 EMMC 镜像文件拷贝到 TF 卡的系统中,然后使用 dd 命令将镜像文件写入 EMMC:
```shell
# 假设镜像文件复制到 /opt/ 目录下
dd if=/opt/your_image_file of=/dev/mmcblk1
Expand Down

0 comments on commit 21fea84

Please sign in to comment.