【轻量级PR】fix some spelling errors

This commit is contained in:
wangyuhang 2024-11-18 15:36:35 +08:00
parent 8f60442dda
commit 5fd88ab19f
3 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@
### 创建编译内核模块目录
`mkdir ${WORKDIR}/ouput`
`mkdir ${WORKDIR}/output`
### 编译内核模块

View File

@ -114,7 +114,7 @@
## 创建编译内核模块目录
`mkdir ${WORKDIR}/ouput`
`mkdir ${WORKDIR}/output`
## 编译内核模块

View File

@ -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 卡,然后再启动开发板即可。