From 1856f3681c852f7a8e8a7d09fa0b59d2b60f641b Mon Sep 17 00:00:00 2001 From: WYu08 <403849843@qq.com> Date: Thu, 26 Jun 2025 08:21:22 +0000 Subject: [PATCH] update english docs Signed-off-by: WYu08 <403849843@qq.com> --- .../Installation/Installation-Preparations1.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/en/docs/Installation/Installation-Preparations1.md b/docs/en/docs/Installation/Installation-Preparations1.md index e8bf87cbd..c730b6ae6 100644 --- a/docs/en/docs/Installation/Installation-Preparations1.md +++ b/docs/en/docs/Installation/Installation-Preparations1.md @@ -7,10 +7,10 @@ This section describes the compatibility of the hardware and software and the re Before installation, obtain the openEuler Raspberry Pi image and its verification file. 1. Visit [openEuler Repo](https://repo.openeuler.org/). -2. Choose **openEuler 22.03 LTS SP2**. +2. Choose **openEuler 24.03 LTS SP1**. 3. Click **raspi_img**. The download list of Raspberry Pi images is displayed. -4. Click **openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz** to download the openEuler Raspberry Pi image to the local PC. -5. Click **openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz.sha256sum** to download the verification file of the openEuler Raspberry Pi image to the local PC. +4. Click **openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz** to download the openEuler Raspberry Pi image to the local PC. +5. Click **openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz.sha256sum** to download the verification file of the openEuler Raspberry Pi image to the local PC. ## Verifying the Image Integrity @@ -24,11 +24,11 @@ Compare the verification value recorded in the verification file with the verifi Before verifying the integrity of the image file, ensure that the following files are available: -Image file: **openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz** -Image file: **openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz** +Image file: **openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz** +Image file: **openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz** -Verification file: **openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz.sha256sum** -Verification file: **openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz.sha256sum** +Verification file: **openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz.sha256sum** +Verification file: **openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz.sha256sum** ### Procedures @@ -37,13 +37,13 @@ To verify the file integrity, perform the following procedures: 1. Obtain the verification value from the verification file. Run the following command: ```shell - cat openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz.sha256sum + cat openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz.sha256sum ``` 2. Calculate the SHA256 verification value of the file. Run the following command: ```shell - sha256sum openEuler-22.03-LTS-SP2-raspi-aarch64.img.xz + sha256sum openEuler-24.03-LTS-SP1-raspi-aarch64.img.xz ``` After the command is executed, the verification value is displayed. -- Gitee