From ab281aaf6e0c803bd1a958c2a0b0e72c247d2162 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Thu, 5 Dec 2024 15:24:08 +0800 Subject: [PATCH] LicheeRV: update openSUSE --- D1_LicheeRV/openSUSE/README.md | 21 ++++++++++++++++----- D1_LicheeRV/openSUSE/README_zh.md | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/D1_LicheeRV/openSUSE/README.md b/D1_LicheeRV/openSUSE/README.md index 5ae2928..78dd78c 100644 --- a/D1_LicheeRV/openSUSE/README.md +++ b/D1_LicheeRV/openSUSE/README.md @@ -33,7 +33,7 @@ Use `dd` to flash the image to the microSD card. ```bash unxz /path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw.xz -sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw of=/dev/your-device bs=1M status=progress +sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw of=/dev/your-device bs=1M status=progress ``` ### Logging into the System @@ -60,21 +60,20 @@ Screen recording (From flashing image to logging into the system): [![asciicast](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk.svg)](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk) ```log - Welcome to openSUSE Tumbleweed 20 Welcome to openSUSE Tumbleweed 20240115 - Kernel240115 - Kernel 6.5.2-4-default (h 6.5.2-4-default (ttyS0). +wlan0: localhost login: vc0). +wlan0: localhost login: root Password: Have a lot of fun... -localhost:~ # uname -a -Linux localhost.localdomain 6.5.2-4-default #1 SMP Wed Sep 13 03:16:12 UTC 2023 (b06df44) riscv64 riscv64 riscv64 GNU/Linux localhost:~ # cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20240115" @@ -89,7 +88,19 @@ SUPPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" LOGO="distributor-logo-Tumbleweed" - +localhost:~ # uname -a +Linux localhost.localdomain 6.5.2-4-default #1 SMP Wed Sep 13 03:16:12 UTC 2023 (b06df44) riscv64 riscv64 riscv64 GNU/Linux +localhost:~ # cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 + +localhost:~ # ``` ## Test Criteria diff --git a/D1_LicheeRV/openSUSE/README_zh.md b/D1_LicheeRV/openSUSE/README_zh.md index 4bf0b92..b1f29ec 100644 --- a/D1_LicheeRV/openSUSE/README_zh.md +++ b/D1_LicheeRV/openSUSE/README_zh.md @@ -24,7 +24,7 @@ ```bash unxz /path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw.xz -sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw of=/dev/your-device bs=1M status=progress +sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw of=/dev/your-device bs=1M status=progress ``` ### 登录系统