Skip to content

Commit

Permalink
Megrez: new hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
stydxm committed Jan 23, 2025
1 parent 095aa2d commit 83be40d
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 0 deletions.
64 changes: 64 additions & 0 deletions Megrez/Fedora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
sys: fedora
sys_ver: 41
sys_var: null

status: cft
last_update: 2025-01-23
---

# Milk-V Megrez Test Report

## Test Environment

### Operating System Information

- Download Link: https://images.fedoravforce.org/Megrez
- Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot

### Hardware Information

- Development Board: Milk-V Megrez
- USB A to C / USB C to C Cable
- SD Card

## Installation Steps

### Flashing Image

After downloading, extract and flash the image (example is using the desktop version):
```bash
gzip -d fedora-disk-multi-desktops_eswin_eic7700-sda.raw.gz
sudo dd if=fedora-disk-multi-desktops_eswin_eic7700-sda.raw of=/dev/your/sdcard bs=1M status=progress
```

### Logging into the System

Logging into the system via serial port.

Default username: `root`
Default password: `riscv`

## Expected Results

The development board outputs boot information normally.

## Actual Results

CFT

### Boot Log

Screen recording (from system flashing to boot):
```log
```

## Test Criteria

Successful: The actual result matches the expected result.

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

## Test Conclusion

CFT
57 changes: 57 additions & 0 deletions Megrez/Fedora/README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Milk-V Megrez 测试报告

## 测试环境

### 操作系统信息

- 下载链接:https://images.fedoravforce.org/Megrez
- 参考安装文档:https://milkv.io/zh/docs/megrez/getting-started/boot

### 硬件信息

- 开发板:Milk-V Megrez
- USB A to C / USB C to C 线缆
- SD 卡

## 安装步骤

### 烧写镜像

下载后,解压并烧写镜像(以下以 desktop 版为例):
```bash
gzip -d fedora-disk-multi-desktops_eswin_eic7700-sda.raw.gz
sudo dd if=fedora-disk-multi-desktops_eswin_eic7700-sda.raw of=/dev/your/sdcard bs=1M status=progress
```

### 登录系统

通过串口登录系统。

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

## 预期结果

开发板正常输出启动信息。

## 实际结果

CFT

### 启动信息

屏幕录像(从刷写系统到启动):


```log
```

## 测试判定标准

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

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

## 测试结论

CFT
33 changes: 33 additions & 0 deletions Megrez/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
vendor: milkv_megrez
product: Milk-V Megrez
cpu: EIC7700X
cpu_core: SiFive P550
---

# Milk-V Megrez

## Test Environment

### Operating System Information

- RockOS
- Download Link: https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
- Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot
- Fedora 41
- Download Link: https://images.fedoravforce.org/Megrez
- Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot

### Hardware Information

- Milk-V Megrez

## Test Results

| Software Category | Package Name | Test Result (Test Report) |
|-------------------------|--------------|---------------------------------|
| RockOS Image Boot | N/A | [CFT][RockOS] |
| Fedora Image Boot | N/A | [CFT][Fedora] |

[RockOS]: ./RockOS/README.md
[Fedora]: ./Fedora/README.md
26 changes: 26 additions & 0 deletions Megrez/README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Milk-V Megrez

## 测试环境

### 操作系统信息

- RockOS
- 源码链接: https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
- 参考安装文档: https://milkv.io/zh/docs/megrez/getting-started/boot
- Fedora 41
- 源码链接: https://images.fedoravforce.org/Megrez
- 参考安装文档: https://milkv.io/zh/docs/megrez/getting-started/boot

### 硬件开发板信息

- Milk-V Megrez

## 测试结果

| 软件分类 | 软件包名 | 测试结果(测试报告) |
|------------------------|----------|-----------------------------|
| RockOS 镜像启动 | N/A | [CFT][RockOS] |
| Fedora 镜像启动 | N/A | [CFT][Fedora] |

[RockOS]: ./RockOS/README.md
[Fedora]: ./Fedora/README.md
65 changes: 65 additions & 0 deletions Megrez/RockOS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
sys: rockos
sys_ver: 2025-0117
sys_var: null

status: cft
last_update: 2025-01-23
---

# Milk-V Megrez Test Report

## Test Environment

### Operating System Information

- Download Link: https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
- Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot

### Hardware Information

- Development Board: Milk-V Megrez
- USB A to C / USB C to C Cable
- SD Card

## Installation Steps

### Flashing Image

After downloading, unzip and flash the image (using the xfce version as an example):
```bash
cat sdcard-rockos-milkv-megrez-2025-0117.img.zip.001 sdcard-rockos-milkv-megrez-2025-0117.img.zip.002 > sdcard-rockos-milkv-megrez-2025-0117.img.zip
unxz -k sdcard-rockos-milkv-megrez-2025-0117.img.zip
sudo dd if=sdcard-rockos-milkv-megrez-2025-0117.img.zip of=/dev/your/sdcard bs=1M status=progress
```

### Logging into the System

Logging into the system via serial port.

Default username: `debian`
Default password: `debian`

## Expected Results

The system boots up normally, and information can be viewed through the onboard serial port.

## Actual Results

CFT

### Boot Log

Screen recording (from flashing the system to booting up):
```log
```

## Test Criteria

Successful: The actual result matches the expected result.

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

## Test Conclusion

CFT
58 changes: 58 additions & 0 deletions Megrez/RockOS/README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Milk-V Megrez 测试报告

## 测试环境

### 操作系统信息

- 下载链接:https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
- 参考安装文档:https://milkv.io/zh/docs/megrez/getting-started/boot

### 硬件信息

- 开发板:Milk-V Megrez
- USB A to C / USB C to C 线缆
- SD 卡

## 安装步骤

### 烧写镜像

下载后,解压并烧写镜像(以下以 xfce 版为例):
```bash
cat sdcard-rockos-milkv-megrez-2025-0117.img.zip.001 sdcard-rockos-milkv-megrez-2025-0117.img.zip.002 > sdcard-rockos-milkv-megrez-2025-0117.img.zip
unxz -k sdcard-rockos-milkv-megrez-2025-0117.img.zip
sudo dd if=sdcard-rockos-milkv-megrez-2025-0117.img.zip of=/dev/your/sdcard bs=1M status=progress
```

### 登录系统

通过串口登录系统。

默认用户名: `debian`
默认密码: `debian`

## 预期结果

开发板正常输出启动信息。

## 实际结果

CFT

### 启动信息

屏幕录像(从刷写系统到启动):


```log
```

## 测试判定标准

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

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

## 测试结论

CFT

0 comments on commit 83be40d

Please sign in to comment.