From ab0aa71282b499de75cf572ad5e9672185154465 Mon Sep 17 00:00:00 2001 From: nascs Date: Mon, 28 Apr 2025 10:13:04 +0800 Subject: [PATCH] fix: fix the flash transtation Signed-off-by: Nascs Fang --- .../current/common/dev/_nvme.mdx | 6 +++--- .../compute-module/cm3/other-os/android/install-os.mdx | 2 +- .../current/compute-module/cm5/android/install-os.mdx | 2 +- .../compute-module/cm5/getting-started/preparation.md | 2 +- .../current/compute-module/cm5/radxa-os/install-os.mdx | 2 +- .../current/compute-module/nx5/android/install-os.mdx | 2 +- .../current/compute-module/nx5/radxa-os/install-os.mdx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx index 2361b5d29..b4111840a 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx @@ -7,7 +7,7 @@ import { PreView } from "@site/src/utils/docs"; - Use the system utility rsetup to flash the SPI. -- Flush the system image to the NVME SSD. +- Flash the system image to the NVME SSD. - Unplug the SD card and boot from NVME. @@ -15,7 +15,7 @@ import { PreView } from "@site/src/utils/docs"; Refer to the section on making a MicroSD boot disc to install the system on the SD card. -Here the SD card acts as a boot disk for x86, the purpose is to get the spi.img, and flush the spi.img to the spi flash. +Here the SD card acts as a boot disk for x86, the purpose is to get the spi.img, and flash the spi.img to the spi flash. After booting from the SD card, execute the following command to update the system. @@ -24,7 +24,7 @@ sudo apt-get update sudo apt-get full-upgrade ``` -### Use the system utility rsetup to flush the SPI. +### Use the system utility rsetup to flash the SPI.