Skip to content

Commit 91c2d69

Browse files
authored
Merge pull request #55 from stydxm/main
NeZha-D1s/Ubuntu: update test report for Ubuntu 24.10 and Ubuntu 24.04.1 LTS
2 parents 6062c57 + 0a9cc21 commit 91c2d69

File tree

6 files changed

+183
-24
lines changed

6 files changed

+183
-24
lines changed

NeZha-D1s/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,28 @@ cpu_core: XuanTie C906
1616
- RT-Thread:
1717
- Download Link: https://github.com/RT-Thread/rt-thread
1818
- Reference Installation Document: https://github.com/RT-Thread/rt-thread/blob/master/bsp/allwinner/d1s/README-M7.md
19-
- Ubuntu 24.04:
20-
- Download Link: https://cdimage.ubuntu.com/releases/noble/release/ubuntu-24.04-preinstalled-server-riscv64+nezha.img.xz?
21-
- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1?
19+
- Ubuntu 24.10:
20+
- Download Link: https://cdimage.ubuntu.com/releases/24.10/release/
21+
- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1
22+
- Ubuntu 24.04.1 LTS:
23+
- Download Link: https://cdimage.ubuntu.com/releases/24.04.1/release/
24+
- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1
2225

2326
### Hardware Information
2427

2528
- D1s NeZha
2629

2730
## Test Results
2831

32+
2933
| Software Category | Package Name | Test Results (Test Report) |
3034
| --------------------- | ------------ | -------------------------- |
3135
| Tina-Linux Image Boot | N/A | [CFT][Tina] |
3236
| RT-Thread Image Boot | N/A | [CFT][RT-Thread] |
33-
| Ubuntu Image Boot | N/A | [Success][Ubuntu] |
37+
| Ubuntu Image Boot | N/A | [CFT][Ubuntu] |
38+
| Ubuntu LTS Image Boot | N/A | [CFT][Ubuntu LTS] |
3439

3540
[Tina]: ./TinaLinux/README.md
3641
[RT-Thread]: ./RT-Thread/README.md
3742
[Ubuntu]: ./Ubuntu/README.md
43+
[Ubuntu LTS]: ./Ubuntu/README_LTS.md

NeZha-D1s/README_zh.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
- RT-Thread:
1111
- 下载链接:https://github.com/RT-Thread/rt-thread
1212
- 参考安装文档:https://github.com/RT-Thread/rt-thread/blob/master/bsp/allwinner/d1s/README-M7_zh.md
13-
- Ubuntu 24.04:
14-
- 下载链接:https://cdimage.ubuntu.com/releases/noble/release/ubuntu-24.04-preinstalled-server-riscv64+nezha.img.xz?
15-
- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1?
13+
- Ubuntu 24.10:
14+
- 下载链接:https://cdimage.ubuntu.com/releases/24.10/release/
15+
- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1
16+
- Ubuntu 24.04.1 LTS:
17+
- 下载链接:https://cdimage.ubuntu.com/releases/24.04.1/release/
18+
- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1
1619
### 硬件开发板信息
1720

1821
- D1s NeZha
@@ -23,8 +26,10 @@
2326
| ------------------- | -------- | -------------------- |
2427
| Tina-Linux 镜像启动 | N/A | [CFT][Tina] |
2528
| RT-Thread 镜像启动 | N/A | [CFT][RT-Thread] |
26-
| Ubuntu 镜像启动 | N/A | [成功][Ubuntu] |
29+
| Ubuntu 镜像启动 | N/A | [CFT][Ubuntu] |
30+
| Ubuntu LTS 镜像启动 | N/A | [CFT][Ubuntu LTS] |
2731

2832
[Tina]: ./TinaLinux/README_zh.md
2933
[RT-Thread]: ./RT-Thread/README_zh.md
30-
[Ubuntu]: ./Ubuntu/README_zh.md
34+
[Ubuntu]: ./Ubuntu/README_zh.md
35+
[Ubuntu LTS]: ./Ubuntu/README_LTS_zh.md

NeZha-D1s/Ubuntu/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
sys: ubuntu
3-
sys_ver: 24.04
3+
sys_ver: 24.10
44
sys_var: null
55

66
status: basic
7-
last_update: 2024-06-21
7+
last_update: 2024-10-24
88
---
99

1010
# Ubuntu D1s NeZha Test Report
@@ -13,8 +13,9 @@ last_update: 2024-06-21
1313

1414
### Operating System Information
1515

16-
- Download Link: https://cdimage.ubuntu.com/releases/noble/release/ubuntu-24.04-preinstalled-server-riscv64+nezha.img.xz?
17-
- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1?
16+
- System Version: Ubuntu 24.10
17+
- Download Link: https://cdimage.ubuntu.com/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz
18+
- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1
1819

1920
### Hardware Information
2021

@@ -31,8 +32,8 @@ last_update: 2024-06-21
3132
Assume `/dev/sdc` is the storage card.
3233

3334
```bash
34-
xz -d ubuntu-24.04-preinstalled-server-riscv64+licheerv.img.xz
35-
sudo dd if=ubuntu-24.04-preinstalled-server-riscv64+licheerv.img of=/dev/sdc bs=1m status=progress
35+
xz -d ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz
36+
sudo dd if=ubuntu-24.10-preinstalled-server-riscv64+nezha.img of=/dev/sdc bs=1m status=progress
3637
```
3738

3839
### Logging into the System
@@ -49,7 +50,8 @@ Upon the first login, you will be prompted to change the default password.
4950
The system should boot normally and allow login via the serial port.
5051

5152
## Actual Results
52-
53+
<details>
54+
<summary>result is outdated(24.04)</summary>
5355
The system boots up normally, and login via the serial port is successful.
5456

5557
### Boot Log
@@ -70,4 +72,4 @@ Failed: The actual result does not match the expected result.
7072
## Test Conclusion
7173

7274
Test successful.
73-
75+
</details>

NeZha-D1s/Ubuntu/README_LTS.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
sys: ubuntu
3+
sys_ver: 24.04.1
4+
sys_var: null
5+
6+
status: basic
7+
last_update: 2024-10-24
8+
---
9+
10+
# Ubuntu D1s NeZha Test Report
11+
12+
## Test Environment
13+
14+
### Operating System Information
15+
16+
- System Version: Ubuntu 24.04.1
17+
- Download Link: https://cdimage.ubuntu.com/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64+nezha.img.xz
18+
- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1
19+
20+
### Hardware Information
21+
22+
- D1s NeZha
23+
- A USB-A to C or C to C cable
24+
- A microSD card
25+
- A USB to UART Debugger (e.g., CH340, CH341, FT2232, etc.)
26+
- Three Dupont wires
27+
28+
## Installation Steps
29+
30+
### Decompress and Flash the Image to the microSD Card
31+
32+
Assume `/dev/sdc` is the storage card.
33+
34+
```bash
35+
xz -d ubuntu-24.04.1-preinstalled-server-riscv64+nezha.img.xz
36+
sudo dd if=ubuntu-24.04.1-preinstalled-server-riscv64+nezha.img of=/dev/sdc bs=1m status=progress
37+
```
38+
39+
### Logging into the System
40+
41+
Log into the system via the serial port.
42+
43+
Default username: `ubuntu`
44+
Default password: `ubuntu`
45+
46+
Upon the first login, you will be prompted to change the default password.
47+
48+
## Expected Results
49+
50+
The system should boot normally and allow login via the serial port.
51+
52+
## Actual Results
53+
<details>
54+
<summary>result is outdated(24.04)</summary>
55+
The system boots up normally, and login via the serial port is successful.
56+
57+
### Boot Log
58+
59+
Screen recording (from compilation to startup):
60+
[![asciicast](https://asciinema.org/a/gPmHuofP650Kl9mTp8xLk1tod.svg)](https://asciinema.org/a/gPmHuofP650Kl9mTp8xLk1tod)
61+
62+
```log
63+
ubuntu@ubuntu:~$ cat /proc/cpuinfo processor : 0 hart : 0 isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm mmu : sv39 uarch : thead,c906 mvendorid : 0x5b7 marchid : 0x0 mimpid : 0x0 hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm
64+
```
65+
66+
## Test Criteria
67+
68+
Successful: The actual result matches the expected result.
69+
70+
Failed: The actual result does not match the expected result.
71+
72+
## Test Conclusion
73+
74+
Test successful.
75+
</details>

NeZha-D1s/Ubuntu/README_LTS_zh.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Ubuntu D1s Nezha 测试报告
2+
3+
## 测试环境
4+
5+
### 操作系统信息
6+
7+
- 系统版本:Ubuntu 24.04.1
8+
- 下载链接:https://cdimage.ubuntu.com/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64+nezha.img.xz
9+
- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1
10+
11+
### 硬件信息
12+
13+
- D1s NeZha
14+
- USB-A to C 或 C to C 线缆一条
15+
- microSD 卡一张
16+
- USB to UART 调试器一个(如:CH340, CH341, FT2232 等)
17+
- 杜邦线三根
18+
19+
## 安装步骤
20+
21+
### 解压并刷写镜像到 microSD 卡
22+
23+
假定 `/dev/sdc` 为存储卡。
24+
25+
```bash
26+
xz -d ubuntu-24.04.1-preinstalled-server-riscv64+nezha.img.xz
27+
sudo dd if=ubuntu-24.04.1-preinstalled-server-riscv64+nezha.img of=/dev/sdc bs=1m status=progress
28+
```
29+
30+
### 登录系统
31+
32+
通过串口登录系统。
33+
34+
默认用户名:`ubuntu`
35+
默认密码:`ubuntu`
36+
37+
初次登录时,会提示更改默认密码。
38+
39+
## 预期结果
40+
41+
<details>
42+
<summary>结果已过时(24.04)</summary>
43+
系统正常启动,能够通过串口登录。
44+
45+
## 实际结果
46+
47+
系统正常启动,成功通过串口登录。
48+
49+
50+
屏幕录像(从刷写镜像到登录系统):
51+
52+
[![asciicast](https://asciinema.org/a/gPmHuofP650Kl9mTp8xLk1tod.svg)](https://asciinema.org/a/gPmHuofP650Kl9mTp8xLk1tod)
53+
54+
### 启动信息
55+
56+
```log
57+
ubuntu@ubuntu:~$ cat /proc/cpuinfo processor : 0 hart : 0 isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm mmu : sv39 uarch : thead,c906 mvendorid : 0x5b7 marchid : 0x0 mimpid : 0x0 hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm
58+
```
59+
## 测试判定标准
60+
61+
测试成功:实际结果与预期结果相符。
62+
63+
测试失败:实际结果与预期结果不符。
64+
65+
## 测试结论
66+
67+
测试成功。
68+
</details>

NeZha-D1s/Ubuntu/README_zh.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Ubuntu 24.04 VisionFive 2 版本测试报告
1+
# Ubuntu D1s Nezha 测试报告
22

33
## 测试环境
44

55
### 操作系统信息
66

7-
- 系统版本:Ubuntu 24.04
8-
- 下载链接:https://cdimage.ubuntu.com/releases/noble/release/ubuntu-24.04-preinstalled-server-riscv64+nezha.img.xz?
9-
- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1?
7+
- 系统版本:Ubuntu 24.10
8+
- 下载链接:https://cdimage.ubuntu.com/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz
9+
- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1
1010

1111
### 硬件信息
1212

@@ -23,8 +23,8 @@
2323
假定 `/dev/sdc` 为存储卡。
2424

2525
```bash
26-
xz -d ubuntu-24.04-preinstalled-server-riscv64+licheerv.img.xz
27-
sudo dd if=ubuntu-24.04-preinstalled-server-riscv64+licheerv.img of=/dev/sdc bs=1m status=progress
26+
xz -d ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz
27+
sudo dd if=ubuntu-24.10-preinstalled-server-riscv64+nezha.img of=/dev/sdc bs=1m status=progress
2828
```
2929

3030
### 登录系统
@@ -38,6 +38,8 @@ sudo dd if=ubuntu-24.04-preinstalled-server-riscv64+licheerv.img of=/dev/sdc bs=
3838

3939
## 预期结果
4040

41+
<details>
42+
<summary>结果已过时(24.04)</summary>
4143
系统正常启动,能够通过串口登录。
4244

4345
## 实际结果
@@ -62,4 +64,5 @@ ubuntu@ubuntu:~$ cat /proc/cpuinfo
6264

6365
## 测试结论
6466

65-
测试成功。
67+
测试成功。
68+
</details>

0 commit comments

Comments
 (0)