From 5fd88ab19f12e5155fb8985fed8e9fdefc9ee62d Mon Sep 17 00:00:00 2001 From: wangyuhang Date: Mon, 18 Nov 2024 15:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR=E3=80=91?= =?UTF-8?q?fix=20some=20spelling=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/raspberrypi/openEuler镜像的构建.md | 2 +- documents/raspberrypi/交叉编译内核.md | 2 +- documents/rockchip/刷写EMMC镜像.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documents/raspberrypi/openEuler镜像的构建.md b/documents/raspberrypi/openEuler镜像的构建.md index 1c4c8cb..3309281 100644 --- a/documents/raspberrypi/openEuler镜像的构建.md +++ b/documents/raspberrypi/openEuler镜像的构建.md @@ -154,7 +154,7 @@ ### 创建编译内核模块目录 -`mkdir ${WORKDIR}/ouput` +`mkdir ${WORKDIR}/output` ### 编译内核模块 diff --git a/documents/raspberrypi/交叉编译内核.md b/documents/raspberrypi/交叉编译内核.md index d09e3d7..64da2e4 100644 --- a/documents/raspberrypi/交叉编译内核.md +++ b/documents/raspberrypi/交叉编译内核.md @@ -114,7 +114,7 @@ ## 创建编译内核模块目录 -`mkdir ${WORKDIR}/ouput` +`mkdir ${WORKDIR}/output` ## 编译内核模块 diff --git a/documents/rockchip/刷写EMMC镜像.md b/documents/rockchip/刷写EMMC镜像.md index b594a5b..6df1ff8 100644 --- a/documents/rockchip/刷写EMMC镜像.md +++ b/documents/rockchip/刷写EMMC镜像.md @@ -156,6 +156,6 @@ 4. 刷写系统。(在 Firefly ROC-RK3588S-PC 和 Firefly ITX-RK3588 上,EMMC 盘符为 `mmcblk0`,此处以 `mmcblk0`为例) - `xzcat openEuler-VERSION-BOARD-ARCH-RELEASE.img.xz | dd of=/dev/mmcblk0 status=prgress` + `xzcat openEuler-VERSION-BOARD-ARCH-RELEASE.img.xz | dd of=/dev/mmcblk0 status=progress` 5. 关机后取下 SD 卡,然后再启动开发板即可。