forked from ruyisdk/support-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
138 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
||
## 测试判定标准 | ||
|
||
测试成功:实际结果与预期结果相符。 | ||
|
||
测试失败:实际结果与预期结果不符。 | ||
|
||
## 测试结论 | ||
|
||
测试成功。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.