File tree Expand file tree Collapse file tree 6 files changed +303
-0
lines changed Expand file tree Collapse file tree 6 files changed +303
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ sys : fedora
3
+ sys_ver : 41
4
+ sys_var : null
5
+
6
+ status : cft
7
+ last_update : 2025-01-23
8
+ ---
9
+
10
+ # Milk-V Megrez Test Report
11
+
12
+ ## Test Environment
13
+
14
+ ### Operating System Information
15
+
16
+ - Download Link: https://images.fedoravforce.org/Megrez
17
+ - Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot
18
+
19
+ ### Hardware Information
20
+
21
+ - Development Board: Milk-V Megrez
22
+ - USB A to C / USB C to C Cable
23
+ - SD Card
24
+
25
+ ## Installation Steps
26
+
27
+ ### Flashing Image
28
+
29
+ After downloading, extract and flash the image (example is using the desktop version):
30
+ ``` bash
31
+ gzip -d fedora-disk-multi-desktops_eswin_eic7700-sda.raw.gz
32
+ sudo dd if=fedora-disk-multi-desktops_eswin_eic7700-sda.raw of=/dev/your/sdcard bs=1M status=progress
33
+ ```
34
+
35
+ ### Logging into the System
36
+
37
+ Logging into the system via serial port.
38
+
39
+ Default username: ` root `
40
+ Default password: ` riscv `
41
+
42
+ ## Expected Results
43
+
44
+ The development board outputs boot information normally.
45
+
46
+ ## Actual Results
47
+
48
+ CFT
49
+
50
+ ### Boot Log
51
+
52
+ Screen recording (from system flashing to boot):
53
+ ``` log
54
+ ```
55
+
56
+ ## Test Criteria
57
+
58
+ Successful: The actual result matches the expected result.
59
+
60
+ Failed: The actual result does not match the expected result.
61
+
62
+ ## Test Conclusion
63
+
64
+ CFT
Original file line number Diff line number Diff line change
1
+ # Milk-V Megrez 测试报告
2
+
3
+ ## 测试环境
4
+
5
+ ### 操作系统信息
6
+
7
+ - 下载链接:https://images.fedoravforce.org/Megrez
8
+ - 参考安装文档:https://milkv.io/zh/docs/megrez/getting-started/boot
9
+
10
+ ### 硬件信息
11
+
12
+ - 开发板:Milk-V Megrez
13
+ - USB A to C / USB C to C 线缆
14
+ - SD 卡
15
+
16
+ ## 安装步骤
17
+
18
+ ### 烧写镜像
19
+
20
+ 下载后,解压并烧写镜像(以下以 desktop 版为例):
21
+ ``` bash
22
+ gzip -d fedora-disk-multi-desktops_eswin_eic7700-sda.raw.gz
23
+ sudo dd if=fedora-disk-multi-desktops_eswin_eic7700-sda.raw of=/dev/your/sdcard bs=1M status=progress
24
+ ```
25
+
26
+ ### 登录系统
27
+
28
+ 通过串口登录系统。
29
+
30
+ 默认用户名: ` root `
31
+ 默认密码: ` riscv `
32
+
33
+ ## 预期结果
34
+
35
+ 开发板正常输出启动信息。
36
+
37
+ ## 实际结果
38
+
39
+ CFT
40
+
41
+ ### 启动信息
42
+
43
+ 屏幕录像(从刷写系统到启动):
44
+
45
+
46
+ ``` log
47
+ ```
48
+
49
+ ## 测试判定标准
50
+
51
+ 测试成功:实际结果与预期结果相符。
52
+
53
+ 测试失败:实际结果与预期结果不符。
54
+
55
+ ## 测试结论
56
+
57
+ CFT
Original file line number Diff line number Diff line change
1
+ ---
2
+ vendor : milkv_megrez
3
+ product : Milk-V Megrez
4
+ cpu : EIC7700X
5
+ cpu_core : SiFive P550
6
+ ---
7
+
8
+ # Milk-V Megrez
9
+
10
+ ## Test Environment
11
+
12
+ ### Operating System Information
13
+
14
+ - RockOS
15
+ - Download Link: https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
16
+ - Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot
17
+ - Fedora 41
18
+ - Download Link: https://images.fedoravforce.org/Megrez
19
+ - Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot
20
+
21
+ ### Hardware Information
22
+
23
+ - Milk-V Megrez
24
+
25
+ ## Test Results
26
+
27
+ | Software Category | Package Name | Test Result (Test Report) |
28
+ | -------------------------| --------------| ---------------------------------|
29
+ | RockOS Image Boot | N/A | [ CFT] [ RockOS ] |
30
+ | Fedora Image Boot | N/A | [ CFT] [ Fedora ] |
31
+
32
+ [ RockOS ] : ./RockOS/README.md
33
+ [ Fedora ] : ./Fedora/README.md
Original file line number Diff line number Diff line change
1
+ # Milk-V Megrez
2
+
3
+ ## 测试环境
4
+
5
+ ### 操作系统信息
6
+
7
+ - RockOS
8
+ - 源码链接: https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
9
+ - 参考安装文档: https://milkv.io/zh/docs/megrez/getting-started/boot
10
+ - Fedora 41
11
+ - 源码链接: https://images.fedoravforce.org/Megrez
12
+ - 参考安装文档: https://milkv.io/zh/docs/megrez/getting-started/boot
13
+
14
+ ### 硬件开发板信息
15
+
16
+ - Milk-V Megrez
17
+
18
+ ## 测试结果
19
+
20
+ | 软件分类 | 软件包名 | 测试结果(测试报告) |
21
+ | ------------------------| ----------| -----------------------------|
22
+ | RockOS 镜像启动 | N/A | [ CFT] [ RockOS ] |
23
+ | Fedora 镜像启动 | N/A | [ CFT] [ Fedora ] |
24
+
25
+ [ RockOS ] : ./RockOS/README.md
26
+ [ Fedora ] : ./Fedora/README.md
Original file line number Diff line number Diff line change
1
+ ---
2
+ sys : rockos
3
+ sys_ver : 2025-0117
4
+ sys_var : null
5
+
6
+ status : cft
7
+ last_update : 2025-01-23
8
+ ---
9
+
10
+ # Milk-V Megrez Test Report
11
+
12
+ ## Test Environment
13
+
14
+ ### Operating System Information
15
+
16
+ - Download Link: https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
17
+ - Reference Installation Document: https://milkv.io/zh/docs/megrez/getting-started/boot
18
+
19
+ ### Hardware Information
20
+
21
+ - Development Board: Milk-V Megrez
22
+ - USB A to C / USB C to C Cable
23
+ - SD Card
24
+
25
+ ## Installation Steps
26
+
27
+ ### Flashing Image
28
+
29
+ After downloading, unzip and flash the image (using the xfce version as an example):
30
+ ``` bash
31
+ 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
32
+ unxz -k sdcard-rockos-milkv-megrez-2025-0117.img.zip
33
+ sudo dd if=sdcard-rockos-milkv-megrez-2025-0117.img.zip of=/dev/your/sdcard bs=1M status=progress
34
+ ```
35
+
36
+ ### Logging into the System
37
+
38
+ Logging into the system via serial port.
39
+
40
+ Default username: ` debian `
41
+ Default password: ` debian `
42
+
43
+ ## Expected Results
44
+
45
+ The system boots up normally, and information can be viewed through the onboard serial port.
46
+
47
+ ## Actual Results
48
+
49
+ CFT
50
+
51
+ ### Boot Log
52
+
53
+ Screen recording (from flashing the system to booting up):
54
+ ``` log
55
+ ```
56
+
57
+ ## Test Criteria
58
+
59
+ Successful: The actual result matches the expected result.
60
+
61
+ Failed: The actual result does not match the expected result.
62
+
63
+ ## Test Conclusion
64
+
65
+ CFT
Original file line number Diff line number Diff line change
1
+ # Milk-V Megrez 测试报告
2
+
3
+ ## 测试环境
4
+
5
+ ### 操作系统信息
6
+
7
+ - 下载链接:https://github.com/milkv-megrez/megrez-build/releases/tag/2025-0117
8
+ - 参考安装文档:https://milkv.io/zh/docs/megrez/getting-started/boot
9
+
10
+ ### 硬件信息
11
+
12
+ - 开发板:Milk-V Megrez
13
+ - USB A to C / USB C to C 线缆
14
+ - SD 卡
15
+
16
+ ## 安装步骤
17
+
18
+ ### 烧写镜像
19
+
20
+ 下载后,解压并烧写镜像(以下以 xfce 版为例):
21
+ ``` bash
22
+ 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
23
+ unxz -k sdcard-rockos-milkv-megrez-2025-0117.img.zip
24
+ sudo dd if=sdcard-rockos-milkv-megrez-2025-0117.img.zip of=/dev/your/sdcard bs=1M status=progress
25
+ ```
26
+
27
+ ### 登录系统
28
+
29
+ 通过串口登录系统。
30
+
31
+ 默认用户名: ` debian `
32
+ 默认密码: ` debian `
33
+
34
+ ## 预期结果
35
+
36
+ 开发板正常输出启动信息。
37
+
38
+ ## 实际结果
39
+
40
+ CFT
41
+
42
+ ### 启动信息
43
+
44
+ 屏幕录像(从刷写系统到启动):
45
+
46
+
47
+ ``` log
48
+ ```
49
+
50
+ ## 测试判定标准
51
+
52
+ 测试成功:实际结果与预期结果相符。
53
+
54
+ 测试失败:实际结果与预期结果不符。
55
+
56
+ ## 测试结论
57
+
58
+ CFT
You can’t perform that action at this time.
0 commit comments