Skip to content
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__pycache__
assets/output/
.env
.venv
.venv
LicheePi4A/RevyOS/README_en_ref.md
LicheePi4A/RevyOS/README_zh_ref.md
1 change: 1 addition & 0 deletions LicheePi4A/RevyOS/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README_en_ref.md
Binary file removed LicheePi4A/RevyOS/A.jpg
Binary file not shown.
Binary file added LicheePi4A/RevyOS/B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions LicheePi4A/RevyOS/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sys: revyos
sys_ver: "20250930"
sys_ver: "20251226"
sys_var: null

status: good
last_update: 2025-10-29
last_update: 2026-03-17
---

# RevyOS LPi4A Test Report
Expand All @@ -13,8 +13,8 @@ last_update: 2025-10-29

### System Information

- System Version: RevyOS 20250930
- Download Link: [Nginx Directory](https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/)
- System Version: RevyOS 20251226
- Download Link: [Nginx Directory](https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/)
- Reference Installation Document: [Visit here](https://revyos.github.io/docs/)

### Hardware Information
Expand All @@ -30,11 +30,11 @@ last_update: 2025-10-29
Download the image, use `zstd` to decompress the image:

```shell
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/u-boot-with-spl-lpi4a-16g-main.bin
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/boot-lpi4a-20250930_113443.ext4.zst
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/root-lpi4a-20250930_113443.ext4.zst
zstd -d boot-lpi4a-20250930_113443.ext4.zst
zstd -d root-lpi4a-20250930_113443.ext4.zst
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/u-boot-with-spl-lpi4a-16g.bin
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/boot-lpi4a-20251225_175338.ext4.zst
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/root-lpi4a-20251225_175338.ext4.zst
zstd -d boot-lpi4a-20251225_175338.ext4.zst
zstd -d root-lpi4a-20251225_175338.ext4.zst
```

### Flash to onboard eMMC via `fastboot`
Expand All @@ -47,11 +47,11 @@ Use the following commands to flash the image.

```shell
sudo fastboot devices
sudo fastboot flash ram u-boot-with-spl-lpi4a-16g-main.bin
sudo fastboot flash ram u-boot-with-spl-lpi4a-16g.bin
sudo fastboot reboot
sudo fastboot flash uboot u-boot-with-spl-lpi4a-16g-main.bin
sudo fastboot flash boot boot-lpi4a-20250930_113443.ext4.zst
sudo fastboot flash root root-lpi4a-20250930_113443.ext4.zst
sudo fastboot flash uboot u-boot-with-spl-lpi4a-16g.bin
sudo fastboot flash boot boot-lpi4a-20251225_175338.ext4
sudo fastboot flash root root-lpi4a-20251225_175338.ext4
```

### Logging into the System
Expand All @@ -73,9 +73,9 @@ The system boots up successfully and login via the serial console is successful.

Screen recording (from flashing image to logging into system):

[![asciicast](https://asciinema.org/a/EcUulslHiAdfr6lWrcUh87ItU.svg)](https://asciinema.org/a/EcUulslHiAdfr6lWrcUh87ItU)
[![asciicast](https://asciinema.org/a/860091.svg)](https://asciinema.org/a/860091)

![A](A.jpg)
![A](B.png)

```log
____ _ ____ ____ _ __
Expand All @@ -86,9 +86,9 @@ Screen recording (from flashing image to logging into system):
|___/
-- Presented by ISCAS

Debian GNU/Linux trixie/sid (kernel 6.6.108-th1520)
Debian GNU/Linux trixie/sid (kernel 6.6.119-th1520)

Linux revyos-lpi4a 6.6.108-th1520 #2025.09.25.17.23+5c28a90d5 SMP Thu Sep 25 17:41:02 UTC 2025 riscv64
Linux revyos-lpi4a 6.6.119-th1520 #2025.12.24.18.43+2a44b04d6 SMP Wed Dec 24 19:01:45 UTC 2025 riscv64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
Expand Down
30 changes: 15 additions & 15 deletions LicheePi4A/RevyOS/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### 操作系统信息

- 系统版本:RevyOS 20250930
- 下载链接:[Nginx Directory](https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/)
- 系统版本:RevyOS 20251226
- 下载链接:[Nginx Directory](https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/)
- 参考安装文档:https://revyos.github.io/docs/

### 硬件信息
Expand All @@ -21,11 +21,11 @@
下载镜像,使用 `zstd` 解压镜像:

```shell
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/u-boot-with-spl-lpi4a-16g-main.bin
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/boot-lpi4a-20250930_113443.ext4.zst
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20250930/root-lpi4a-20250930_113443.ext4.zst
zstd -d boot-lpi4a-20250930_113443.ext4.zst
zstd -d root-lpi4a-20250930_113443.ext4.zst
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/u-boot-with-spl-lpi4a-16g.bin
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/boot-lpi4a-20251225_175338.ext4.zst
wget https://fast-mirror.isrc.ac.cn/revyos/extra/images/lpi4a/20251226/root-lpi4a-20251225_175338.ext4.zst
zstd -d boot-lpi4a-20251225_175338.ext4.zst
zstd -d root-lpi4a-20251225_175338.ext4.zst
```

### 通过 `fastboot` 刷写到板载 eMMC
Expand All @@ -38,11 +38,11 @@ zstd -d root-lpi4a-20250930_113443.ext4.zst

```shell
sudo fastboot devices
sudo fastboot flash ram u-boot-with-spl-lpi4a-16g-main.bin
sudo fastboot flash ram u-boot-with-spl-lpi4a-16g.bin
sudo fastboot reboot
sudo fastboot flash uboot u-boot-with-spl-lpi4a-16g-main.bin
sudo fastboot flash boot boot-lpi4a-20250930_113443.ext4.zst
sudo fastboot flash root root-lpi4a-20250930_113443.ext4.zst
sudo fastboot flash uboot u-boot-with-spl-lpi4a-16g.bin
sudo fastboot flash boot boot-lpi4a-20251225_175338.ext4
sudo fastboot flash root root-lpi4a-20251225_175338.ext4
```

### 登录系统
Expand All @@ -64,9 +64,9 @@ sudo fastboot flash root root-lpi4a-20250930_113443.ext4.zst

屏幕录制(从刷写镜像到登录系统):

[![asciicast](https://asciinema.org/a/EcUulslHiAdfr6lWrcUh87ItU.svg)](https://asciinema.org/a/EcUulslHiAdfr6lWrcUh87ItU)
[![asciicast](https://asciinema.org/a/860091.svg)](https://asciinema.org/a/860091)

![A](A.jpg)
![A](B.png)

```log
____ _ ____ ____ _ __
Expand All @@ -77,9 +77,9 @@ sudo fastboot flash root root-lpi4a-20250930_113443.ext4.zst
|___/
-- Presented by ISCAS

Debian GNU/Linux trixie/sid (kernel 6.6.108-th1520)
Debian GNU/Linux 13 (trixie) (kernel 6.6.119-th1520)

Linux revyos-lpi4a 6.6.108-th1520 #2025.09.25.17.23+5c28a90d5 SMP Thu Sep 25 17:41:02 UTC 2025 riscv64
Linux revyos-lpi4a 6.6.119-th1520 #2025.12.24.18.43+2a44b04d6 SMP Wed Dec 24 19:01:45 UTC 2025 riscv64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
Expand Down