Skip to content

Commit

Permalink
LicheeRV: update openSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
panglars committed Dec 5, 2024
1 parent 01329bd commit ab281aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions D1_LicheeRV/openSUSE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion D1_LicheeRV/openSUSE/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 登录系统
Expand Down

0 comments on commit ab281aa

Please sign in to comment.