Skip to content

Commit

Permalink
VisionFive2: clear out date data
Browse files Browse the repository at this point in the history
  • Loading branch information
panglars committed Jan 14, 2025
1 parent a291f27 commit 6b5a20d
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 75 deletions.
68 changes: 68 additions & 0 deletions VisionFive2/Fedora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
sys: fedora
sys_ver:
sys_var: null

status: good
last_update: 2025-01-15
---

# Fedora VisionFive2 Test Report

## Test Environment

### System Information

- System Version: Fedora 33
- Download Link: https://images.fedoravforce.com/VisionFive%20V2

### Hardware Information

- StarFive VisionFive 2
- A USB Power Adapter
- A USB-A to C or C to C Cable
- A microSD Card
- A USB to UART Debugger (e.g., CH340, CH341, FT2232, etc.)
- Three Dupont Wires

## Installation Steps

### Flashing Image

Use `zstd` to decompress the image.
Use `dd` to flash the image to the microSD card.

```bash
zstd -d /path/to/fedora.raw.zst
sudo dd if=/path/to/fedora of=/dev/your-device bs=1M status=progress
```

### Logging into the System

Log into the system via the serial port.

Default Username: `root`
Default Password: `starfive`

## Expected Results

The system should boot normally and allow login via the onboard serial port.

## Actual Results

The system booted successfully and login via the onboard serial port was also successful.

### Boot Log

```log
```

## Test Criteria

Successful: The actual result matches the expected result.

Failed: The actual result does not match the expected result.

## Test Conclusion

Test successful.
59 changes: 59 additions & 0 deletions VisionFive2/Fedora/README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Fedora VisionFive2 测试报告

## 测试环境

### 系统信息

- 系统版本:Fedora 33
- 下载链接:https://images.fedoravforce.com/VisionFive%20V2

### 硬件信息

- StarFive VisionFive 2
- USB 电源适配器一个
- USB-A to C 或 C to C 线缆一条
- microSD 卡一张
- USB to UART 调试器一个(如:CH340, CH341, FT2232 等)
- 杜邦线三根

## 安装步骤

### 刷写镜像

使用 `zstd` 解压镜像。
使用 `dd` 将镜像写入 microSD 卡。

```bash
zstd -d /path/to/fedora.raw.zst
sudo dd if=/path/to/fedora of=/dev/your-device bs=1M status=progress
```

### 登录系统

通过串口登录系统。

默认用户名: `root`
默认密码: `starfive`

## 预期结果

系统正常启动,能够通过板载串口登录。

## 实际结果

系统正常启动,成功通过板载串口登录。

### 启动信息

```log
```

## 测试判定标准

测试成功:实际结果与预期结果相符。

测试失败:实际结果与预期结果不符。

## 测试结论

测试成功。
46 changes: 7 additions & 39 deletions VisionFive2/openKylin/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
sys: openkylin
sys_ver: 2.0
sys_ver: 2.0-SP1
sys_var: null

status: good
last_update: 2024-10-21
last_update: 2025-01-15
---

# openKylin 2.0 VisionFive 2 Test Report
# openKylin 2.0 SP1 VisionFive 2 Test Report

## Test Environment

### Operating System Information

- System Version: openKylin 2.0
- Download Link: https://mirror.iscas.ac.cn/openkylin-cdimage/2.0/openKylin-Embedded-V2.0-Release-visionfive2-riscv64.img.xz
- System Version: openKylin 2.0 SP1
- Download Link: https://www.openkylin.top/downloads/index-en.html
- Reference Installation Document: https://docs.openkylin.top/zh/01_%E5%AE%89%E8%A3%85%E5%8D%87%E7%BA%A7%E6%8C%87%E5%8D%97/%E5%9C%A8riscv%E4%B8%8A%E5%AE%89%E8%A3%85/%E5%9C%A8VisionFive2%E4%B8%8A%E5%AE%89%E8%A3%85openKylin (Chinese)
### Hardware Information

Expand All @@ -32,8 +32,8 @@ last_update: 2024-10-21
Assume `/dev/sdc` is the storage card.

```bash
xz -d openKylin-Embedded-V2.0-Release-visionfive2-riscv64.img.xz
sudo dd if=openKylin-Embedded-V2.0-Release-visionfive2-riscv64.img of=/dev/sdc bs=1M status=progress
xz -d openKylin-Embedded-V2.0-SP1-visionfive2-riscv64.img.xz
sudo dd if=openKylin-Embedded-V2.0-SP1-visionfive2-riscv64.img of=/dev/sdc bs=1M status=progress
```

### Boot Mode Selection
Expand Down Expand Up @@ -61,38 +61,6 @@ The system booted successfully and login through the graphical interface was suc

```log
openkylin login: openkylin
密码:
Welcome to openKylin 2.0 (GNU/Linux 6.6.20 riscv64)
* Support: https://openkylin.top
The programs included with the openKylin system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
openKylin comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
You do not have any new mail.
load environment: GTK_MODULES=gail:atk-bridge
load environment: QT_ACCESSIBILITY=1
load environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
openkylin@openkylin:~$ cat /etc/os-release
NAME="openKylin"
FULL_NAME="openKylin"
VERSION="2.0 (nile)"
VERSION_US="2.0 (nile)"
ID=openkylin
PRETTY_NAME="openKylin 2.0"
VERSION_ID="2.0"
HOME_URL="https://www.openkylin.top/"
VERSION_CODENAME=nile
PRODUCT_FEATURES=3
openkylin@openkylin:~$ uname -a
Linux openkylin 6.6.20 #1 SMP Tue May 28 14:19:33 CST 2024 riscv64 riscv64 riscv64 GNU/Linux
openkylin@openkylin:~$
```

![login](./image.png)
Expand Down
40 changes: 4 additions & 36 deletions VisionFive2/openKylin/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### 操作系统信息

- 系统版本:openKylin 2.0
- 下载链接:https://mirror.iscas.ac.cn/openkylin-cdimage/2.0/openKylin-Embedded-V2.0-Release-visionfive2-riscv64.img.xz
- 系统版本:openKylin 2.0 SP1
- 下载链接:https://www.openkylin.top/downloads/index-en.html
- 参考安装文档:https://docs.openkylin.top/zh/01_%E5%AE%89%E8%A3%85%E5%8D%87%E7%BA%A7%E6%8C%87%E5%8D%97/%E5%9C%A8riscv%E4%B8%8A%E5%AE%89%E8%A3%85/%E5%9C%A8VisionFive2%E4%B8%8A%E5%AE%89%E8%A3%85openKylin

### 硬件信息
Expand All @@ -24,8 +24,8 @@
假定 `/dev/sdc` 为存储卡。

```bash
xz -d openKylin-Embedded-V2.0-Release-visionfive2-riscv64.img.xz
sudo dd if=openKylin-Embedded-V2.0-Release-visionfive2-riscv64.img of=/dev/sdc bs=1M status=progress
xz -d openKylin-Embedded-V2.0-SP1-visionfive2-riscv64.img.xz
sudo dd if=openKylin-Embedded-V2.0-SP1-visionfive2-riscv64.img of=/dev/sdc bs=1M status=progress
```

### 引导模式选择
Expand Down Expand Up @@ -53,38 +53,6 @@ StarFive VisionFive 2 提供了多种引导模式,可在上电前通过板载

```log
openkylin login: openkylin
密码:
Welcome to openKylin 2.0 (GNU/Linux 6.6.20 riscv64)
* Support: https://openkylin.top
The programs included with the openKylin system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
openKylin comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
You do not have any new mail.
load environment: GTK_MODULES=gail:atk-bridge
load environment: QT_ACCESSIBILITY=1
load environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
openkylin@openkylin:~$ cat /etc/os-release
NAME="openKylin"
FULL_NAME="openKylin"
VERSION="2.0 (nile)"
VERSION_US="2.0 (nile)"
ID=openkylin
PRETTY_NAME="openKylin 2.0"
VERSION_ID="2.0"
HOME_URL="https://www.openkylin.top/"
VERSION_CODENAME=nile
PRODUCT_FEATURES=3
openkylin@openkylin:~$ uname -a
Linux openkylin 6.6.20 #1 SMP Tue May 28 14:19:33 CST 2024 riscv64 riscv64 riscv64 GNU/Linux
openkylin@openkylin:~$
```

![login](./image.png)
Expand Down
Binary file removed VisionFive2/openKylin/image.png
Binary file not shown.

0 comments on commit 6b5a20d

Please sign in to comment.