From 179aad16f758c2f9c53f98e320a3eb8d532f9bce Mon Sep 17 00:00:00 2001 From: PangLAN Date: Wed, 4 Dec 2024 17:53:38 +0800 Subject: [PATCH 1/9] fix typo --- D1_LicheeRV/ArchLinux/README.md | 30 ++++++++++++++-------------- D1_LicheeRV/ArchLinux/README_zh.md | 32 +++++++++++++++--------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/D1_LicheeRV/ArchLinux/README.md b/D1_LicheeRV/ArchLinux/README.md index ba3c24c6..e2393881 100644 --- a/D1_LicheeRV/ArchLinux/README.md +++ b/D1_LicheeRV/ArchLinux/README.md @@ -4,7 +4,7 @@ sys_ver: null sys_var: null status: basic -last_update: 2024-09-26 +last_update: 2024-12-04 --- # Arch Linux LicheeRV / AWOL Nezha D1 Test Report @@ -13,14 +13,14 @@ last_update: 2024-09-26 ### Operating System Information -- Base Image: Ubuntu 24.10 Beta: [ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz) +- Base Image: Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) - Or any arbitrary image for D1 -- Rootfs: [archriscv-20220727.tar.zst](https://archriscv.felixc.at/images/archriscv-20220727.tar.zst) +- Rootfs:[archriscv-2024-09-22.tar.zst](https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst) - Reference Installation Document: https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 ### Hardware Information -- Nezha D1 +- Nezha D1/LicheeRV - A Type-C Power Cable - A UART to USB Debugger - SD Card @@ -35,11 +35,11 @@ We have used Debian images and Ubuntu images and know that they work well. Below ```bash wget https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz -wget https://archriscv.felixc.at/images/archriscv-20220727.tar.zst +wget https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst xz -kd ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz mkdir rfs tar -xf archriscv-20220727.tar.zst -C rfs -mndir mnt +mkdir mnt ``` ### Replace the rootfs @@ -48,8 +48,8 @@ Replace the rootfs with the one from the Ubuntu image. Change the following moun ```bash sudo losetup -f -sudo losetup -P /dev/loopx ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img -sudo mount /dev/loopxp1 mnt +sudo losetup -P /dev/loopX ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img +sudo mount /dev/loopXp1 mnt cd mnt sudo mkdir old sudo mv etc home media mnt opt root srv var usr old/ @@ -66,7 +66,7 @@ Don't forget to clean up the files. ```bash cd .. sudo umount mnt -sudo losetup -d /dev/loopx +sudo losetup -d /dev/loopX ``` ### Flash the image @@ -99,7 +99,9 @@ Screen recording (from flashing the image to logging into the system): [![asciicast](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a.svg)](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a) ```log -[root@archlinux ~]# cat /etc/os-release +archlinux login: root +Password: +[root@archlinux ~]# cat /etc/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch @@ -112,19 +114,17 @@ BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo [root@archlinux ~]# uname -a -Linux archlinux 6.8.0-31-generic #31.1-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 21 01:12:53 UTC 2024 riscv64 GNU/Linux +Linux archlinux 6.11.0-8-generic #8.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 1 11:40:56 UTC 2024 riscv64 GNU/Linux [root@archlinux ~]# cat /proc/cpuinfo processor : 0 hart : 0 -isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd mmu : sv39 uarch : thead,c906 mvendorid : 0x5b7 marchid : 0x0 mimpid : 0x0 -hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm - - +hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd ``` ## Test Criteria diff --git a/D1_LicheeRV/ArchLinux/README_zh.md b/D1_LicheeRV/ArchLinux/README_zh.md index 7181e3a4..247c90d4 100644 --- a/D1_LicheeRV/ArchLinux/README_zh.md +++ b/D1_LicheeRV/ArchLinux/README_zh.md @@ -4,15 +4,15 @@ ### 操作系统信息 -- 基础镜像:Ubuntu 24.10 Beta: [ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz) +- 基础镜像:Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) - 或任意 D1 的镜像 -- Rootfs:[archriscv-20220727.tar.zst](https://archriscv.felixc.at/images/archriscv-20220727.tar.zst) +- Rootfs:[archriscv-2024-09-22.tar.zst](https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst) - 参考安装文档:https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 h ### 硬件信息 -- Nezha D1 +- Nezha D1/LicheeRV - Type-C 电源线一根 - UART 转 USB 调试器一个 - SD 卡 @@ -27,11 +27,11 @@ Debian 镜像和 Ubuntu 镜像曾被验证过能工作。接下来以 Ubuntu 镜 ```bash wget https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz -wget https://archriscv.felixc.at/images/archriscv-20220727.tar.zst +wget https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst xz -kd ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz mkdir rfs -tar -xf archriscv-20220727.tar.zst -C rfs -mndir mnt +tar -xf archriscv-2024-09-22.tar.zst -C rfs +mkdir mnt ``` ### 替换 rootfs @@ -40,15 +40,14 @@ mndir mnt ```bash sudo losetup -f -sudo losetup -P /dev/loopx ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img -sudo mount /dev/loopxp1 mnt +sudo losetup -P /dev/loopX ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img +sudo mount /dev/loopXp1 mnt cd mnt sudo mkdir old sudo mv etc home media mnt opt root srv var usr old/ sudo cp -r ../rfs/{etc,home,mnt,opt,root,srv,var,usr} . sudo cp -r old/usr/lib/firmware usr/lib/ sudo cp -r old/usr/lib/modules/ usr/lib/ -rm etc/fstab sudo rm etc/fstab sudo cp -r old/etc/fstab etc/fstab ``` @@ -58,7 +57,7 @@ sudo cp -r old/etc/fstab etc/fstab ```bash cd .. sudo umount mnt -sudo losetup -d /dev/loopx +sudo losetup -d /dev/loopX ``` ### 刷写镜像 @@ -92,7 +91,9 @@ sudo dd if=ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img of=/dev/sdX [![asciicast](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a.svg)](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a) ```log -[root@archlinux ~]# cat /etc/os-release +archlinux login: root +Password: +[root@archlinux ~]# cat /etc/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch @@ -105,18 +106,17 @@ BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo [root@archlinux ~]# uname -a -Linux archlinux 6.8.0-31-generic #31.1-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 21 01:12:53 UTC 2024 riscv64 GNU/Linux +Linux archlinux 6.11.0-8-generic #8.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 1 11:40:56 UTC 2024 riscv64 GNU/Linux [root@archlinux ~]# cat /proc/cpuinfo processor : 0 hart : 0 -isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd mmu : sv39 uarch : thead,c906 mvendorid : 0x5b7 marchid : 0x0 mimpid : 0x0 -hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm - +hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd ``` @@ -129,4 +129,4 @@ hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm ## 测试结论 -成功 \ No newline at end of file +成功 From 76b6ae8966a1cfd4aa2b2da0a123c8ab1ff5d3ed Mon Sep 17 00:00:00 2001 From: PangLAN Date: Wed, 4 Dec 2024 18:45:25 +0800 Subject: [PATCH 2/9] NeZha: frok from D1_LICHEERV --- NeZha/ArchLinux/README.md | 137 ++++++++++++++++++++++++++++++++++ NeZha/ArchLinux/README_zh.md | 131 ++++++++++++++++++++++++++++++++ NeZha/Debian/README.md | 105 ++++++++++++++++++++++++++ NeZha/Debian/README_zh.md | 96 ++++++++++++++++++++++++ NeZha/Fedora/README.md | 121 ++++++++++++++++++++++++++++++ NeZha/Fedora/README_zh.md | 112 +++++++++++++++++++++++++++ NeZha/OpenWrt/README.md | 98 ++++++++++++++++++++++++ NeZha/OpenWrt/README_zh.md | 89 ++++++++++++++++++++++ NeZha/README.md | 76 +++++++++++++++++++ NeZha/README_zh.md | 71 ++++++++++++++++++ NeZha/TinaLinux/README.md | 88 ++++++++++++++++++++++ NeZha/TinaLinux/README_zh.md | 80 ++++++++++++++++++++ NeZha/Ubuntu/README.md | 120 +++++++++++++++++++++++++++++ NeZha/Ubuntu/README_LTS.md | 136 +++++++++++++++++++++++++++++++++ NeZha/Ubuntu/README_LTS_zh.md | 128 +++++++++++++++++++++++++++++++ NeZha/Ubuntu/README_zh.md | 111 +++++++++++++++++++++++++++ NeZha/openEuler/README.md | 100 +++++++++++++++++++++++++ NeZha/openEuler/README_zh.md | 91 ++++++++++++++++++++++ NeZha/openSUSE/README.md | 103 +++++++++++++++++++++++++ NeZha/openSUSE/README_zh.md | 95 +++++++++++++++++++++++ NeZha/others.yml | 8 ++ 21 files changed, 2096 insertions(+) create mode 100644 NeZha/ArchLinux/README.md create mode 100644 NeZha/ArchLinux/README_zh.md create mode 100644 NeZha/Debian/README.md create mode 100644 NeZha/Debian/README_zh.md create mode 100644 NeZha/Fedora/README.md create mode 100644 NeZha/Fedora/README_zh.md create mode 100644 NeZha/OpenWrt/README.md create mode 100644 NeZha/OpenWrt/README_zh.md create mode 100644 NeZha/README.md create mode 100644 NeZha/README_zh.md create mode 100644 NeZha/TinaLinux/README.md create mode 100644 NeZha/TinaLinux/README_zh.md create mode 100644 NeZha/Ubuntu/README.md create mode 100644 NeZha/Ubuntu/README_LTS.md create mode 100644 NeZha/Ubuntu/README_LTS_zh.md create mode 100644 NeZha/Ubuntu/README_zh.md create mode 100644 NeZha/openEuler/README.md create mode 100644 NeZha/openEuler/README_zh.md create mode 100644 NeZha/openSUSE/README.md create mode 100644 NeZha/openSUSE/README_zh.md create mode 100644 NeZha/others.yml diff --git a/NeZha/ArchLinux/README.md b/NeZha/ArchLinux/README.md new file mode 100644 index 00000000..d3114001 --- /dev/null +++ b/NeZha/ArchLinux/README.md @@ -0,0 +1,137 @@ +--- +sys: archlinux +sys_ver: null +sys_var: null + +status: basic +last_update: 2024-12-04 +--- + +# Arch Linux AWOL Nezha D1 Test Report + +## Test Environment + +### Operating System Information + +- Base Image: Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) + - Or any arbitrary image for D1 +- Rootfs:[archriscv-2024-09-22.tar.zst](https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst) +- Reference Installation Document: https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 + +### Hardware Information + +- Nezha D1 +- A Type-C Power Cable +- A UART to USB Debugger +- SD Card + +## Installation Steps + +### Obtain images and rootfs + +Get the base images and rootfs. You can use arbitrary any images for D1 as the base images. + +We have used Debian images and Ubuntu images and know that they work well. Below we use the Ubuntu images as an example. + +```bash +wget https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst +xz -kd ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz +mkdir rfs +tar -xf archriscv-2024-09-22.tar.zst -C rfs +mkdir mnt +``` + +### Replace the rootfs + +Replace the rootfs with the one from the Ubuntu image. Change the following mount points to the correct rootfs for your image. + +```bash +sudo losetup -f +sudo losetup -P /dev/loopX ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz +sudo mount /dev/loopXp1 mnt +cd mnt +sudo mkdir old +sudo mv etc home media mnt opt root srv var usr old/ +sudo cp -r ../rfs/{etc,home,mnt,opt,root,srv,var,usr} . +sudo cp -r old/usr/lib/firmware usr/lib/ +sudo cp -r old/usr/lib/modules/ usr/lib/ +rm etc/fstab +sudo rm etc/fstab +sudo cp -r old/etc/fstab etc/fstab +``` + +Don't forget to clean up the files. + +```bash +cd .. +sudo umount mnt +sudo losetup -d /dev/loopX +``` + +### Flash the image + +Flash the image to the SD card. + +```bash +sudo wipefs -a /dev/sdX +sudo dd if=ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz of=/dev/sdX bs=4M status=progress +``` + +### Logging into the System + +Logging into the system via the serial port. + +Default Username: `root` +Default Password: `archriscv` + +## 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 + +Screen recording (from flashing the image to logging into the system): +[![asciicast](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a.svg)](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a) + +```log +archlinux login: root +Password: +[root@archlinux ~]# cat /etc/os-release +NAME="Arch Linux" +PRETTY_NAME="Arch Linux" +ID=arch +BUILD_ID=rolling +ANSI_COLOR="38;2;23;147;209" +HOME_URL="https://archlinux.org/" +DOCUMENTATION_URL="https://wiki.archlinux.org/" +SUPPORT_URL="https://bbs.archlinux.org/" +BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" +PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" +LOGO=archlinux-logo +[root@archlinux ~]# uname -a +Linux archlinux 6.11.0-8-generic #8.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 1 11:40:56 UTC 2024 riscv64 GNU/Linux +[root@archlinux ~]# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 +hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful diff --git a/NeZha/ArchLinux/README_zh.md b/NeZha/ArchLinux/README_zh.md new file mode 100644 index 00000000..7559e53e --- /dev/null +++ b/NeZha/ArchLinux/README_zh.md @@ -0,0 +1,131 @@ +# Arch Linux LicheeRV / AWOL Nezha D1 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 基础镜像:Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) + - 或任意 D1 的镜像 +- Rootfs:[archriscv-2024-09-22.tar.zst](https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst) +- 参考安装文档:https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 +h + +### 硬件信息 + +- Nezha D1 +- Type-C 电源线一根 +- UART 转 USB 调试器一个 +- SD 卡 + +## 安装步骤 + +### 获取镜像和 rootfs + +下载基础镜像和 rootfs。任何 D1 的镜像都可以作为基础镜像。 + +Debian 镜像和 Ubuntu 镜像曾被验证过能工作。接下来以 Ubuntu 镜像为例。 + +```bash +wget https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst +xz -kd ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz +mkdir rfs +tar -xf archriscv-2024-09-22.tar.zst -C rfs +mkdir mnt +``` + +### 替换 rootfs + +用 Arch Linux 的 rootfs 替换 Ubuntu 镜像中的 rootfs。将下面的分区更改为正确的 rootfs 分区。 + +```bash +sudo losetup -f +sudo losetup -P /dev/loopX ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz +sudo mount /dev/loopXp1 mnt +cd mnt +sudo mkdir old +sudo mv etc home media mnt opt root srv var usr old/ +sudo cp -r ../rfs/{etc,home,mnt,opt,root,srv,var,usr} . +sudo cp -r old/usr/lib/firmware usr/lib/ +sudo cp -r old/usr/lib/modules/ usr/lib/ +sudo rm etc/fstab +sudo cp -r old/etc/fstab etc/fstab +``` + +清理工作。 + +```bash +cd .. +sudo umount mnt +sudo losetup -d /dev/loopX +``` + +### 刷写镜像 + +将镜像刷写到 SD 卡。 + +```bash +sudo wipefs -a /dev/sdX +sudo dd if=ubuntu-24.10-preinstalled-server-riscv64+nezha.img.xz of=/dev/sdX bs=4M status=progress +``` + + +### 登录系统 + +通过串口登录系统。 + +默认用户名:`root` +默认密码:`archriscv` + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +屏幕录像(从刷写镜像到登录系统): +[![asciicast](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a.svg)](https://asciinema.org/a/G3j3MjoOZ8rcTD28kfMLDao6a) + +```log +archlinux login: root +Password: +[root@archlinux ~]# cat /etc/os-release +NAME="Arch Linux" +PRETTY_NAME="Arch Linux" +ID=arch +BUILD_ID=rolling +ANSI_COLOR="38;2;23;147;209" +HOME_URL="https://archlinux.org/" +DOCUMENTATION_URL="https://wiki.archlinux.org/" +SUPPORT_URL="https://bbs.archlinux.org/" +BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" +PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" +LOGO=archlinux-logo +[root@archlinux ~]# uname -a +Linux archlinux 6.11.0-8-generic #8.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 1 11:40:56 UTC 2024 riscv64 GNU/Linux +[root@archlinux ~]# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 +hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd + +``` + + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +成功 diff --git a/NeZha/Debian/README.md b/NeZha/Debian/README.md new file mode 100644 index 00000000..34d3029f --- /dev/null +++ b/NeZha/Debian/README.md @@ -0,0 +1,105 @@ +--- +sys: debian +sys_ver: 11 +sys_var: null + +status: good +last_update: 2024-06-21 +--- + +# Debian 11 D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: Debian +- Download Link: [http://www.perfxlab.cn:8080/rvboards/](http://www.perfxlab.cn:8080/rvboards/) + - Web Disk: [https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag](https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag) Access Code: 3o5v +- Reference Installation Document: [https://d1.docs.aw-ol.com/strong/strong_4debian/#v041](https://d1.docs.aw-ol.com/strong/strong_4debian/#v041) + +### Hardware Information + +- AWOL Nezha D1 +- Power Adapter +- A microSD card +- A USB to UART Debugger + +## Installation Steps + +### Flashing Image + +Use `unzip` to decompress the image. +Clear your SD card. +Use `dd` to write the image to the microSD card. + +```bash +unzip /path/to/RVBoards_D1_Debian_lxde_img_linux.img.zip +sudo wipefs -a /dev/your_device +sudo dd if=/path/to/RVBoards_D1_Debian_lxde_img_linux.img 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: `rvboards` + +## 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 + +Screen recording (From flashing image to login): + +[![asciicast](https://asciinema.org/a/7osW4u2FvkucqlfODK4nEBMQm.svg)](https://asciinema.org/a/7osW4u2FvkucqlfODK4nEBMQm) + +```log +Debian GNU/Linux 11 RVBoards ttyS0 + +RVBoards login: root +Password: + +Login incorrect +RVBoards login: root +Password: +Linux RVBoards 5.4.61 #12 PREEMPT Thu Jun 3 08:39:01 UTC 2021 riscv64 + +The programs included with the Debian GNU/Linux system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent +permitted by applicable law. +Last login: Wed May 19 18:39:24 CST 2021 on ttyS0 +root@RVBoards:~# uname -a +Linux RVBoards 5.4.61 #12 PREEMPT Thu Jun 3 08:39:01 UTC 2021 riscv64 GNU/Linux +root@RVBoards:~# cat /etc/os-release +PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" +NAME="Debian GNU/Linux" +VERSION_ID="11" +VERSION="11 (bullseye)" +VERSION_CODENAME=bullseye +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" +root@RVBoards:~# + +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/Debian/README_zh.md b/NeZha/Debian/README_zh.md new file mode 100644 index 00000000..3e55fc64 --- /dev/null +++ b/NeZha/Debian/README_zh.md @@ -0,0 +1,96 @@ +# Debian 11 D1 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 系统版本:Debian +- 下载链接:[http://www.perfxlab.cn:8080/rvboards/](http://www.perfxlab.cn:8080/rvboards/) + - 网盘:[https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag](https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag) 提取码:3o5v +- 参考安装文档:[https://d1.docs.aw-ol.com/strong/strong_4debian/#v041](https://d1.docs.aw-ol.com/strong/strong_4debian/#v041) + +### 硬件信息 + +- AWOL Nezha D1 +- 电源适配器 +- microSD 卡一张 +- USB to UART 调试器一个 + +## 安装步骤 + +### 刷写镜像 + +使用 `unzip` 解压镜像。 +清空你的 sd 卡。 +使用 `dd` 将镜像写入 microSD 卡。 + +```bash +unzip /path/to/RVBoards_D1_Debian_lxde_img_linux.img.zip +sudo wipefs -a /dev/your_device +sudo dd if=/path/to/RVBoards_D1_Debian_lxde_img_linux.img of=/dev/your_device bs=1M status=progress +``` + +### 登录系统 + +通过串口登录系统。 + +默认用户名:`root` +默认密码:`rvboards` + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +屏幕录像(从刷写镜像到登录系统): + +[![asciicast](https://asciinema.org/a/7osW4u2FvkucqlfODK4nEBMQm.svg)](https://asciinema.org/a/7osW4u2FvkucqlfODK4nEBMQm) + +```log +Debian GNU/Linux 11 RVBoards ttyS0 + +RVBoards login: root +Password: + +Login incorrect +RVBoards login: root +Password: +Linux RVBoards 5.4.61 #12 PREEMPT Thu Jun 3 08:39:01 UTC 2021 riscv64 + +The programs included with the Debian GNU/Linux system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent +permitted by applicable law. +Last login: Wed May 19 18:39:24 CST 2021 on ttyS0 +root@RVBoards:~# uname -a +Linux RVBoards 5.4.61 #12 PREEMPT Thu Jun 3 08:39:01 UTC 2021 riscv64 GNU/Linux +root@RVBoards:~# cat /etc/os-release +PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" +NAME="Debian GNU/Linux" +VERSION_ID="11" +VERSION="11 (bullseye)" +VERSION_CODENAME=bullseye +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" +root@RVBoards:~# + +``` + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/Fedora/README.md b/NeZha/Fedora/README.md new file mode 100644 index 00000000..4668ff3f --- /dev/null +++ b/NeZha/Fedora/README.md @@ -0,0 +1,121 @@ +--- +sys: fedora +sys_ver: 36 +sys_var: null + +status: good +last_update: 2024-06-21 +--- + +# Fedora 36 D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: Fedora 36 +- Download Link: [https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/](https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/) +- Reference Installation Document: [https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn](https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn) + +### Hardware Information + +- AWOL Nezha D1 +- Power Adapter +- A microSD Card +- A USB to UART Debugger + +## Installation Steps + +### Flashing Image + +Use `unzstd` to decompress the image. +Clear your sd card. +Use `dd` to flash the image to the microSD card. + +```bash +unzstd /path/to/fedora.raw.zst +sudo wipefs -a /dev/your_device +sudo dd if=/path/to/fedora.raw of=/dev/your_device bs=1M status=progress +``` + +### Logging into the System + +*System startup is relatively slow.* + +Logging into to the system through the serial port. + +Default Username: `root` +Default Password: `riscv` + +## Expected Results + +The system should boot normally and allow login via the onboard serial port. + +## Actual Results + +The system booted normally, successfully logged in via the onboard serial port, and was able to enter the desktop. + +### Boot Log + +Screen recording (flashing image): + +[![asciicast](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3.svg)](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3) + +Screen recording (system startup): + +[![asciicast](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j.svg)](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j) + +```log +Welcome to the Fedora RISC-V disk image +https://openkoji.iscas.ac.cn/koji/ + +Build date: Fri Jul 15 17:21:32 UTC 2022 + +Kernel 5.4.61 on an riscv64 (ttyS0) + +The root password is 'riscv'. +root password logins are disabled in SSH starting Fedora. + +If DNS isn’t working, try editing ‘/etc/yum.repos.d/fedora-riscv.repo’. + +For updates and latest information read: +https://fedoraproject.org/wiki/Architectures/RISC-V + +Fedora RISC-V +------------- +fedora-riscv login: root +Password: +Last login: Sun Jul 17 00:20:39 on pts/0 +[ 194.914653] proc: Bad value for 'hidepid' +[root@fedora-riscv ~]# neofetch + .',;::::;,'. + .';:cccccccccccc:;,. ----------------- + .;cccccccccccccccccccccc;. OS: Fedora Linux 36 (Thirty Six) riscv64 + .:cccccccccccccccccccccccccc:. Host: sun20iw1p1 + .;ccccccccccccc;.:dddl:.;ccccccc;. Kernel: 5.4.61 + .:ccccccccccccc;OWMKOOXMWd;ccccccc:. Uptime: 3 mins +.:ccccccccccccc;KMMc;cc;xMMc:ccccccc:. Packages: 1546 (rpm) +,cccccccccccccc;MMM.;cc;;WW::cccccccc, Shell: bash 5.1.16 +:cccccccccccccc;MMM.;cccccccccccccccc: Terminal: /dev/ttyS0 +:ccccccc;oxOOOo;MMM0OOk.;cccccccccccc: CPU: (1) @ 1.008GHz +cccccc:0MMKxdd:;MMMkddc.;cccccccccccc; Memory: 313MiB / 1975MiB +ccccc:XM0';cccc;MMM.;cccccccccccccccc' +ccccc;MMo;ccccc;MMW.;ccccccccccccccc; +ccccc;0MNc.ccc.xMMd:ccccccccccccccc; +cccccc;dNMWXXXWM0::cccccccccccccc:, +cccccccc;.:odl:.;cccccccccccccc:,. +:cccccccccccccccccccccccccccc:'. +.:cccccccccccccccccccccc:;,.. + '::cccccccccccccc::;,. + +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/Fedora/README_zh.md b/NeZha/Fedora/README_zh.md new file mode 100644 index 00000000..b1bea530 --- /dev/null +++ b/NeZha/Fedora/README_zh.md @@ -0,0 +1,112 @@ +# Fedora 36 D1 测试报告 + +## 测试环境 + +### 系统信息 + +- 系统版本:Fedora 36 +- 下载链接:[https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/](https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/) +- 参考安装文档:[https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn](https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn) + +### 硬件信息 + +- AWOL Nezha D1 +- 电源适配器 +- microSD 卡一张 +- USB to UART 调试器一个 + +## 安装步骤 + +### 刷写镜像 + +使用 `unzstd` 解压镜像。 +清空你的 sd 卡。 +使用 `dd` 将镜像写入 microSD 卡。 + +```bash +unzstd /path/to/fedora.raw.zst +sudo wipefs -a /dev/your_device +sudo dd if=/path/to/fedora.raw of=/dev/your_device bs=1M status=progress +``` + +### 登录系统 + +*系统启动较为缓慢。* + +通过串口登录系统。 + +默认用户名: `root` +默认密码: `riscv` + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。能进入桌面。 + +### 启动信息 + +屏幕录像(刷写镜像): + +[![asciicast](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3.svg)](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3) + +屏幕录像(启动系统): + +[![asciicast](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j.svg)](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j) + +```log +Welcome to the Fedora RISC-V disk image +https://openkoji.iscas.ac.cn/koji/ + +Build date: Fri Jul 15 17:21:32 UTC 2022 + +Kernel 5.4.61 on an riscv64 (ttyS0) + +The root password is 'riscv'. +root password logins are disabled in SSH starting Fedora. + +If DNS isn’t working, try editing ‘/etc/yum.repos.d/fedora-riscv.repo’. + +For updates and latest information read: +https://fedoraproject.org/wiki/Architectures/RISC-V + +Fedora RISC-V +------------- +fedora-riscv login: root +Password: +Last login: Sun Jul 17 00:20:39 on pts/0 +[ 194.914653] proc: Bad value for 'hidepid' +[root@fedora-riscv ~]# neofetch + .',;::::;,'. + .';:cccccccccccc:;,. ----------------- + .;cccccccccccccccccccccc;. OS: Fedora Linux 36 (Thirty Six) riscv64 + .:cccccccccccccccccccccccccc:. Host: sun20iw1p1 + .;ccccccccccccc;.:dddl:.;ccccccc;. Kernel: 5.4.61 + .:ccccccccccccc;OWMKOOXMWd;ccccccc:. Uptime: 3 mins +.:ccccccccccccc;KMMc;cc;xMMc:ccccccc:. Packages: 1546 (rpm) +,cccccccccccccc;MMM.;cc;;WW::cccccccc, Shell: bash 5.1.16 +:cccccccccccccc;MMM.;cccccccccccccccc: Terminal: /dev/ttyS0 +:ccccccc;oxOOOo;MMM0OOk.;cccccccccccc: CPU: (1) @ 1.008GHz +cccccc:0MMKxdd:;MMMkddc.;cccccccccccc; Memory: 313MiB / 1975MiB +ccccc:XM0';cccc;MMM.;cccccccccccccccc' +ccccc;MMo;ccccc;MMW.;ccccccccccccccc; +ccccc;0MNc.ccc.xMMd:ccccccccccccccc; +cccccc;dNMWXXXWM0::cccccccccccccc:, +cccccccc;.:odl:.;cccccccccccccc:,. +:cccccccccccccccccccccccccccc:'. +.:cccccccccccccccccccccc:;,.. + '::cccccccccccccc::;,. + +``` + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/OpenWrt/README.md b/NeZha/OpenWrt/README.md new file mode 100644 index 00000000..a0d070a8 --- /dev/null +++ b/NeZha/OpenWrt/README.md @@ -0,0 +1,98 @@ +--- +sys: openwrt +sys_ver: 23.05.2 +sys_var: null + +status: basic +last_update: 2024-06-21 +--- + +# OpenWrt 23.05.2 D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: OpenWrt 23.05.2 +- Download Links (OpenWrt Firmware Selector): + - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha +- Reference Installation Document: https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 + +> In the OpenWrt Firmware Selector, you can custom-build the system image online, adding the pre-installed packages you need. For this test, we used the **unmodified** original image. + +### Hardware Information + +- AWOL Nezha D1 +- A USB-A power adapter +- A USB-A to C cable +- A microSD card +- A USB to UART debugger (e.g., CH340, CH341, FT2232, etc.) +- Three DuPont wires + +## Installation Steps + +### Flashing Image to microSD Card + +Use `dd` to flash the image to the microSD card. + +```bash +xz -dkv openwrt-d1-generic-nezha-squashfs-sdcard.img.gz +sudo dd if=openwrt-d1-generic-nezha-squashfs-sdcard.img of=/dev/sdc status=progress +``` + +### Logging into the System + +Log into the system via the serial port. + +## 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 +BusyBox v1.36.1 (2024-03-13 22:51:23 UTC) built-in shell (ash) + + _______ ________ __ + | |.-----.-----.-----.| | | |.----.| |_ + | - || _ | -__| || | | || _|| _| + |_______|| __|_____|__|__||________||__| |____| + |__| W I R E L E S S F R E E D O M + ----------------------------------------------------- + OpenWrt SNAPSHOT, r25540-7b89388674 + ----------------------------------------------------- +=== WARNING! ===================================== +There is no root password defined on this device! +Use the "passwd" command to set up a new password +in order to prevent unauthorized SSH logins. +-------------------------------------------------- +root@OpenWrt:/# uname -a +Linux OpenWrt 6.1.81 #0 SMP Wed Mar 13 22:51:23 2024 riscv64 GNU/Linux +root@OpenWrt:/# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 +``` + +Screen recording (From flashing image to logging into the system): + +[![asciicast](https://asciinema.org/a/FtuRf4hQ7gWi0lTR4JkBxXJMw.svg)](https://asciinema.org/a/FtuRf4hQ7gWi0lTR4JkBxXJMw) + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/OpenWrt/README_zh.md b/NeZha/OpenWrt/README_zh.md new file mode 100644 index 00000000..d02350f6 --- /dev/null +++ b/NeZha/OpenWrt/README_zh.md @@ -0,0 +1,89 @@ +# OpenWrt 23.05.2 D1 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 系统版本:OpenWrt 23.05.2 +- 下载链接(OpenWrt Firmware Selector): + - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha +- 参考安装文档:https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 + +> 在 OpenWrt Firmware Selector 中可以在线定制构建系统镜像,添加用户所需要的预装软件包。本次测试使用的为**未经修改**的原版镜像。 + +### 硬件信息 + +- AWOL Nezha D1 +- USB-A 电源一个 +- USB-A to C 线缆一条 +- microSD 卡一张 +- USB to UART 调试器一个(如:CH340, CH341, FT2232 等) +- 杜邦线三根 + +## 安装步骤 + +### 刷写镜像到 microSD 卡 + +使用 `dd` 刷入镜像到 microSD 卡。 + +```bash +xz -dkv openwrt-d1-generic-nezha-squashfs-sdcard.img.gz +sudo dd if=openwrt-d1-generic-nezha-squashfs-sdcard.img of=/dev/sdc status=progress +``` + +### 登录系统 + +通过串口登录系统。 + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +```log +BusyBox v1.36.1 (2024-03-13 22:51:23 UTC) built-in shell (ash) + + _______ ________ __ + | |.-----.-----.-----.| | | |.----.| |_ + | - || _ | -__| || | | || _|| _| + |_______|| __|_____|__|__||________||__| |____| + |__| W I R E L E S S F R E E D O M + ----------------------------------------------------- + OpenWrt SNAPSHOT, r25540-7b89388674 + ----------------------------------------------------- +=== WARNING! ===================================== +There is no root password defined on this device! +Use the "passwd" command to set up a new password +in order to prevent unauthorized SSH logins. +-------------------------------------------------- +root@OpenWrt:/# uname -a +Linux OpenWrt 6.1.81 #0 SMP Wed Mar 13 22:51:23 2024 riscv64 GNU/Linux +root@OpenWrt:/# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 +``` + +屏幕录像(从刷写镜像到登录系统): + +[![asciicast](https://asciinema.org/a/FtuRf4hQ7gWi0lTR4JkBxXJMw.svg)](https://asciinema.org/a/FtuRf4hQ7gWi0lTR4JkBxXJMw) + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/README.md b/NeZha/README.md new file mode 100644 index 00000000..302b227d --- /dev/null +++ b/NeZha/README.md @@ -0,0 +1,76 @@ +--- +product: AWOL Nezha +cpu: D1 (D1-H) +cpu_core: XuanTie C906 +--- + +# Allwinner Nezha + +## Test Environment + +### Operating System Information + +- openEuler RISC-V 23.03 Preview + - Download link: [ISCAS Mirror][oERVDL] + - Options available for images with Xfce desktop or command-line only Base images + - Reference Installation Document: [openEuler/RISC-V][oERVXfce] +- Tina Linux + - Download links: + - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ + - Reference Installation Document: + - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ +- Ubuntu + - 24.10 Download link: https://ubuntu.com/download/risc-v + - Mirror: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Bnezha.img.xz) + - 24.04.1 LTS Download link: https://ubuntu.com/download/risc-v + - Mirror: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) + - Reference Installation Document: + - Nezha D1: https://wiki.ubuntu.com/RISC-V/Nezha%20D1 +- OpenWrt 23.05.2 + - Download links (OpenWrt Firmware Selector): + - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha + - Reference Installation Document: https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 +- Debian + - Download link: http://www.perfxlab.cn:8080/rvboards/ + - Reference Installation Document: https://d1.docs.aw-ol.com/strong/strong_4debian/#v041 +- Fedora 36 + - Download link: https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/ + - Reference Installation Document: https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn +- Arch Linux + - Base Image: Ubuntu 24.10 Beta: [ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz) + - Or any arbitrary image for D1 + - Rootfs: [archriscv-20220727.tar.zst](https://archriscv.felixc.at/images/archriscv-20220727.tar.zst) + - Reference Installation Document: https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 +- openSUSE Tumbleweed + - Download link: [https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) + - Reference Installation Document: [https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) + +### Hardware Information + +- AWOL Nezha + +## Test Results + +| Software Category | Package Name | Test Result (Test Report) | +|----------------------------------|--------------|--------------------------------------------| +| openEuler/Base Image Boot | N/A | [Successful][oERV] | +| openEuler/Xfce Image Boot | Xfce Desktop | [Successful][oERV] | +| Tina-Linux Image Boot - Nezha D1 | N/A | [Successful][TinaNezha] (Official Support) | +| Ubuntu Image Boot | N/A | [CFT][Ubuntu] (Official Support) | +| Ubuntu LTS Image Boot | N/A | [CFT][Ubuntu LTS] (Official Support) | +| OpenWrt Image Boot | N/A | [Successful][OpenWrt] (Official Support) | +| Debian Image Boot | N/A | [Successful][Debian] | +| Fedora Image Boot | N/A | [Successful][Fedora] | +| openSUSE Image Boot | N/A | [Successful][openSUSE] | +| Arch Linux Image Boot | N/A | [Successful][Arch] | + +[oERVDL]: https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ +[oERV]: ./openEuler/README.md +[TinaNezha]: ./TinaLinux/README.md +[Ubuntu]: ./Ubuntu/README.md +[Ubuntu LTS]: ./Ubuntu/README_LTS.md +[OpenWrt]: ./OpenWrt/README.md +[Debian]: ./Debian/README.md +[Fedora]: ./Fedora/README.md +[openSUSE]: ./openSUSE/README.md +[Arch]: ./ArchLinux/README.md diff --git a/NeZha/README_zh.md b/NeZha/README_zh.md new file mode 100644 index 00000000..7ee16246 --- /dev/null +++ b/NeZha/README_zh.md @@ -0,0 +1,71 @@ +# AWOL Nezha D1 + +## 测试环境 + +### 操作系统信息 + +- openEuler RISC-V 23.03 Preview + - 下载链接:[ISCAS Mirror][oERVDL] + - 可选包含 Xfce 桌面的镜像或者仅提供命令行的 Base 镜像 + - 参考安装文档:[openEuler/RISC-V][oERVXfce] +- Tina Linux + - 下载链接: + - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ + - 参考安装文档: + - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ +- Ubuntu + - 24.10 下载链接: https://ubuntu.com/download/risc-v + - 镜像站: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Bnezha.img.xz) + - 24.04.1 LTS 下载链接: https://ubuntu.com/download/risc-v + - 镜像站: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) + - 参考安装文档: + - Nezha D1: https://wiki.ubuntu.com/RISC-V/Nezha%20D1 +- OpenWrt 23.05.2 + - 下载链接(OpenWrt Firmware Selector): + - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha + - 参考安装文档:https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 +- Debian + - 下载链接:http://www.perfxlab.cn:8080/rvboards/ + - 参考安装文档:https://d1.docs.aw-ol.com/strong/strong_4debian/#v041 +- Fedora 36 + - 下载链接:https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/ + - 参考安装文档:https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn +- Arch Linux + - 基础镜像:Ubuntu 24.10 Beta: [ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz) + - 或任意 D1 的镜像 + - Rootfs:[archriscv-20220727.tar.zst](https://archriscv.felixc.at/images/archriscv-20220727.tar.zst) + - 参考安装文档:https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 + h +- openSUSE Tumbleweed + - 下载链接:[https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) + - 参考安装文档:[https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) + +### 硬件开发板信息 + +- AWOL Nezha D1 + +## 测试结果 + +| 软件分类 | 软件包名 | 测试结果(测试报告) | +| ------------------------------ | ------------ | ----------------------------- | +| openEuler/Base 镜像启动 | N/A | [成功][oERV] | +| openEuler/Xfce 镜像启动 | Xfce Desktop | [成功][oERV] | +| Tina-Linux 镜像启动 - Nezha D1 | N/A | [成功][TinaNezha](官方支持) | +| Ubuntu 镜像启动 | N/A | [CFT][Ubuntu](官方支持) | +| Ubuntu LTS 镜像启动 | N/A | [CFT][Ubuntu-LTS](官方支持) | +| OpenWrt 镜像启动 | N/A | [成功][OpenWrt](官方支持) | +| Debian 镜像启动 | N/A | [成功][Debian] | +| Fedora 镜像启动 | N/A | [成功][Fedora] | +| openSUSE 镜像启动 | N/A | [成功][openSUSE] | +| Arch Linux 镜像启动 | N/A | [成功][Arch] | + +[oERVDL]: https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ +[oERV]: ./openEuler/README_zh.md +[TinaNezha]: ./TinaLinux/README_zh.md +[Ubuntu]: ./Ubuntu/README_zh.md +[Ubuntu-LTS]: ./Ubuntu/README_LTS_zh.md +[OpenWrt]: ./OpenWrt/README_zh.md +[Debian]: ./Debian/README_zh.md +[Fedora]: ./Fedora/README_zh.md +[openSUSE]: ./openSUSE/README_zh.md +[Arch]: ./ArchLinux/README_zh.md diff --git a/NeZha/TinaLinux/README.md b/NeZha/TinaLinux/README.md new file mode 100644 index 00000000..a6cd56ba --- /dev/null +++ b/NeZha/TinaLinux/README.md @@ -0,0 +1,88 @@ +--- +sys: tina +sys_ver: 20210804 +sys_var: null + +status: basic +last_update: 2024-06-21 +--- + +# Tina Linux D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: D1-H Nezha HDMI Test Firmware 20210804 +- Download Link: + - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ +- Reference Installation Document: + - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ + +### Hardware Information + +- AWOL Nezha D1 +- USB-A power adapter +- A USB-A to C cable +- A microSD card +- A USB to UART debugger (e.g., CH340, CH341, FT2232, etc.) +- Three Dupont wires + +## Installation Steps + +### Flashing Image to microSD Card + +Use `dd` to flash the image to the microSD card. + +```bash +sudo dd if=D1-H哪吒HDMI测试固件20210804(开机HDMI就有小企鹅启动logo).img of=/dev/sdc status=progress +``` + +### Logging into the System + +Log into the system via the serial port. + +## 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 +BusyBox v1.27.2 () built-in shell (ash) + + _____ _ __ _ +|_ _||_| ___ _ _ | | |_| ___ _ _ _ _ + | | _ | || | | |__ | || || | ||_'_| + | | | || | || _ | |_____||_||_|_||___||_,_| + |_| |_||_|_||_|_| Tina is Based on OpenWrt! + ---------------------------------------------- + Tina Linux (Neptune, 5C1C9C53) + ---------------------------------------------- +root@TinaLinux:/# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdcvu +mmu : sv39 + +root@TinaLinux:/# uname -a +Linux TinaLinux 5.4.61 #49 PREEMPT Wed Apr 28 09:23:43 UTC 2021 riscv64 GNU/Linux +root@TinaLinux:/# +``` + +Screen recording (From flashing image to login): +[![asciicast](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk.svg)](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk) + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/TinaLinux/README_zh.md b/NeZha/TinaLinux/README_zh.md new file mode 100644 index 00000000..7335e680 --- /dev/null +++ b/NeZha/TinaLinux/README_zh.md @@ -0,0 +1,80 @@ +# Tina Linux D1 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 系统版本:D1-H 哪吒 HDMI 测试固件 20210804 +- 下载链接: + - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ +- 参考安装文档: + - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ + +### 硬件信息 + +- AWOL Nezha D1 +- USB-A 电源一个 +- USB-A to C 线缆一条 +- microSD 卡一张 +- USB to UART 调试器一个(如:CH340, CH341, FT2232 等) +- 杜邦线三根 + +## 安装步骤 + +### 刷写镜像到 microSD 卡 + +使用 `dd` 刷入镜像到 microSD 卡。 + +```bash +sudo dd if=D1-H哪吒HDMI测试固件20210804(开机HDMI就有小企鹅启动logo).img of=/dev/sdc status=progress +``` + +### 登录系统 + +通过串口登录系统。 + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +```log +BusyBox v1.27.2 () built-in shell (ash) + + _____ _ __ _ +|_ _||_| ___ _ _ | | |_| ___ _ _ _ _ + | | _ | || | | |__ | || || | ||_'_| + | | | || | || _ | |_____||_||_|_||___||_,_| + |_| |_||_|_||_|_| Tina is Based on OpenWrt! + ---------------------------------------------- + Tina Linux (Neptune, 5C1C9C53) + ---------------------------------------------- +root@TinaLinux:/# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdcvu +mmu : sv39 + +root@TinaLinux:/# uname -a +Linux TinaLinux 5.4.61 #49 PREEMPT Wed Apr 28 09:23:43 UTC 2021 riscv64 GNU/Linux +root@TinaLinux:/# +``` + +屏幕录像(从刷写镜像到登录系统): + +[![asciicast](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk.svg)](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk) + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 \ No newline at end of file diff --git a/NeZha/Ubuntu/README.md b/NeZha/Ubuntu/README.md new file mode 100644 index 00000000..67216def --- /dev/null +++ b/NeZha/Ubuntu/README.md @@ -0,0 +1,120 @@ +--- +sys: ubuntu +sys_ver: 24.10 +sys_var: null + +status: good +last_update: 2024-12-04 +--- + +# Ubuntu 24.10 D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: Ubuntu 24.10 +- Download Link: https://ubuntu.com/download/risc-v +- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1 + +### Hardware Information + +- AWOL Nezha D1 +- A USB-A Power Adapter +- A USB-A to C Cable +- A microSD Card +- A USB to UART Debugger (e.g., CH340, CH341, FT2232, etc.) +- Three DuPont Wires + +## Installation Steps + +### Flashing Image to microSD Card + +Use `dd` to flash the image to the microSD card. + +### Logging into the System + +Logging into the system via the serial port. + +Default Username: `ubuntu` +Default Password: `ubuntu` + +On first login, the system will prompt you to change the password. + +## 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 +Welcome to Ubuntu 24.10 (GNU/Linux 6.11.0-8-generic riscv64) + + * Documentation: https://help.ubuntu.com + * Management: https://landscape.canonical.com + * Support: https://ubuntu.com/pro + + System information as of Mon Oct 7 18:29:49 UTC 2024 + + System load: 2.05 Processes: 27 + Usage of /home: unknown Users logged in: 0 + Memory usage: 5% IPv4 address for eth0: 10.10.10.2 + Swap usage: 0% + +0 updates can be applied immediately. + + + +The programs included with the Ubuntu system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by +applicable law. + +To run a command as administrator (user "root"), use "sudo ". +See "man sudo_root" for details. + +ubuntu@ubuntu:~$ uname -a +Linux ubuntu 6.11.0-8-generic #8.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 1 11:40:56 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux +ubuntu@ubuntu:~$ cat /etc/os-release +PRETTY_NAME="Ubuntu 24.10" +NAME="Ubuntu" +VERSION_ID="24.10" +VERSION="24.10 (Oracular Oriole)" +VERSION_CODENAME=oracular +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=oracular +LOGO=ubuntu-logo +ubuntu@ubuntu:~$ cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 +hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd + +ubuntu@ubuntu:~$ +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/Ubuntu/README_LTS.md b/NeZha/Ubuntu/README_LTS.md new file mode 100644 index 00000000..afa379f3 --- /dev/null +++ b/NeZha/Ubuntu/README_LTS.md @@ -0,0 +1,136 @@ +--- +sys: ubuntu +sys_ver: 24.04.1 +sys_var: LTS + +status: good +last_update: 2024-12-04 +--- + +# Ubuntu 24.04.1 LTS D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: Ubuntu 24.04.1 LTS +- Download Link: https://ubuntu.com/download/risc-v + - Or from mirror sites: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) +- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/LicheeRV + +### Hardware Information + +- AWOL Nezha D1 +- A USB-A Power Adapter +- A USB-A to C Cable +- A microSD Card +- A USB to UART Debugger (e.g., CH340, CH341, FT2232, etc.) +- Three DuPont Wires + +## Installation Steps + +### Flashing Image to microSD Card + +Use `dd` to flash the image to the microSD card. + +### Logging into the System + +Logging into the system via the serial port. + +Default Username: `ubuntu` +Default Password: `ubuntu` + +On first login, the system will prompt you to change the password. + +## 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 +ubuntu login: ubuntu +Password: +You are required to change your password immediately (administrator enforced). +Changing password for ubuntu. +Current password: +New password: +Retype new password: +The password has not been changed. +New password: +Retype new password: +Welcome to Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-41-generic riscv64) + + * Documentation: https://help.ubuntu.com + * Management: https://landscape.canonical.com + * Support: https://ubuntu.com/pro + + System information as of Tue Aug 27 15:32:33 UTC 2024 + + System load: 1.15 Processes: 27 + Usage of /home: unknown Users logged in: 0 + Memory usage: 5% IPv4 address for eth0: 10.10.10.2 + Swap usage: 0% + +Expanded Security Maintenance for Applications is not enabled. + +0 updates can be applied immediately. + +Enable ESM Apps to receive additional future security updates. +See https://ubuntu.com/esm or run: sudo pro status + + + +The programs included with the Ubuntu system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by +applicable law. + +To run a command as administrator (user "root"), use "sudo ". +See "man sudo_root" for details. + +ubuntu@ubuntu:~$ uname -a +Linux ubuntu 6.8.0-41-generic #41.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 13 09:58:43 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux +ubuntu@ubuntu:~$ cat /etc/os-release +PRETTY_NAME="Ubuntu 24.04.1 LTS" +NAME="Ubuntu" +VERSION_ID="24.04" +VERSION="24.04.1 LTS (Noble Numbat)" +VERSION_CODENAME=noble +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=noble +LOGO=ubuntu-logo +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 + +ubuntu@ubuntu:~$ +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/Ubuntu/README_LTS_zh.md b/NeZha/Ubuntu/README_LTS_zh.md new file mode 100644 index 00000000..70d290c3 --- /dev/null +++ b/NeZha/Ubuntu/README_LTS_zh.md @@ -0,0 +1,128 @@ +# Ubuntu 24.04.1 LTS D1 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 系统版本:Ubuntu 24.04.1 LTS +- 下载链接:https://ubuntu.com/download/risc-v + - 或者镜像站:[Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) + +- 参考安装文档:https://wiki.ubuntu.com/RISC-V/LicheeRV + +### 硬件信息 + +- AWOL Nezha D1 +- USB-A 电源一个 +- USB-A to C 线缆一条 +- microSD 卡一张 +- USB to UART 调试器一个(如:CH340, CH341, FT2232 等) +- 杜邦线三根 + +## 安装步骤 + +### 刷写镜像到 microSD 卡 + +使用 `dd` 将镜像写入至 microSD 卡。 + +### 登录系统 + +通过串口登录系统。 + +默认用户名:`ubuntu` +默认密码:`ubuntu` + +初次登录时,系统会提示更改密码。 + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +```log +ubuntu login: ubuntu +Password: +You are required to change your password immediately (administrator enforced). +Changing password for ubuntu. +Current password: +New password: +Retype new password: +The password has not been changed. +New password: +Retype new password: +Welcome to Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-41-generic riscv64) + + * Documentation: https://help.ubuntu.com + * Management: https://landscape.canonical.com + * Support: https://ubuntu.com/pro + + System information as of Tue Aug 27 15:32:33 UTC 2024 + + System load: 1.15 Processes: 27 + Usage of /home: unknown Users logged in: 0 + Memory usage: 5% IPv4 address for eth0: 10.10.10.2 + Swap usage: 0% + +Expanded Security Maintenance for Applications is not enabled. + +0 updates can be applied immediately. + +Enable ESM Apps to receive additional future security updates. +See https://ubuntu.com/esm or run: sudo pro status + + + +The programs included with the Ubuntu system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by +applicable law. + +To run a command as administrator (user "root"), use "sudo ". +See "man sudo_root" for details. + +ubuntu@ubuntu:~$ uname -a +Linux ubuntu 6.8.0-41-generic #41.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 13 09:58:43 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux +ubuntu@ubuntu:~$ cat /etc/os-release +PRETTY_NAME="Ubuntu 24.04.1 LTS" +NAME="Ubuntu" +VERSION_ID="24.04" +VERSION="24.04.1 LTS (Noble Numbat)" +VERSION_CODENAME=noble +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=noble +LOGO=ubuntu-logo +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 + +ubuntu@ubuntu:~$ +``` + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/Ubuntu/README_zh.md b/NeZha/Ubuntu/README_zh.md new file mode 100644 index 00000000..3fcbba3e --- /dev/null +++ b/NeZha/Ubuntu/README_zh.md @@ -0,0 +1,111 @@ +# Ubuntu 24.10 D1 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 系统版本:Ubuntu 24.10 +- 下载链接:https://ubuntu.com/download/risc-v +- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1 + +### 硬件信息 + +- AWOL Nezha D1 +- USB-A 电源一个 +- USB-A to C 线缆一条 +- microSD 卡一张 +- USB to UART 调试器一个(如:CH340, CH341, FT2232 等) +- 杜邦线三根 + +## 安装步骤 + +### 刷写镜像到 microSD 卡 + +使用 `dd` 将镜像写入至 microSD 卡。 + +### 登录系统 + +通过串口登录系统。 + +默认用户名:`ubuntu` +默认密码:`ubuntu` + +初次登录时,系统会提示更改密码。 + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +```log +Welcome to Ubuntu 24.10 (GNU/Linux 6.11.0-8-generic riscv64) + + * Documentation: https://help.ubuntu.com + * Management: https://landscape.canonical.com + * Support: https://ubuntu.com/pro + + System information as of Mon Oct 7 18:29:49 UTC 2024 + + System load: 2.05 Processes: 27 + Usage of /home: unknown Users logged in: 0 + Memory usage: 5% IPv4 address for eth0: 10.10.10.2 + Swap usage: 0% + +0 updates can be applied immediately. + + + +The programs included with the Ubuntu system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by +applicable law. + +To run a command as administrator (user "root"), use "sudo ". +See "man sudo_root" for details. + +ubuntu@ubuntu:~$ uname -a +Linux ubuntu 6.11.0-8-generic #8.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 1 11:40:56 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux +ubuntu@ubuntu:~$ cat /etc/os-release +PRETTY_NAME="Ubuntu 24.10" +NAME="Ubuntu" +VERSION_ID="24.10" +VERSION="24.10 (Oracular Oriole)" +VERSION_CODENAME=oracular +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=oracular +LOGO=ubuntu-logo +ubuntu@ubuntu:~$ cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 +hart isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd + +ubuntu@ubuntu:~$ +``` + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/openEuler/README.md b/NeZha/openEuler/README.md new file mode 100644 index 00000000..50ab8489 --- /dev/null +++ b/NeZha/openEuler/README.md @@ -0,0 +1,100 @@ +--- +sys: openeuler +sys_ver: 23.03 +sys_var: null + +status: good +last_update: 2024-06-21 +--- + +# openEuler RISC-V 23.03 D1 Version Test Report + +## Test Environment + +### Operating System Information + +- System Version: openEuler 23.03 RISC-V preview +- Download Link: [Download Link](https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/) +- Reference Installation Document: [Installation Document](https://gitee.com/openeuler/RISC-V/tree/master/release/openEuler-23.03/Installation_Book/D1_and_Licheerv) + +### Hardware Information + +- AWOL Nezha D1 +- A USB-A power adapter +- A USB-A to C cable +- A microSD card +- A USB to UART debugger (e.g., CH340, CH341, FT2232, etc.) +- Three Dupont wires + +## Installation Steps + +### Using `ruyi` CLI to Flash the Image to the microSD Card + +Install the [`ruyi`](https://github.com/ruyisdk/ruyi) package manager and run `ruyi device provision`, following the prompts. + +### Logging into the System + +Logging to the system via the serial port. + +Default username: `openeuler` or `root` +Default password: `openEuler12#$` + +## 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 +openEuler 23.03 +Kernel 6.1.0-0.rv64 + +openeuler-riscv64 login: c3.11.oe2303.riscv64 on an riscv64 + +openeuler-riscv64 login: root +Password: [ 57.563173] EXT4-fs (mmcblk0p4): resized filesystem to 15498496 + + + +Welcome to 6.1.0-0.rc3.11.oe2303.riscv64 + +System information as of time: Fri Jan 2 08:01:41 CST 1970 + +System load: 3.42 +Processes: 93 +Memory used: 6.8% +Swap used: 0.0% +Usage On: 2% +Users online: 1 + + +[root@openeuler-riscv64 ~]# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 + +[root@openeuler-riscv64 ~]# +``` + +Screen recording (From flashing image to login): + +[![asciicast](https://asciinema.org/a/dJV431qjqOPT6iR7hzieM3G41.svg)](https://asciinema.org/a/dJV431qjqOPT6iR7hzieM3G41) + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/openEuler/README_zh.md b/NeZha/openEuler/README_zh.md new file mode 100644 index 00000000..3b00aecd --- /dev/null +++ b/NeZha/openEuler/README_zh.md @@ -0,0 +1,91 @@ +# openEuler RISC-V 23.03 D1 版本测试报告 + +## 测试环境 + +### 操作系统信息 + +- 系统版本:openEuler 23.03 RISC-V preview +- 下载链接:https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ +- 参考安装文档:https://gitee.com/openeuler/RISC-V/tree/master/release/openEuler-23.03/Installation_Book/D1_and_Licheerv + +### 硬件信息 + +- AWOL Nezha D1 +- USB-A 电源一个 +- USB-A to C 线缆一条 +- microSD 卡一张 +- USB to UART 调试器一个(如:CH340, CH341, FT2232 等) +- 杜邦线三根 + +## 安装步骤 + +### 使用 `ruyi` CLI 刷写镜像到 microSD 卡 + +安装 [`ruyi`](https://github.com/ruyisdk/ruyi) 包管理器,运行 `ruyi device provision` 并按提示操作。 + +### 登录系统 + +通过串口登录系统。 + +默认用户名:`openeuler` 或 `root` +默认密码:`openEuler12#$` + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +```log +openEuler 23.03 +Kernel 6.1.0-0.rv64 + +openeuler-riscv64 login: c3.11.oe2303.riscv64 on an riscv64 + +openeuler-riscv64 login: root +Password: [ 57.563173] EXT4-fs (mmcblk0p4): resized filesystem to 15498496 + + + +Welcome to 6.1.0-0.rc3.11.oe2303.riscv64 + +System information as of time: Fri Jan 2 08:01:41 CST 1970 + +System load: 3.42 +Processes: 93 +Memory used: 6.8% +Swap used: 0.0% +Usage On: 2% +Users online: 1 + + +[root@openeuler-riscv64 ~]# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 + +[root@openeuler-riscv64 ~]# +``` + +屏幕录像(从刷写镜像到登录系统): + +[![asciicast](https://asciinema.org/a/dJV431qjqOPT6iR7hzieM3G41.svg)](https://asciinema.org/a/dJV431qjqOPT6iR7hzieM3G41) + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/openSUSE/README.md b/NeZha/openSUSE/README.md new file mode 100644 index 00000000..1db524a4 --- /dev/null +++ b/NeZha/openSUSE/README.md @@ -0,0 +1,103 @@ +--- +sys: opensuse +sys_ver: 20240115 +sys_var: null + +status: basic +last_update: 2024-06-21 +--- + +# openSUSE Tumbleweed D1 Test Report + +## Test Environment + +### Operating System Information + +- System Version: openSUSE Tumbleweed +- Download Link: [openSUSE-Tumbleweed-RISC-V-JeOS-nezha.riscv64.raw.xz](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) +- Reference Installation Document: [https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) + +### Hardware Information + +- AWOL Nezha D1 +- Power Adapter +- A microSD card +- A USB to UART Debugger + +## Installation Steps + +### Flashing Image + +Use `unxz` to decompress the image. +Use `dd` to flash the image to the microSD card. + +```bash +unxz /path/to/openSUSE.raw.xz +sudo dd if=/path/to/openSUSE.raw of=/dev/your-device bs=1M status=progress +``` + +### Logging into the System + +*System boot may be slow.* + +Logging into the system via serial port. + +Default Username: `root` +Default Password: `linux` + +## Expected Results + +The system should boot normally and allow login through the onboard serial port. + +## Actual Results + +The system booted successfully and login through the onboard serial port was also successful. + +### Boot Log + +Screen recording (From flashing image to logging into the system): + +[![asciicast](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk.svg)](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk) + +```log + +Welcome to openSUSE Tumbleweed 20 +Welcome to openSUSE Tumbleweed 20240115 - Kernel240115 - Kernel 6.5.2-4-default (h 6.5.2-4-default (ttyS0). + + + +localhost login: vc0). + + + +localhost login: root +Password: +Have a lot of fun... +localhost:~ # uname -a +Linux localhost.localdomain 6.5.2-4-default #1 SMP Wed Sep 13 03:16:12 UTC 2023 (b06df44) riscv64 riscv64 riscv64 GNU/Linux +localhost:~ # cat /etc/os-release +NAME="openSUSE Tumbleweed" +# VERSION="20240115" +ID="opensuse-tumbleweed" +ID_LIKE="opensuse suse" +VERSION_ID="20240115" +PRETTY_NAME="openSUSE Tumbleweed" +ANSI_COLOR="0;32" +CPE_NAME="cpe:/o:opensuse:tumbleweed:20240115" +BUG_REPORT_URL="https://bugzilla.opensuse.org" +SUPPORT_URL="https://bugs.opensuse.org" +HOME_URL="https://www.opensuse.org" +DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" +LOGO="distributor-logo-Tumbleweed" + +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/NeZha/openSUSE/README_zh.md b/NeZha/openSUSE/README_zh.md new file mode 100644 index 00000000..2b95a341 --- /dev/null +++ b/NeZha/openSUSE/README_zh.md @@ -0,0 +1,95 @@ +# openSUSE Tumbleweed D1 测试报告 + +## 测试环境 + +### 系统信息 + +- 系统版本:openSUSE Tumbleweed +- 下载链接:[openSUSE-Tumbleweed-RISC-V-JeOS-nezha.riscv64.raw.xz](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) +- 参考安装文档:[https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) + +### 硬件信息 + +- AWOL Nezha D1 +- 电源适配器 +- microSD 卡一张 +- USB to UART 调试器一个 + +## 安装步骤 + +### 刷写镜像 + +使用 `unxz` 解压镜像。 +使用 `dd` 将镜像写入 microSD 卡。 + +```bash +unxz /path/to/openSUSE.raw.xz +sudo dd if=/path/to/openSUSE.raw of=/dev/your-device bs=1M status=progress +``` + +### 登录系统 + +*系统启动较为缓慢。* + +通过串口登录系统。 + +默认用户名: `root` +默认密码: `linux` + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +屏幕录像(从刷写镜像到登录系统): + +[![asciicast](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk.svg)](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk) + + +```log + +Welcome to openSUSE Tumbleweed 20 +Welcome to openSUSE Tumbleweed 20240115 - Kernel240115 - Kernel 6.5.2-4-default (h 6.5.2-4-default (ttyS0). + + + +localhost login: vc0). + + + +localhost login: root +Password: +Have a lot of fun... +localhost:~ # uname -a +Linux localhost.localdomain 6.5.2-4-default #1 SMP Wed Sep 13 03:16:12 UTC 2023 (b06df44) riscv64 riscv64 riscv64 GNU/Linux +localhost:~ # cat /etc/os-release +NAME="openSUSE Tumbleweed" +# VERSION="20240115" +ID="opensuse-tumbleweed" +ID_LIKE="opensuse suse" +VERSION_ID="20240115" +PRETTY_NAME="openSUSE Tumbleweed" +ANSI_COLOR="0;32" +CPE_NAME="cpe:/o:opensuse:tumbleweed:20240115" +BUG_REPORT_URL="https://bugzilla.opensuse.org" +SUPPORT_URL="https://bugs.opensuse.org" +HOME_URL="https://www.opensuse.org" +DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" +LOGO="distributor-logo-Tumbleweed" + +``` + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/NeZha/others.yml b/NeZha/others.yml new file mode 100644 index 00000000..e71398cc --- /dev/null +++ b/NeZha/others.yml @@ -0,0 +1,8 @@ +- sys: rtthread + sys_ver: null + sys_var: null + status: cft +- sys: openharmony + sys_ver: null + sys_var: null + status: cft \ No newline at end of file From 01329bd5107dc1e4afe78a4467084b46bad19163 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Wed, 4 Dec 2024 22:09:05 +0800 Subject: [PATCH 3/9] LicheeRV: delete Nezha --- D1_LicheeRV/ArchLinux/README.md | 12 +-- D1_LicheeRV/ArchLinux/README_zh.md | 12 +-- D1_LicheeRV/Debian/README.md | 2 +- D1_LicheeRV/Debian/README_zh.md | 4 +- D1_LicheeRV/Fedora/README.md | 121 ---------------------------- D1_LicheeRV/Fedora/README_zh.md | 112 ------------------------- D1_LicheeRV/OpenWrt/README.md | 3 +- D1_LicheeRV/OpenWrt/README_zh.md | 5 +- D1_LicheeRV/README.md | 48 +++++------ D1_LicheeRV/README_zh.md | 47 ++++------- D1_LicheeRV/TinaLinux/README.md | 12 ++- D1_LicheeRV/TinaLinux/README_zh.md | 14 ++-- D1_LicheeRV/Ubuntu/README.md | 3 +- D1_LicheeRV/Ubuntu/README_LTS.md | 3 +- D1_LicheeRV/Ubuntu/README_LTS_zh.md | 4 +- D1_LicheeRV/Ubuntu/README_zh.md | 4 +- D1_LicheeRV/openEuler/README.md | 2 +- D1_LicheeRV/openEuler/README_zh.md | 4 +- D1_LicheeRV/openSUSE/README.md | 8 +- D1_LicheeRV/openSUSE/README_zh.md | 10 +-- 20 files changed, 80 insertions(+), 350 deletions(-) delete mode 100644 D1_LicheeRV/Fedora/README.md delete mode 100644 D1_LicheeRV/Fedora/README_zh.md diff --git a/D1_LicheeRV/ArchLinux/README.md b/D1_LicheeRV/ArchLinux/README.md index e2393881..12f7b9fe 100644 --- a/D1_LicheeRV/ArchLinux/README.md +++ b/D1_LicheeRV/ArchLinux/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-12-04 --- -# Arch Linux LicheeRV / AWOL Nezha D1 Test Report +# Arch Linux Lichee RV Dock Test Report ## Test Environment @@ -20,7 +20,7 @@ last_update: 2024-12-04 ### Hardware Information -- Nezha D1/LicheeRV +- Lichee RV Dock - A Type-C Power Cable - A UART to USB Debugger - SD Card @@ -34,9 +34,9 @@ Get the base images and rootfs. You can use arbitrary any images for D1 as the b We have used Debian images and Ubuntu images and know that they work well. Below we use the Ubuntu images as an example. ```bash -wget https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz +wget https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Blicheerv.img.xz wget https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst -xz -kd ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz +xz -kd ubuntu-24.10-preinstalled-server-riscv64+licheerv.img.xz mkdir rfs tar -xf archriscv-20220727.tar.zst -C rfs mkdir mnt @@ -48,7 +48,7 @@ Replace the rootfs with the one from the Ubuntu image. Change the following moun ```bash sudo losetup -f -sudo losetup -P /dev/loopX ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img +sudo losetup -P /dev/loopX ubuntu-24.10-preinstalled-server-riscv64+licheerv.img sudo mount /dev/loopXp1 mnt cd mnt sudo mkdir old @@ -75,7 +75,7 @@ Flash the image to the SD card. ```bash sudo wipefs -a /dev/sdX -sudo dd if=ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img of=/dev/sdX bs=4M status=progress +sudo dd if=ubuntu-24.10-preinstalled-server-riscv64+licheerv.img.xz of=/dev/sdX bs=4M status=progress ``` ### Logging into the System diff --git a/D1_LicheeRV/ArchLinux/README_zh.md b/D1_LicheeRV/ArchLinux/README_zh.md index 247c90d4..1b0ebfbe 100644 --- a/D1_LicheeRV/ArchLinux/README_zh.md +++ b/D1_LicheeRV/ArchLinux/README_zh.md @@ -1,4 +1,4 @@ -# Arch Linux LicheeRV / AWOL Nezha D1 测试报告 +# Arch Linux Lichee RV Dock 测试报告 ## 测试环境 @@ -12,7 +12,7 @@ h ### 硬件信息 -- Nezha D1/LicheeRV +- Lichee RV Dock - Type-C 电源线一根 - UART 转 USB 调试器一个 - SD 卡 @@ -26,9 +26,9 @@ h Debian 镜像和 Ubuntu 镜像曾被验证过能工作。接下来以 Ubuntu 镜像为例。 ```bash -wget https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz +wget https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Blicheerv.img.xz wget https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst -xz -kd ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz +xz -kd ubuntu-24.10-preinstalled-server-riscv64+licheerv.img.xz mkdir rfs tar -xf archriscv-2024-09-22.tar.zst -C rfs mkdir mnt @@ -40,7 +40,7 @@ mkdir mnt ```bash sudo losetup -f -sudo losetup -P /dev/loopX ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img +sudo losetup -P /dev/loopX ubuntu-24.10-preinstalled-server-riscv64+licheerv.img sudo mount /dev/loopXp1 mnt cd mnt sudo mkdir old @@ -66,7 +66,7 @@ sudo losetup -d /dev/loopX ```bash sudo wipefs -a /dev/sdX -sudo dd if=ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img of=/dev/sdX bs=4M status=progress +sudo dd if=ubuntu-24.10-preinstalled-server-riscv64+licheerv.img.xz of=/dev/sdX bs=4M status=progress ``` diff --git a/D1_LicheeRV/Debian/README.md b/D1_LicheeRV/Debian/README.md index 51f309ef..cb2d3b9c 100644 --- a/D1_LicheeRV/Debian/README.md +++ b/D1_LicheeRV/Debian/README.md @@ -20,7 +20,7 @@ last_update: 2024-06-21 ### Hardware Information -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - Power Adapter - A microSD card - A USB to UART Debugger diff --git a/D1_LicheeRV/Debian/README_zh.md b/D1_LicheeRV/Debian/README_zh.md index 21440b14..77af37b4 100644 --- a/D1_LicheeRV/Debian/README_zh.md +++ b/D1_LicheeRV/Debian/README_zh.md @@ -11,7 +11,7 @@ ### 硬件信息 -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - 电源适配器 - microSD 卡一张 - USB to UART 调试器一个 @@ -93,4 +93,4 @@ root@RVBoards:~# ## 测试结论 -测试成功。 \ No newline at end of file +测试成功。 diff --git a/D1_LicheeRV/Fedora/README.md b/D1_LicheeRV/Fedora/README.md deleted file mode 100644 index 6b076b38..00000000 --- a/D1_LicheeRV/Fedora/README.md +++ /dev/null @@ -1,121 +0,0 @@ ---- -sys: fedora -sys_ver: 36 -sys_var: null - -status: good -last_update: 2024-06-21 ---- - -# Fedora 36 D1 Test Report - -## Test Environment - -### Operating System Information - -- System Version: Fedora 36 -- Download Link: [https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/](https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/) -- Reference Installation Document: [https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn](https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn) - -### Hardware Information - -- AWOL Nezha D1 / Sipeed Lichee RV Dock -- Power Adapter -- A microSD Card -- A USB to UART Debugger - -## Installation Steps - -### Flashing Image - -Use `unzstd` to decompress the image. -Clear your sd card. -Use `dd` to flash the image to the microSD card. - -```bash -unzstd /path/to/fedora.raw.zst -sudo wipefs -a /dev/your_device -sudo dd if=/path/to/fedora.raw of=/dev/your_device bs=1M status=progress -``` - -### Logging into the System - -*System startup is relatively slow.* - -Logging into to the system through the serial port. - -Default Username: `root` -Default Password: `riscv` - -## Expected Results - -The system should boot normally and allow login via the onboard serial port. - -## Actual Results - -The system booted normally, successfully logged in via the onboard serial port, and was able to enter the desktop. - -### Boot Log - -Screen recording (flashing image): - -[![asciicast](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3.svg)](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3) - -Screen recording (system startup): - -[![asciicast](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j.svg)](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j) - -```log -Welcome to the Fedora RISC-V disk image -https://openkoji.iscas.ac.cn/koji/ - -Build date: Fri Jul 15 17:21:32 UTC 2022 - -Kernel 5.4.61 on an riscv64 (ttyS0) - -The root password is 'riscv'. -root password logins are disabled in SSH starting Fedora. - -If DNS isn’t working, try editing ‘/etc/yum.repos.d/fedora-riscv.repo’. - -For updates and latest information read: -https://fedoraproject.org/wiki/Architectures/RISC-V - -Fedora RISC-V -------------- -fedora-riscv login: root -Password: -Last login: Sun Jul 17 00:20:39 on pts/0 -[ 194.914653] proc: Bad value for 'hidepid' -[root@fedora-riscv ~]# neofetch - .',;::::;,'. - .';:cccccccccccc:;,. ----------------- - .;cccccccccccccccccccccc;. OS: Fedora Linux 36 (Thirty Six) riscv64 - .:cccccccccccccccccccccccccc:. Host: sun20iw1p1 - .;ccccccccccccc;.:dddl:.;ccccccc;. Kernel: 5.4.61 - .:ccccccccccccc;OWMKOOXMWd;ccccccc:. Uptime: 3 mins -.:ccccccccccccc;KMMc;cc;xMMc:ccccccc:. Packages: 1546 (rpm) -,cccccccccccccc;MMM.;cc;;WW::cccccccc, Shell: bash 5.1.16 -:cccccccccccccc;MMM.;cccccccccccccccc: Terminal: /dev/ttyS0 -:ccccccc;oxOOOo;MMM0OOk.;cccccccccccc: CPU: (1) @ 1.008GHz -cccccc:0MMKxdd:;MMMkddc.;cccccccccccc; Memory: 313MiB / 1975MiB -ccccc:XM0';cccc;MMM.;cccccccccccccccc' -ccccc;MMo;ccccc;MMW.;ccccccccccccccc; -ccccc;0MNc.ccc.xMMd:ccccccccccccccc; -cccccc;dNMWXXXWM0::cccccccccccccc:, -cccccccc;.:odl:.;cccccccccccccc:,. -:cccccccccccccccccccccccccccc:'. -.:cccccccccccccccccccccc:;,.. - '::cccccccccccccc::;,. - -``` - -## Test Criteria - -Successful: The actual result matches the expected result. - -Failed: The actual result does not match the expected result. - -## Test Conclusion - -Test successful. diff --git a/D1_LicheeRV/Fedora/README_zh.md b/D1_LicheeRV/Fedora/README_zh.md deleted file mode 100644 index b6bc0521..00000000 --- a/D1_LicheeRV/Fedora/README_zh.md +++ /dev/null @@ -1,112 +0,0 @@ -# Fedora 36 D1 测试报告 - -## 测试环境 - -### 系统信息 - -- 系统版本:Fedora 36 -- 下载链接:[https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/](https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/) -- 参考安装文档:[https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn](https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn) - -### 硬件信息 - -- AWOL Nezha D1 / Sipeed Lichee RV Dock -- 电源适配器 -- microSD 卡一张 -- USB to UART 调试器一个 - -## 安装步骤 - -### 刷写镜像 - -使用 `unzstd` 解压镜像。 -清空你的 sd 卡。 -使用 `dd` 将镜像写入 microSD 卡。 - -```bash -unzstd /path/to/fedora.raw.zst -sudo wipefs -a /dev/your_device -sudo dd if=/path/to/fedora.raw of=/dev/your_device bs=1M status=progress -``` - -### 登录系统 - -*系统启动较为缓慢。* - -通过串口登录系统。 - -默认用户名: `root` -默认密码: `riscv` - -## 预期结果 - -系统正常启动,能够通过板载串口登录。 - -## 实际结果 - -系统正常启动,成功通过板载串口登录。能进入桌面。 - -### 启动信息 - -屏幕录像(刷写镜像): - -[![asciicast](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3.svg)](https://asciinema.org/a/yAMbaiYvBPLsyUPujOFey6zU3) - -屏幕录像(启动系统): - -[![asciicast](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j.svg)](https://asciinema.org/a/Evalgi6VgUvxs4gUmCtzC8n7j) - -```log -Welcome to the Fedora RISC-V disk image -https://openkoji.iscas.ac.cn/koji/ - -Build date: Fri Jul 15 17:21:32 UTC 2022 - -Kernel 5.4.61 on an riscv64 (ttyS0) - -The root password is 'riscv'. -root password logins are disabled in SSH starting Fedora. - -If DNS isn’t working, try editing ‘/etc/yum.repos.d/fedora-riscv.repo’. - -For updates and latest information read: -https://fedoraproject.org/wiki/Architectures/RISC-V - -Fedora RISC-V -------------- -fedora-riscv login: root -Password: -Last login: Sun Jul 17 00:20:39 on pts/0 -[ 194.914653] proc: Bad value for 'hidepid' -[root@fedora-riscv ~]# neofetch - .',;::::;,'. - .';:cccccccccccc:;,. ----------------- - .;cccccccccccccccccccccc;. OS: Fedora Linux 36 (Thirty Six) riscv64 - .:cccccccccccccccccccccccccc:. Host: sun20iw1p1 - .;ccccccccccccc;.:dddl:.;ccccccc;. Kernel: 5.4.61 - .:ccccccccccccc;OWMKOOXMWd;ccccccc:. Uptime: 3 mins -.:ccccccccccccc;KMMc;cc;xMMc:ccccccc:. Packages: 1546 (rpm) -,cccccccccccccc;MMM.;cc;;WW::cccccccc, Shell: bash 5.1.16 -:cccccccccccccc;MMM.;cccccccccccccccc: Terminal: /dev/ttyS0 -:ccccccc;oxOOOo;MMM0OOk.;cccccccccccc: CPU: (1) @ 1.008GHz -cccccc:0MMKxdd:;MMMkddc.;cccccccccccc; Memory: 313MiB / 1975MiB -ccccc:XM0';cccc;MMM.;cccccccccccccccc' -ccccc;MMo;ccccc;MMW.;ccccccccccccccc; -ccccc;0MNc.ccc.xMMd:ccccccccccccccc; -cccccc;dNMWXXXWM0::cccccccccccccc:, -cccccccc;.:odl:.;cccccccccccccc:,. -:cccccccccccccccccccccccccccc:'. -.:cccccccccccccccccccccc:;,.. - '::cccccccccccccc::;,. - -``` - -## 测试判定标准 - -测试成功:实际结果与预期结果相符。 - -测试失败:实际结果与预期结果不符。 - -## 测试结论 - -测试成功。 \ No newline at end of file diff --git a/D1_LicheeRV/OpenWrt/README.md b/D1_LicheeRV/OpenWrt/README.md index 1eae615d..62b4fefb 100644 --- a/D1_LicheeRV/OpenWrt/README.md +++ b/D1_LicheeRV/OpenWrt/README.md @@ -15,7 +15,6 @@ last_update: 2024-06-21 - System Version: OpenWrt 23.05.2 - Download Links (OpenWrt Firmware Selector): - - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha - Sipeed Lichee RV Dock: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=lichee_rv_dock - Reference Installation Document: https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 @@ -23,7 +22,7 @@ last_update: 2024-06-21 ### Hardware Information -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - A USB-A power adapter - A USB-A to C cable - A microSD card diff --git a/D1_LicheeRV/OpenWrt/README_zh.md b/D1_LicheeRV/OpenWrt/README_zh.md index 4a458a21..18c4bc03 100644 --- a/D1_LicheeRV/OpenWrt/README_zh.md +++ b/D1_LicheeRV/OpenWrt/README_zh.md @@ -6,7 +6,6 @@ - 系统版本:OpenWrt 23.05.2 - 下载链接(OpenWrt Firmware Selector): - - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha - Sipeed Lichee RV Dock: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=lichee_rv_dock - 参考安装文档:https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 @@ -14,7 +13,7 @@ ### 硬件信息 -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - USB-A 电源一个 - USB-A to C 线缆一条 - microSD 卡一张 @@ -87,4 +86,4 @@ mimpid : 0x0 ## 测试结论 -测试成功。 \ No newline at end of file +测试成功。 diff --git a/D1_LicheeRV/README.md b/D1_LicheeRV/README.md index cded91df..f9573adb 100644 --- a/D1_LicheeRV/README.md +++ b/D1_LicheeRV/README.md @@ -1,10 +1,10 @@ --- -product: LicheeRV/AWOL Nezha +product: Lichee RV Dock cpu: D1 (D1-H) cpu_core: XuanTie C906 --- -# LicheeRV / AWOL Nezha D1 +# Lichee RV Dock ## Test Environment @@ -16,35 +16,26 @@ cpu_core: XuanTie C906 - Reference Installation Document: [openEuler/RISC-V][oERVXfce] - Tina Linux - Download links: - - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ - Sipeed Lichee RV: https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html - Reference Installation Document: - - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ - Sipeed Lichee RV: https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html - Ubuntu - 24.10 Download link: https://ubuntu.com/download/risc-v - - Mirror: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Blicheerv.img.xz) - 24.04.1 LTS Download link: https://ubuntu.com/download/risc-v - - Mirror: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Blicheerv.img.xz) - Reference Installation Document: - - Nezha D1: https://wiki.ubuntu.com/RISC-V/Nezha%20D1 - - Sipeed Lichee RV Dock: https://wiki.ubuntu.com/RISC-V/LicheeRV + - Sipeed Lichee RV Dock: https://wiki.ubuntu.com/RISC-V/LicheeRV - OpenWrt 23.05.2 - Download links (OpenWrt Firmware Selector): - - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha - Sipeed Lichee RV Dock: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=lichee_rv_dock - Reference Installation Document: https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 - Debian - - Download link: http://www.perfxlab.cn:8080/rvboards/ + - Download link: https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA - Reference Installation Document: https://d1.docs.aw-ol.com/strong/strong_4debian/#v041 -- Fedora 36 - - Download link: https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/ - - Reference Installation Document: https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn - Arch Linux - - Base Image: Ubuntu 24.10 Beta: [ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz) + - Base Image: Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) - Or any arbitrary image for D1 - - Rootfs: [archriscv-20220727.tar.zst](https://archriscv.felixc.at/images/archriscv-20220727.tar.zst) - - Reference Installation Document: https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 + - Rootfs:[archriscv-2024-09-22.tar.zst](https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst) + - Reference Installation Document: https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 - openSUSE Tumbleweed - Download link: [https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) - Reference Installation Document: [https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) @@ -52,22 +43,20 @@ cpu_core: XuanTie C906 ### Hardware Information - Sipeed Lichee RV Dock -- AWOL Nezha D1 ## Test Results -| Software Category | Package Name | Test Result (Test Report) | -| -------------------------------- | ------------ | ------------------------------------------ | -| openEuler/Base Image Boot | N/A | [Successful][oERV] | -| openEuler/Xfce Image Boot | Xfce Desktop | [Successful][oERV] | -| Tina-Linux Image Boot - Nezha D1 | N/A | [Successful][TinaNezha] (Official Support) | -| Ubuntu Image Boot | N/A | [CFT][Ubuntu] (Official Support) | -| Ubuntu LTS Image Boot | N/A | [CFT][Ubuntu LTS] (Official Support) | -| OpenWrt Image Boot | N/A | [Successful][OpenWrt] (Official Support) | -| Debian Image Boot | N/A | [Successful][Debian] | -| Fedora Image Boot | N/A | [Successful][Fedora] | -| openSUSE Image Boot | N/A | [Successful][openSUSE] | -| Arch Linux Image Boot | N/A | [Successful][Arch] | +| Software Category | Package Name | Test Result (Test Report) | +|---------------------------|--------------|--------------------------------------------| +| openEuler/Base Image Boot | N/A | [Successful][oERV] | +| openEuler/Xfce Image Boot | Xfce Desktop | [Successful][oERV] | +| Tina-Linux Image Boot | N/A | [Successful][TinaNezha] (Official Support) | +| Ubuntu Image Boot | N/A | [CFT][Ubuntu] (Official Support) | +| Ubuntu LTS Image Boot | N/A | [CFT][Ubuntu LTS] (Official Support) | +| OpenWrt Image Boot | N/A | [Successful][OpenWrt] (Official Support) | +| Debian Image Boot | N/A | [Successful][Debian] | +| openSUSE Image Boot | N/A | [Successful][openSUSE] | +| Arch Linux Image Boot | N/A | [Successful][Arch] | [oERVDL]: https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ [oERV]: ./openEuler/README.md @@ -76,6 +65,5 @@ cpu_core: XuanTie C906 [Ubuntu LTS]: ./Ubuntu/README_LTS.md [OpenWrt]: ./OpenWrt/README.md [Debian]: ./Debian/README.md -[Fedora]: ./Fedora/README.md [openSUSE]: ./openSUSE/README.md [Arch]: ./ArchLinux/README.md diff --git a/D1_LicheeRV/README_zh.md b/D1_LicheeRV/README_zh.md index dfbc5fc6..bae4d5d1 100644 --- a/D1_LicheeRV/README_zh.md +++ b/D1_LicheeRV/README_zh.md @@ -1,4 +1,4 @@ -# LicheeRV / AWOL Nezha D1 +# Lichee RV Dock ## 测试环境 @@ -10,36 +10,26 @@ - 参考安装文档:[openEuler/RISC-V][oERVXfce] - Tina Linux - 下载链接: - - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ - Sipeed Lichee RV: https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html - 参考安装文档: - - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ - Sipeed Lichee RV: https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html - Ubuntu - 24.10 下载链接: https://ubuntu.com/download/risc-v - - 镜像站: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Blicheerv.img.xz) - 24.04.1 LTS 下载链接: https://ubuntu.com/download/risc-v - - 镜像站: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Blicheerv.img.xz) - 参考安装文档: - - Nezha D1: https://wiki.ubuntu.com/RISC-V/Nezha%20D1 - Sipeed Lichee RV Dock: https://wiki.ubuntu.com/RISC-V/LicheeRV - OpenWrt 23.05.2 - 下载链接(OpenWrt Firmware Selector): - - Nezha D1: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=nezha - Sipeed Lichee RV Dock: https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=d1%2Fgeneric&id=lichee_rv_dock - 参考安装文档:https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 - Debian - - 下载链接:http://www.perfxlab.cn:8080/rvboards/ + - 下载链接:https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA - 参考安装文档:https://d1.docs.aw-ol.com/strong/strong_4debian/#v041 -- Fedora 36 - - 下载链接:https://openkoji.iscas.ac.cn/pub/dl/riscv/Allwinner/Nezha_D1/images-release/Fedora/ - - 参考安装文档:https://fedoraproject.org/wiki/Architectures/RISC-V/Allwinner/zh-cn - Arch Linux - - 基础镜像:Ubuntu 24.10 Beta: [ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/beta/ubuntu-24.10-beta-preinstalled-server-riscv64%2Bnezha.img.xz) + - 基础镜像:Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) - 或任意 D1 的镜像 - - Rootfs:[archriscv-20220727.tar.zst](https://archriscv.felixc.at/images/archriscv-20220727.tar.zst) - - 参考安装文档:https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 - h + - Rootfs:[archriscv-2024-09-22.tar.zst](https://archriscv.felixc.at/images/archriscv-2024-09-22.tar.zst) + - 参考安装文档:https://github.com/felixonmars/archriscv-packages/wiki/RV64-%E6%9D%BF%E5%AD%90%E6%9B%B4%E6%8D%A2-rootfs-%E6%8C%87%E5%8D%97 - openSUSE Tumbleweed - 下载链接:[https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) - 参考安装文档:[https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) @@ -47,22 +37,20 @@ ### 硬件开发板信息 - Sipeed Lichee RV Dock -- AWOL Nezha D1 ## 测试结果 -| 软件分类 | 软件包名 | 测试结果(测试报告) | -| ------------------------------ | ------------ | ----------------------------- | -| openEuler/Base 镜像启动 | N/A | [成功][oERV] | -| openEuler/Xfce 镜像启动 | Xfce Desktop | [成功][oERV] | -| Tina-Linux 镜像启动 - Nezha D1 | N/A | [成功][TinaNezha](官方支持) | -| Ubuntu 镜像启动 | N/A | [CFT][Ubuntu](官方支持) | -| Ubuntu LTS 镜像启动 | N/A | [CFT][Ubuntu LTS](官方支持) | -| OpenWrt 镜像启动 | N/A | [成功][OpenWrt](官方支持) | -| Debian 镜像启动 | N/A | [成功][Debian] | -| Fedora 镜像启动 | N/A | [成功][Fedora] | -| openSUSE 镜像启动 | N/A | [成功][openSUSE] | -| Arch Linux 镜像启动 | N/A | [成功][Arch] | +| 软件分类 | 软件包名 | 测试结果(测试报告) | +|-------------------------|--------------|-------------------------------| +| openEuler/Base 镜像启动 | N/A | [成功][oERV] | +| openEuler/Xfce 镜像启动 | Xfce Desktop | [成功][oERV] | +| Tina-Linux 镜像启动 | N/A | [成功][TinaNezha](官方支持) | +| Ubuntu 镜像启动 | N/A | [CFT][Ubuntu](官方支持) | +| Ubuntu LTS 镜像启动 | N/A | [CFT][Ubuntu-LTS](官方支持) | +| OpenWrt 镜像启动 | N/A | [成功][OpenWrt](官方支持) | +| Debian 镜像启动 | N/A | [成功][Debian] | +| openSUSE 镜像启动 | N/A | [成功][openSUSE] | +| Arch Linux 镜像启动 | N/A | [成功][Arch] | [oERVDL]: https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ [oERV]: ./openEuler/README_zh.md @@ -71,6 +59,5 @@ [Ubuntu-LTS]: ./Ubuntu/README_LTS_zh.md [OpenWrt]: ./OpenWrt/README_zh.md [Debian]: ./Debian/README_zh.md -[Fedora]: ./Fedora/README_zh.md [openSUSE]: ./openSUSE/README_zh.md -[Arch]: ./ArchLinux/README_zh.md \ No newline at end of file +[Arch]: ./ArchLinux/README_zh.md diff --git a/D1_LicheeRV/TinaLinux/README.md b/D1_LicheeRV/TinaLinux/README.md index a6cd56ba..f6254e06 100644 --- a/D1_LicheeRV/TinaLinux/README.md +++ b/D1_LicheeRV/TinaLinux/README.md @@ -7,21 +7,19 @@ status: basic last_update: 2024-06-21 --- -# Tina Linux D1 Test Report +# Tina Linux LicheeRV Dock Test Report ## Test Environment ### Operating System Information - System Version: D1-H Nezha HDMI Test Firmware 20210804 -- Download Link: - - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ -- Reference Installation Document: - - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ +- Download Link: https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA +- Reference Installation Document: https://wiki.sipeed.com/hardware/en/lichee/RV/flash.html ### Hardware Information -- AWOL Nezha D1 +- LicheeRV Dock - USB-A power adapter - A USB-A to C cable - A microSD card @@ -35,7 +33,7 @@ last_update: 2024-06-21 Use `dd` to flash the image to the microSD card. ```bash -sudo dd if=D1-H哪吒HDMI测试固件20210804(开机HDMI就有小企鹅启动logo).img of=/dev/sdc status=progress +sudo dd if=LicheeRV_Tina_hdmi_8723ds.img of=/dev/sdc status=progress ``` ### Logging into the System diff --git a/D1_LicheeRV/TinaLinux/README_zh.md b/D1_LicheeRV/TinaLinux/README_zh.md index 7335e680..8f56ac22 100644 --- a/D1_LicheeRV/TinaLinux/README_zh.md +++ b/D1_LicheeRV/TinaLinux/README_zh.md @@ -1,18 +1,16 @@ -# Tina Linux D1 测试报告 +# Tina Linux LicheeRV Dock 测试报告 ## 测试环境 ### 操作系统信息 - 系统版本:D1-H 哪吒 HDMI 测试固件 20210804 -- 下载链接: - - Nezha D1: https://d1.docs.aw-ol.com/source/3_getimg/ -- 参考安装文档: - - Nezha D1: https://d1.docs.aw-ol.com/study/study_1tina/ +- 下载链接:https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA +- 参考安装文档:https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html#%E7%83%A7%E5%BD%95%E9%95%9C%E5%83%8F ### 硬件信息 -- AWOL Nezha D1 +- LicheeRV Dock - USB-A 电源一个 - USB-A to C 线缆一条 - microSD 卡一张 @@ -26,7 +24,7 @@ 使用 `dd` 刷入镜像到 microSD 卡。 ```bash -sudo dd if=D1-H哪吒HDMI测试固件20210804(开机HDMI就有小企鹅启动logo).img of=/dev/sdc status=progress +sudo dd if=LicheeRV_Tina_hdmi_8723ds.img of=/dev/sdc status=progress ``` ### 登录系统 @@ -77,4 +75,4 @@ root@TinaLinux:/# ## 测试结论 -测试成功。 \ No newline at end of file +测试成功。 diff --git a/D1_LicheeRV/Ubuntu/README.md b/D1_LicheeRV/Ubuntu/README.md index 49171775..89798025 100644 --- a/D1_LicheeRV/Ubuntu/README.md +++ b/D1_LicheeRV/Ubuntu/README.md @@ -15,12 +15,11 @@ last_update: 2024-12-04 - System Version: Ubuntu 24.10 - Download Link: https://ubuntu.com/download/risc-v - - Or from mirror sites: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.10/release/ubuntu-24.10-preinstalled-server-riscv64%2Blicheerv.img.xz) - Reference Installation Document: https://wiki.ubuntu.com/RISC-V/LicheeRV ### Hardware Information -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - A USB-A Power Adapter - A USB-A to C Cable - A microSD Card diff --git a/D1_LicheeRV/Ubuntu/README_LTS.md b/D1_LicheeRV/Ubuntu/README_LTS.md index f0178090..17e95564 100644 --- a/D1_LicheeRV/Ubuntu/README_LTS.md +++ b/D1_LicheeRV/Ubuntu/README_LTS.md @@ -15,12 +15,11 @@ last_update: 2024-12-04 - System Version: Ubuntu 24.04.1 LTS - Download Link: https://ubuntu.com/download/risc-v - - Or from mirror sites: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Blicheerv.img.xz) - Reference Installation Document: https://wiki.ubuntu.com/RISC-V/LicheeRV ### Hardware Information -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - A USB-A Power Adapter - A USB-A to C Cable - A microSD Card diff --git a/D1_LicheeRV/Ubuntu/README_LTS_zh.md b/D1_LicheeRV/Ubuntu/README_LTS_zh.md index e5e7865d..81a310a3 100644 --- a/D1_LicheeRV/Ubuntu/README_LTS_zh.md +++ b/D1_LicheeRV/Ubuntu/README_LTS_zh.md @@ -6,13 +6,11 @@ - 系统版本:Ubuntu 24.04.1 LTS - 下载链接:https://ubuntu.com/download/risc-v - - 或者镜像站:[Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Blicheerv.img.xz) - - 参考安装文档:https://wiki.ubuntu.com/RISC-V/LicheeRV ### 硬件信息 -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - USB-A 电源一个 - USB-A to C 线缆一条 - microSD 卡一张 diff --git a/D1_LicheeRV/Ubuntu/README_zh.md b/D1_LicheeRV/Ubuntu/README_zh.md index ccd15eca..edaba656 100644 --- a/D1_LicheeRV/Ubuntu/README_zh.md +++ b/D1_LicheeRV/Ubuntu/README_zh.md @@ -6,13 +6,11 @@ - 系统版本:Ubuntu 24.10 - 下载链接:https://ubuntu.com/download/risc-v - - 或者镜像站:[Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) | [Lichee RV](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Blicheerv.img.xz) - - 参考安装文档:https://wiki.ubuntu.com/RISC-V/LicheeRV ### 硬件信息 -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - USB-A 电源一个 - USB-A to C 线缆一条 - microSD 卡一张 diff --git a/D1_LicheeRV/openEuler/README.md b/D1_LicheeRV/openEuler/README.md index fdddfec9..15ab75c3 100644 --- a/D1_LicheeRV/openEuler/README.md +++ b/D1_LicheeRV/openEuler/README.md @@ -19,7 +19,7 @@ last_update: 2024-06-21 ### Hardware Information -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - A USB-A power adapter - A USB-A to C cable - A microSD card diff --git a/D1_LicheeRV/openEuler/README_zh.md b/D1_LicheeRV/openEuler/README_zh.md index 485e766b..a2211033 100644 --- a/D1_LicheeRV/openEuler/README_zh.md +++ b/D1_LicheeRV/openEuler/README_zh.md @@ -10,7 +10,7 @@ ### 硬件信息 -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - USB-A 电源一个 - USB-A to C 线缆一条 - microSD 卡一张 @@ -88,4 +88,4 @@ mimpid : 0x0 ## 测试结论 -测试成功。 \ No newline at end of file +测试成功。 diff --git a/D1_LicheeRV/openSUSE/README.md b/D1_LicheeRV/openSUSE/README.md index dde524dd..5ae29283 100644 --- a/D1_LicheeRV/openSUSE/README.md +++ b/D1_LicheeRV/openSUSE/README.md @@ -14,12 +14,12 @@ last_update: 2024-06-21 ### Operating System Information - System Version: openSUSE Tumbleweed -- Download Link: [https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) +- Download Link: [openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) - Reference Installation Document: [https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) ### Hardware Information -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - Power Adapter - A microSD card - A USB to UART Debugger @@ -32,8 +32,8 @@ Use `unxz` to decompress the image. Use `dd` to flash the image to the microSD card. ```bash -unxz /path/to/openSUSE.raw.xz -sudo dd if=/path/to/openSUSE.raw of=/dev/your-device bs=1M status=progress +unxz /path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw.xz +sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw of=/dev/your-device bs=1M status=progress ``` ### Logging into the System diff --git a/D1_LicheeRV/openSUSE/README_zh.md b/D1_LicheeRV/openSUSE/README_zh.md index 5ee1d553..4bf0b929 100644 --- a/D1_LicheeRV/openSUSE/README_zh.md +++ b/D1_LicheeRV/openSUSE/README_zh.md @@ -5,12 +5,12 @@ ### 系统信息 - 系统版本:openSUSE Tumbleweed -- 下载链接:[https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) +- 下载链接:[openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) - 参考安装文档:[https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) ### 硬件信息 -- AWOL Nezha D1 / Sipeed Lichee RV Dock +- Sipeed Lichee RV Dock - 电源适配器 - microSD 卡一张 - USB to UART 调试器一个 @@ -23,8 +23,8 @@ 使用 `dd` 将镜像写入 microSD 卡。 ```bash -unxz /path/to/openSUSE.raw.xz -sudo dd if=/path/to/openSUSE.raw of=/dev/your-device bs=1M status=progress +unxz /path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw.xz +sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw of=/dev/your-device bs=1M status=progress ``` ### 登录系统 @@ -92,4 +92,4 @@ LOGO="distributor-logo-Tumbleweed" ## 测试结论 -测试成功。 \ No newline at end of file +测试成功。 From ab281aaf6e0c803bd1a958c2a0b0e72c247d2162 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Thu, 5 Dec 2024 15:24:08 +0800 Subject: [PATCH 4/9] LicheeRV: update openSUSE --- D1_LicheeRV/openSUSE/README.md | 21 ++++++++++++++++----- D1_LicheeRV/openSUSE/README_zh.md | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/D1_LicheeRV/openSUSE/README.md b/D1_LicheeRV/openSUSE/README.md index 5ae29283..78dd78c9 100644 --- a/D1_LicheeRV/openSUSE/README.md +++ b/D1_LicheeRV/openSUSE/README.md @@ -33,7 +33,7 @@ Use `dd` to flash the image to the microSD card. ```bash unxz /path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw.xz -sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw of=/dev/your-device bs=1M status=progress +sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw of=/dev/your-device bs=1M status=progress ``` ### Logging into the System @@ -60,21 +60,20 @@ Screen recording (From flashing image to logging into the system): [![asciicast](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk.svg)](https://asciinema.org/a/qGx3Er1vKkhIuC19Ixbj50HNk) ```log - Welcome to openSUSE Tumbleweed 20 Welcome to openSUSE Tumbleweed 20240115 - Kernel240115 - Kernel 6.5.2-4-default (h 6.5.2-4-default (ttyS0). +wlan0: localhost login: vc0). +wlan0: localhost login: root Password: Have a lot of fun... -localhost:~ # uname -a -Linux localhost.localdomain 6.5.2-4-default #1 SMP Wed Sep 13 03:16:12 UTC 2023 (b06df44) riscv64 riscv64 riscv64 GNU/Linux localhost:~ # cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20240115" @@ -89,7 +88,19 @@ SUPPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" LOGO="distributor-logo-Tumbleweed" - +localhost:~ # uname -a +Linux localhost.localdomain 6.5.2-4-default #1 SMP Wed Sep 13 03:16:12 UTC 2023 (b06df44) riscv64 riscv64 riscv64 GNU/Linux +localhost:~ # cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc_zicntr_zicsr_zifencei_zihpm +mmu : sv39 +uarch : thead,c906 +mvendorid : 0x5b7 +marchid : 0x0 +mimpid : 0x0 + +localhost:~ # ``` ## Test Criteria diff --git a/D1_LicheeRV/openSUSE/README_zh.md b/D1_LicheeRV/openSUSE/README_zh.md index 4bf0b929..b1f29ec8 100644 --- a/D1_LicheeRV/openSUSE/README_zh.md +++ b/D1_LicheeRV/openSUSE/README_zh.md @@ -24,7 +24,7 @@ ```bash unxz /path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw.xz -sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw.xz.raw of=/dev/your-device bs=1M status=progress +sudo dd if=/path/to/openSUSE-Tumbleweed-RISC-V-JeOS-licheervdock.riscv64.raw of=/dev/your-device bs=1M status=progress ``` ### 登录系统 From 2ce37dc8e6cc069c687ed98a0e9437168acad035 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Thu, 5 Dec 2024 16:02:51 +0800 Subject: [PATCH 5/9] LicheeRV/NeZha: fix support status --- D1_LicheeRV/openEuler/README.md | 2 +- NeZha/Fedora/README.md | 2 +- NeZha/Ubuntu/README.md | 2 +- NeZha/Ubuntu/README_LTS.md | 2 +- NeZha/openEuler/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/D1_LicheeRV/openEuler/README.md b/D1_LicheeRV/openEuler/README.md index 15ab75c3..6dcc9735 100644 --- a/D1_LicheeRV/openEuler/README.md +++ b/D1_LicheeRV/openEuler/README.md @@ -3,7 +3,7 @@ sys: openeuler sys_ver: 23.03 sys_var: null -status: good +status: basic last_update: 2024-06-21 --- diff --git a/NeZha/Fedora/README.md b/NeZha/Fedora/README.md index 4668ff3f..6447c087 100644 --- a/NeZha/Fedora/README.md +++ b/NeZha/Fedora/README.md @@ -3,7 +3,7 @@ sys: fedora sys_ver: 36 sys_var: null -status: good +status: basic last_update: 2024-06-21 --- diff --git a/NeZha/Ubuntu/README.md b/NeZha/Ubuntu/README.md index 67216def..a72bb72d 100644 --- a/NeZha/Ubuntu/README.md +++ b/NeZha/Ubuntu/README.md @@ -3,7 +3,7 @@ sys: ubuntu sys_ver: 24.10 sys_var: null -status: good +status: basic last_update: 2024-12-04 --- diff --git a/NeZha/Ubuntu/README_LTS.md b/NeZha/Ubuntu/README_LTS.md index afa379f3..61d493df 100644 --- a/NeZha/Ubuntu/README_LTS.md +++ b/NeZha/Ubuntu/README_LTS.md @@ -3,7 +3,7 @@ sys: ubuntu sys_ver: 24.04.1 sys_var: LTS -status: good +status: basic last_update: 2024-12-04 --- diff --git a/NeZha/openEuler/README.md b/NeZha/openEuler/README.md index 50ab8489..8a3df414 100644 --- a/NeZha/openEuler/README.md +++ b/NeZha/openEuler/README.md @@ -3,7 +3,7 @@ sys: openeuler sys_ver: 23.03 sys_var: null -status: good +status: basic last_update: 2024-06-21 --- From b6f4ca174c41244a68d250432cba659e96989f09 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Fri, 6 Dec 2024 15:57:37 +0800 Subject: [PATCH 6/9] LicheeRV: update debian --- D1_LicheeRV/Debian/README.md | 59 +++++++++++++++---------------- D1_LicheeRV/Debian/README_zh.md | 62 +++++++++++++++++++++++++-------- D1_LicheeRV/README.md | 2 +- D1_LicheeRV/README_zh.md | 2 +- 4 files changed, 79 insertions(+), 46 deletions(-) diff --git a/D1_LicheeRV/Debian/README.md b/D1_LicheeRV/Debian/README.md index cb2d3b9c..ee8279fd 100644 --- a/D1_LicheeRV/Debian/README.md +++ b/D1_LicheeRV/Debian/README.md @@ -4,7 +4,7 @@ sys_ver: 11 sys_var: null status: good -last_update: 2024-06-21 +last_update: 2024-12-06 --- # Debian 11 D1 Test Report @@ -14,9 +14,8 @@ last_update: 2024-06-21 ### Operating System Information - System Version: Debian -- Download Link: [http://www.perfxlab.cn:8080/rvboards/](http://www.perfxlab.cn:8080/rvboards/) - - Web Disk: [https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag](https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag) Access Code: 3o5v -- Reference Installation Document: [https://d1.docs.aw-ol.com/strong/strong_4debian/#v041](https://d1.docs.aw-ol.com/strong/strong_4debian/#v041) +- Download Link: [MEGA](https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA) +- Reference Installation Document: https://wiki.sipeed.com/hardware/en/lichee/RV/flash.html ### Hardware Information @@ -29,22 +28,17 @@ last_update: 2024-06-21 ### Flashing Image -Use `unzip` to decompress the image. -Clear your SD card. -Use `dd` to write the image to the microSD card. - -```bash -unzip /path/to/RVBoards_D1_Debian_lxde_img_linux.img.zip -sudo wipefs -a /dev/your_device -sudo dd if=/path/to/RVBoards_D1_Debian_lxde_img_linux.img of=/dev/your_device bs=1M status=progress -``` +1. Run [PhoenixCard](https://dl.sipeed.com/shareURL/LICHEE/D1/Lichee_RV/tool),Click Image marked to choose your target firmware +2. We choose `Startup` marked +3. Click `Burn` marked to burn your target firmware into tf card +4. From Status bar marked to see your progress;If it's red when finishing this means it fails burning, then we should rerun `SD Card Formatter` to format the TF card to increase its success possibility. ### Logging into the System Log into the system via the serial port. Default Username: `root` -Default Password: `rvboards` +Default Password: `licheepi` ## Expected Results @@ -56,20 +50,12 @@ The system booted successfully and login via the onboard serial port was also su ### Boot Log -Screen recording (From flashing image to login): - -[![asciicast](https://asciinema.org/a/7osW4u2FvkucqlfODK4nEBMQm.svg)](https://asciinema.org/a/7osW4u2FvkucqlfODK4nEBMQm) - ```log -Debian GNU/Linux 11 RVBoards ttyS0 +Debian GNU/Linux 11 sipeed ttyS0 -RVBoards login: root +sipeed login: root Password: - -Login incorrect -RVBoards login: root -Password: -Linux RVBoards 5.4.61 #12 PREEMPT Thu Jun 3 08:39:01 UTC 2021 riscv64 +Linux sipeed 5.4.61 #217 PREEMPT Thu Dec 30 06:50:31 UTC 2021 riscv64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the @@ -77,10 +63,14 @@ individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. -Last login: Wed May 19 18:39:24 CST 2021 on ttyS0 -root@RVBoards:~# uname -a -Linux RVBoards 5.4.61 #12 PREEMPT Thu Jun 3 08:39:01 UTC 2021 riscv64 GNU/Linux -root@RVBoards:~# cat /etc/os-release +Last login: Mon May 24 06:56:42 UTC 2021 on ttyS0 +root@sipeed:~# uname +Message from syslogd@sipeed at May 24 06:57:35 ... + kernel:[ 102.178091] Oops [#6] + +root@sipeed:~# uname -a +Linux sipeed 5.4.61 #217 PREEMPT Thu Dec 30 06:50:31 UTC 2021 riscv64 GNU/Linux +root@sipeed:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" @@ -90,8 +80,17 @@ ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" -root@RVBoards:~# +root@sipeed:~# +Message from syslogd@sipeed at May 24 06:58:00 ... + kernel:[ 127.198571] Oops [#7] + +root@sipeed:~# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdcvu +mmu : sv39 +root@sipeed:~# ``` ## Test Criteria diff --git a/D1_LicheeRV/Debian/README_zh.md b/D1_LicheeRV/Debian/README_zh.md index 77af37b4..bcc3a00b 100644 --- a/D1_LicheeRV/Debian/README_zh.md +++ b/D1_LicheeRV/Debian/README_zh.md @@ -5,9 +5,8 @@ ### 操作系统信息 - 系统版本:Debian -- 下载链接:[http://www.perfxlab.cn:8080/rvboards/](http://www.perfxlab.cn:8080/rvboards/) - - 网盘:[https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag](https://pan.baidu.com/s/1leAXR2VPHvTqkaDqfeY9ag) 提取码:3o5v -- 参考安装文档:[https://d1.docs.aw-ol.com/strong/strong_4debian/#v041](https://d1.docs.aw-ol.com/strong/strong_4debian/#v041) +- 下载链接:[MEGA](https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA) +- 参考安装文档:https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html ### 硬件信息 @@ -20,22 +19,18 @@ ### 刷写镜像 -使用 `unzip` 解压镜像。 -清空你的 sd 卡。 -使用 `dd` 将镜像写入 microSD 卡。 - -```bash -unzip /path/to/RVBoards_D1_Debian_lxde_img_linux.img.zip -sudo wipefs -a /dev/your_device -sudo dd if=/path/to/RVBoards_D1_Debian_lxde_img_linux.img of=/dev/your_device bs=1M status=progress -``` +1. 打开烧录软件 [PhoenixCard](https://dl.sipeed.com/shareURL/LICHEE/D1/Lichee_RV/tool),选择烧录的固件,将内存卡通过读卡器插入电脑中 +2. 选择 `启动卡` 选项 +3. 选择正确的盘符 +4. 点击 `烧卡` +5. 根据状态栏的颜色可以判断烧录结果:红色的话说明烧录失败,建议使用 `SD card Formatter` 格式化后再重新烧录一次 ### 登录系统 通过串口登录系统。 默认用户名:`root` -默认密码:`rvboards` +默认密码:`licheepi` ## 预期结果 @@ -81,7 +76,46 @@ ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" -root@RVBoards:~# +root@RVBoards:~# Debian GNU/Linux 11 sipeed ttyS0 + +sipeed login: root +Password: +Linux sipeed 5.4.61 #217 PREEMPT Thu Dec 30 06:50:31 UTC 2021 riscv64 + +The programs included with the Debian GNU/Linux system are free software; +the exact distribution terms for each program are described in the +individual files in /usr/share/doc/*/copyright. + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent +permitted by applicable law. +Last login: Mon May 24 06:56:42 UTC 2021 on ttyS0 +root@sipeed:~# uname +Message from syslogd@sipeed at May 24 06:57:35 ... + kernel:[ 102.178091] Oops [#6] + +root@sipeed:~# uname -a +Linux sipeed 5.4.61 #217 PREEMPT Thu Dec 30 06:50:31 UTC 2021 riscv64 GNU/Linux +root@sipeed:~# cat /etc/os-release +PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" +NAME="Debian GNU/Linux" +VERSION_ID="11" +VERSION="11 (bullseye)" +VERSION_CODENAME=bullseye +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" +root@sipeed:~# +Message from syslogd@sipeed at May 24 06:58:00 ... + kernel:[ 127.198571] Oops [#7] + +root@sipeed:~# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdcvu +mmu : sv39 + +root@sipeed:~# ``` diff --git a/D1_LicheeRV/README.md b/D1_LicheeRV/README.md index f9573adb..ec09e58b 100644 --- a/D1_LicheeRV/README.md +++ b/D1_LicheeRV/README.md @@ -30,7 +30,7 @@ cpu_core: XuanTie C906 - Reference Installation Document: https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 - Debian - Download link: https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA - - Reference Installation Document: https://d1.docs.aw-ol.com/strong/strong_4debian/#v041 + - Reference Installation Document: https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html - Arch Linux - Base Image: Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) - Or any arbitrary image for D1 diff --git a/D1_LicheeRV/README_zh.md b/D1_LicheeRV/README_zh.md index bae4d5d1..c5ac6546 100644 --- a/D1_LicheeRV/README_zh.md +++ b/D1_LicheeRV/README_zh.md @@ -24,7 +24,7 @@ - 参考安装文档:https://openwrt.org/docs/techref/hardware/soc/soc.allwinner.d1 - Debian - 下载链接:https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA - - 参考安装文档:https://d1.docs.aw-ol.com/strong/strong_4debian/#v041 + - 参考安装文档:https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html - Arch Linux - 基础镜像:Ubuntu 24.10: [ubuntu-24.10](https://ubuntu.com/download/risc-v) - 或任意 D1 的镜像 From 19ad6ac4e8e1496002fe62ab81a448fa89de2259 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Fri, 6 Dec 2024 16:19:55 +0800 Subject: [PATCH 7/9] LicheeRV: update TinaLinux --- D1_LicheeRV/TinaLinux/README.md | 57 +++++++++++++++--------------- D1_LicheeRV/TinaLinux/README_zh.md | 57 +++++++++++++++--------------- 2 files changed, 58 insertions(+), 56 deletions(-) diff --git a/D1_LicheeRV/TinaLinux/README.md b/D1_LicheeRV/TinaLinux/README.md index f6254e06..d71647f9 100644 --- a/D1_LicheeRV/TinaLinux/README.md +++ b/D1_LicheeRV/TinaLinux/README.md @@ -4,7 +4,7 @@ sys_ver: 20210804 sys_var: null status: basic -last_update: 2024-06-21 +last_update: 2024-12-06 --- # Tina Linux LicheeRV Dock Test Report @@ -13,7 +13,7 @@ last_update: 2024-06-21 ### Operating System Information -- System Version: D1-H Nezha HDMI Test Firmware 20210804 +- System Version: LicheeRV_Tina_hdmi_8723ds - Download Link: https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA - Reference Installation Document: https://wiki.sipeed.com/hardware/en/lichee/RV/flash.html @@ -30,11 +30,10 @@ last_update: 2024-06-21 ### Flashing Image to microSD Card -Use `dd` to flash the image to the microSD card. - -```bash -sudo dd if=LicheeRV_Tina_hdmi_8723ds.img of=/dev/sdc status=progress -``` +1. Run [PhoenixCard](https://dl.sipeed.com/shareURL/LICHEE/D1/Lichee_RV/tool),Click Image marked to choose your target firmware +2. We choose `Startup` marked +3. Click `Burn` marked to burn your target firmware into tf card +4. From Status bar marked to see your progress;If it's red when finishing this means it fails burning, then we should rerun `SD Card Formatter` to format the TF card to increase its success possibility. ### Logging into the System @@ -51,29 +50,31 @@ The system booted successfully and login via the onboard serial port was also su ### Boot Log ```log -BusyBox v1.27.2 () built-in shell (ash) - - _____ _ __ _ -|_ _||_| ___ _ _ | | |_| ___ _ _ _ _ - | | _ | || | | |__ | || || | ||_'_| - | | | || | || _ | |_____||_||_|_||___||_,_| - |_| |_||_|_||_|_| Tina is Based on OpenWrt! - ---------------------------------------------- - Tina Linux (Neptune, 5C1C9C53) - ---------------------------------------------- -root@TinaLinux:/# cat /proc/cpuinfo -processor : 0 -hart : 0 -isa : rv64imafdcvu -mmu : sv39 - -root@TinaLinux:/# uname -a -Linux TinaLinux 5.4.61 #49 PREEMPT Wed Apr 28 09:23:43 UTC 2021 riscv64 GNU/Linux -root@TinaLinux:/# +Please press Enter to activate this console. + + + +BusyBox v1.27.2 () built-in shell (ash) + + __ ___ _ __ _ + / |/ /__ _(_)_ __ / / (_)__ __ ____ __ + / /|_/ / _ `/ /\ \ / / /__/ / _ \/ // /\ \ / + /_/ /_/\_,_/_//_\_\ /____/_/_//_/\_,_//_\_\ + ---------------------------------------------- + Maix Linux (Neptune, 5C1C9C53) + ---------------------------------------------- +Trying to connect to SWUpdate... +root@MaixLinux:/# uname -a +Linux MaixLinux 5.4.61 #189 PREEMPT Thu Dec 23 07:30:37 UTC 2021 riscv64 GNU/Linux +root@MaixLinux:/# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdcvu +mmu : sv39 + +root@MaixLinux:/# ``` -Screen recording (From flashing image to login): -[![asciicast](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk.svg)](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk) ## Test Criteria diff --git a/D1_LicheeRV/TinaLinux/README_zh.md b/D1_LicheeRV/TinaLinux/README_zh.md index 8f56ac22..26d589e0 100644 --- a/D1_LicheeRV/TinaLinux/README_zh.md +++ b/D1_LicheeRV/TinaLinux/README_zh.md @@ -4,7 +4,7 @@ ### 操作系统信息 -- 系统版本:D1-H 哪吒 HDMI 测试固件 20210804 +- 系统版本:LicheeRV_Tina_hdmi_8723ds - 下载链接:https://mega.nz/folder/lx4CyZBA#PiFhY7oSVQ3gp2ZZ_AnwYA - 参考安装文档:https://wiki.sipeed.com/hardware/zh/lichee/RV/flash.html#%E7%83%A7%E5%BD%95%E9%95%9C%E5%83%8F @@ -21,11 +21,11 @@ ### 刷写镜像到 microSD 卡 -使用 `dd` 刷入镜像到 microSD 卡。 - -```bash -sudo dd if=LicheeRV_Tina_hdmi_8723ds.img of=/dev/sdc status=progress -``` +1. 打开烧录软件 [PhoenixCard](https://dl.sipeed.com/shareURL/LICHEE/D1/Lichee_RV/tool),选择烧录的固件,将内存卡通过读卡器插入电脑中 +2. 选择 `启动卡` 选项 +3. 选择正确的盘符 +4. 点击 `烧卡` +5. 根据状态栏的颜色可以判断烧录结果:红色的话说明烧录失败,建议使用 `SD card Formatter` 格式化后再重新烧录一次 ### 登录系统 @@ -42,30 +42,31 @@ sudo dd if=LicheeRV_Tina_hdmi_8723ds.img of=/dev/sdc status=progress ### 启动信息 ```log -BusyBox v1.27.2 () built-in shell (ash) - - _____ _ __ _ -|_ _||_| ___ _ _ | | |_| ___ _ _ _ _ - | | _ | || | | |__ | || || | ||_'_| - | | | || | || _ | |_____||_||_|_||___||_,_| - |_| |_||_|_||_|_| Tina is Based on OpenWrt! - ---------------------------------------------- - Tina Linux (Neptune, 5C1C9C53) - ---------------------------------------------- -root@TinaLinux:/# cat /proc/cpuinfo -processor : 0 -hart : 0 -isa : rv64imafdcvu -mmu : sv39 - -root@TinaLinux:/# uname -a -Linux TinaLinux 5.4.61 #49 PREEMPT Wed Apr 28 09:23:43 UTC 2021 riscv64 GNU/Linux -root@TinaLinux:/# -``` +Please press Enter to activate this console. + -屏幕录像(从刷写镜像到登录系统): -[![asciicast](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk.svg)](https://asciinema.org/a/WSlC5RUcJFYH6hZnjxZYwqPtk) +BusyBox v1.27.2 () built-in shell (ash) + + __ ___ _ __ _ + / |/ /__ _(_)_ __ / / (_)__ __ ____ __ + / /|_/ / _ `/ /\ \ / / /__/ / _ \/ // /\ \ / + /_/ /_/\_,_/_//_\_\ /____/_/_//_/\_,_//_\_\ + ---------------------------------------------- + Maix Linux (Neptune, 5C1C9C53) + ---------------------------------------------- +Trying to connect to SWUpdate... +root@MaixLinux:/# uname -a +Linux MaixLinux 5.4.61 #189 PREEMPT Thu Dec 23 07:30:37 UTC 2021 riscv64 GNU/Linux +root@MaixLinux:/# cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdcvu +mmu : sv39 + +root@MaixLinux:/# +``` + ## 测试判定标准 From f81b3f77debf76636a4e19ae3eeffea87877d2b7 Mon Sep 17 00:00:00 2001 From: PangLAN Date: Fri, 6 Dec 2024 16:25:52 +0800 Subject: [PATCH 8/9] Nezha: fix typo --- NeZha/ArchLinux/README.md | 2 +- NeZha/ArchLinux/README_zh.md | 2 +- NeZha/Debian/README.md | 2 +- NeZha/Debian/README_zh.md | 2 +- NeZha/Fedora/README.md | 2 +- NeZha/Fedora/README_zh.md | 2 +- NeZha/OpenWrt/README.md | 2 +- NeZha/OpenWrt/README_zh.md | 2 +- NeZha/TinaLinux/README.md | 4 ++-- NeZha/TinaLinux/README_zh.md | 6 +++--- NeZha/Ubuntu/README.md | 2 +- NeZha/Ubuntu/README_LTS.md | 3 +-- NeZha/Ubuntu/README_LTS_zh.md | 4 +--- NeZha/Ubuntu/README_zh.md | 2 +- NeZha/openEuler/README.md | 2 +- NeZha/openEuler/README_zh.md | 2 +- NeZha/openSUSE/README.md | 2 +- NeZha/openSUSE/README_zh.md | 2 +- 18 files changed, 21 insertions(+), 24 deletions(-) diff --git a/NeZha/ArchLinux/README.md b/NeZha/ArchLinux/README.md index d3114001..c3dff0ea 100644 --- a/NeZha/ArchLinux/README.md +++ b/NeZha/ArchLinux/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-12-04 --- -# Arch Linux AWOL Nezha D1 Test Report +# Archlinux AWOL Nezha D1 Test Report ## Test Environment diff --git a/NeZha/ArchLinux/README_zh.md b/NeZha/ArchLinux/README_zh.md index 7559e53e..96fa5850 100644 --- a/NeZha/ArchLinux/README_zh.md +++ b/NeZha/ArchLinux/README_zh.md @@ -1,4 +1,4 @@ -# Arch Linux LicheeRV / AWOL Nezha D1 测试报告 +# Archlinux AWOL Nezha D1 测试报告 ## 测试环境 diff --git a/NeZha/Debian/README.md b/NeZha/Debian/README.md index 34d3029f..66136aee 100644 --- a/NeZha/Debian/README.md +++ b/NeZha/Debian/README.md @@ -7,7 +7,7 @@ status: good last_update: 2024-06-21 --- -# Debian 11 D1 Test Report +# Debian 11 AWOL Nezha D1 Test Report ## Test Environment diff --git a/NeZha/Debian/README_zh.md b/NeZha/Debian/README_zh.md index 3e55fc64..11ba2dc8 100644 --- a/NeZha/Debian/README_zh.md +++ b/NeZha/Debian/README_zh.md @@ -1,4 +1,4 @@ -# Debian 11 D1 测试报告 +# Debian 11 AWOL Nezha D1 测试报告 ## 测试环境 diff --git a/NeZha/Fedora/README.md b/NeZha/Fedora/README.md index 6447c087..aca0ad78 100644 --- a/NeZha/Fedora/README.md +++ b/NeZha/Fedora/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-06-21 --- -# Fedora 36 D1 Test Report +# Fedora 36 AWOL Nezha D1 Test Report ## Test Environment diff --git a/NeZha/Fedora/README_zh.md b/NeZha/Fedora/README_zh.md index b1bea530..de41a4ba 100644 --- a/NeZha/Fedora/README_zh.md +++ b/NeZha/Fedora/README_zh.md @@ -1,4 +1,4 @@ -# Fedora 36 D1 测试报告 +# Fedora 36 AWOL Nezha D1 测试报告 ## 测试环境 diff --git a/NeZha/OpenWrt/README.md b/NeZha/OpenWrt/README.md index a0d070a8..2365c141 100644 --- a/NeZha/OpenWrt/README.md +++ b/NeZha/OpenWrt/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-06-21 --- -# OpenWrt 23.05.2 D1 Test Report +# OpenWrt 23.05.2 AWOL Nezha D1 Test Report ## Test Environment diff --git a/NeZha/OpenWrt/README_zh.md b/NeZha/OpenWrt/README_zh.md index d02350f6..de633c67 100644 --- a/NeZha/OpenWrt/README_zh.md +++ b/NeZha/OpenWrt/README_zh.md @@ -1,4 +1,4 @@ -# OpenWrt 23.05.2 D1 测试报告 +# OpenWrt 23.05.2 AWOL Nezha D1 测试报告 ## 测试环境 diff --git a/NeZha/TinaLinux/README.md b/NeZha/TinaLinux/README.md index a6cd56ba..df6b6e94 100644 --- a/NeZha/TinaLinux/README.md +++ b/NeZha/TinaLinux/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-06-21 --- -# Tina Linux D1 Test Report +# Tina Linux AWOL Nezha D1 Test Report ## Test Environment @@ -35,7 +35,7 @@ last_update: 2024-06-21 Use `dd` to flash the image to the microSD card. ```bash -sudo dd if=D1-H哪吒HDMI测试固件20210804(开机HDMI就有小企鹅启动logo).img of=/dev/sdc status=progress +sudo dd if=D1-H 哪吒 HDMI 测试固件 20210804(开机 HDMI 就有小企鹅启动 logo).img of=/dev/sdc status=progress ``` ### Logging into the System diff --git a/NeZha/TinaLinux/README_zh.md b/NeZha/TinaLinux/README_zh.md index 7335e680..6dcef232 100644 --- a/NeZha/TinaLinux/README_zh.md +++ b/NeZha/TinaLinux/README_zh.md @@ -1,4 +1,4 @@ -# Tina Linux D1 测试报告 +# Tina Linux AWOL Nezha D1 测试报告 ## 测试环境 @@ -26,7 +26,7 @@ 使用 `dd` 刷入镜像到 microSD 卡。 ```bash -sudo dd if=D1-H哪吒HDMI测试固件20210804(开机HDMI就有小企鹅启动logo).img of=/dev/sdc status=progress +sudo dd if=D1-H 哪吒 HDMI 测试固件 20210804(开机 HDMI 就有小企鹅启动 logo).img of=/dev/sdc status=progress ``` ### 登录系统 @@ -77,4 +77,4 @@ root@TinaLinux:/# ## 测试结论 -测试成功。 \ No newline at end of file +测试成功。 diff --git a/NeZha/Ubuntu/README.md b/NeZha/Ubuntu/README.md index a72bb72d..78614ee6 100644 --- a/NeZha/Ubuntu/README.md +++ b/NeZha/Ubuntu/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-12-04 --- -# Ubuntu 24.10 D1 Test Report +# Ubuntu 24.10 AWOL Nezha D1 Test Report ## Test Environment diff --git a/NeZha/Ubuntu/README_LTS.md b/NeZha/Ubuntu/README_LTS.md index 61d493df..b496ad7a 100644 --- a/NeZha/Ubuntu/README_LTS.md +++ b/NeZha/Ubuntu/README_LTS.md @@ -15,8 +15,7 @@ last_update: 2024-12-04 - System Version: Ubuntu 24.04.1 LTS - Download Link: https://ubuntu.com/download/risc-v - - Or from mirror sites: [Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) -- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/LicheeRV +- Reference Installation Document: https://wiki.ubuntu.com/RISC-V/Nezha%20D1 ### Hardware Information diff --git a/NeZha/Ubuntu/README_LTS_zh.md b/NeZha/Ubuntu/README_LTS_zh.md index 70d290c3..519f6424 100644 --- a/NeZha/Ubuntu/README_LTS_zh.md +++ b/NeZha/Ubuntu/README_LTS_zh.md @@ -6,9 +6,7 @@ - 系统版本:Ubuntu 24.04.1 LTS - 下载链接:https://ubuntu.com/download/risc-v - - 或者镜像站:[Nezha](https://mirror.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/24.04.1/release/ubuntu-24.04.1-preinstalled-server-riscv64%2Bnezha.img.xz) - -- 参考安装文档:https://wiki.ubuntu.com/RISC-V/LicheeRV +- 参考安装文档:https://wiki.ubuntu.com/RISC-V/Nezha%20D1 ### 硬件信息 diff --git a/NeZha/Ubuntu/README_zh.md b/NeZha/Ubuntu/README_zh.md index 3fcbba3e..eec94450 100644 --- a/NeZha/Ubuntu/README_zh.md +++ b/NeZha/Ubuntu/README_zh.md @@ -1,4 +1,4 @@ -# Ubuntu 24.10 D1 测试报告 +# Ubuntu 24.10 AWOL Nezha D1 测试报告 ## 测试环境 diff --git a/NeZha/openEuler/README.md b/NeZha/openEuler/README.md index 8a3df414..93afa9c8 100644 --- a/NeZha/openEuler/README.md +++ b/NeZha/openEuler/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-06-21 --- -# openEuler RISC-V 23.03 D1 Version Test Report +# openEuler RISC-V 23.03 AWOL Nezha D1 Version Test Report ## Test Environment diff --git a/NeZha/openEuler/README_zh.md b/NeZha/openEuler/README_zh.md index 3b00aecd..d010dc22 100644 --- a/NeZha/openEuler/README_zh.md +++ b/NeZha/openEuler/README_zh.md @@ -1,4 +1,4 @@ -# openEuler RISC-V 23.03 D1 版本测试报告 +# openEuler RISC-V 23.03 AWOL Nezha D1 版本测试报告 ## 测试环境 diff --git a/NeZha/openSUSE/README.md b/NeZha/openSUSE/README.md index 1db524a4..a610f1de 100644 --- a/NeZha/openSUSE/README.md +++ b/NeZha/openSUSE/README.md @@ -7,7 +7,7 @@ status: basic last_update: 2024-06-21 --- -# openSUSE Tumbleweed D1 Test Report +# openSUSE Tumbleweed AWOL Nezha D1 Test Report ## Test Environment diff --git a/NeZha/openSUSE/README_zh.md b/NeZha/openSUSE/README_zh.md index 2b95a341..728ab9fa 100644 --- a/NeZha/openSUSE/README_zh.md +++ b/NeZha/openSUSE/README_zh.md @@ -1,4 +1,4 @@ -# openSUSE Tumbleweed D1 测试报告 +# openSUSE Tumbleweed AWOL Nezha D1 测试报告 ## 测试环境 From 4ce336d29c8af63b781151b3155f24052226446e Mon Sep 17 00:00:00 2001 From: PangLAN Date: Fri, 20 Dec 2024 13:41:27 +0800 Subject: [PATCH 9/9] LicheeRV: add NixOS --- D1_LicheeRV/NixOS/README.md | 118 +++++++++++++++++++++++++++++++++ D1_LicheeRV/NixOS/README_zh.md | 109 ++++++++++++++++++++++++++++++ D1_LicheeRV/README.md | 5 ++ D1_LicheeRV/README_zh.md | 5 ++ 4 files changed, 237 insertions(+) create mode 100644 D1_LicheeRV/NixOS/README.md create mode 100644 D1_LicheeRV/NixOS/README_zh.md diff --git a/D1_LicheeRV/NixOS/README.md b/D1_LicheeRV/NixOS/README.md new file mode 100644 index 00000000..37fa7ced --- /dev/null +++ b/D1_LicheeRV/NixOS/README.md @@ -0,0 +1,118 @@ +--- +sys: NixOS +sys_ver: null +sys_var: null + +status: basic +last_update: 2024-12-20 +--- + +# Nixos LicheeRV Test Report + +## Test Environment + +### Operating System Information + +- Download link: https://github.com/chuangzhu/nixos-sun20iw1p1/releases +- Reference Installation Document: https://github.com/chuangzhu/nixos-sun20iw1p1 + +### Hardware Information + +- Sipeed Lichee RV Dock +- A USB-A Power Adapter +- A USB-A to C Cable +- A microSD Card +- A USB to UART Debugger (e.g., CH340, CH341, FT2232, etc.) +- Three DuPont Wires + +## Installation Steps + +### Flashing Image to microSD Card + +Use `dd` to flash the image to the microSD card. + +### Logging into the System + +Logging into the system via the serial port. + +No passwd. On first login, the system will prompt you to change the password. + +## 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 +<<< Welme to NixOS 22.11come to NixOS 22..11.20221014.4428e23 (riscv64) - ttyS0 >>> +The "nixos" and 20221014.4428e23"root" accounts have empty passwords. + +An ssh daemon is running. You then must set a password +for either "roo (riscv64) - hvc0 >>> +t" or "nixos" with `passwd` or add an ssh key +to /home/nixos/.ssh/authorized_keys be able to loThe "nixos" and "root" accounts have empty passworgin. + +If you need a wireless connection, type +`sudo systemctl start wpa_supplicant` and configure a +network using `wpa_cli`. See the NixOS mds. + +An ssh daemon is running. You theanual for details. + + +Run 'nixos-help' for the NixOS manual. + +nixos login: nixos (automatic login) + +n must set a password +for either "root" or "nixos" with `passwd` or add an ssh key +to /home/nixos/.ssh/authorized_keys be able to login. + +If you need a wireless connection, type +`sudo systemctl start wpa_supplicant` and configure a +network using `wpa_cli`. See the NixOS manual for details. + + +Run 'nixos-help' for the NixOS manual. + +nixos login: nixos (automatic login) + + +[nixos@nixos:~]$ +[nixos@nixos:~]$ uname -a +Linux nixos 5.18.0-rc1 #1-NixOS PREEMPT Tue Jan 1 00:00:00 UTC 1980 riscv64 GNU/Linux + +[nixos@nixos:~]$ cat /etc/os-release +BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues" +BUILD_ID="22.11.20221014.4428e23" +DOCUMENTATION_URL="https://nixos.org/learn.html" +HOME_URL="https://nixos.org/" +ID=nixos +LOGO="nix-snowflake" +NAME=NixOS +PRETTY_NAME="NixOS 22.11 (Raccoon)" +SUPPORT_URL="https://nixos.org/community.html" +VERSION="22.11 (Raccoon)" +VERSION_CODENAME=raccoon +VERSION_ID="22.11" + +[nixos@nixos:~]$ cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc +mmu : sv39 +uarch : thead,c906 +``` + +## Test Criteria + +Successful: The actual result matches the expected result. + +Failed: The actual result does not match the expected result. + +## Test Conclusion + +Test successful. diff --git a/D1_LicheeRV/NixOS/README_zh.md b/D1_LicheeRV/NixOS/README_zh.md new file mode 100644 index 00000000..a479f0ff --- /dev/null +++ b/D1_LicheeRV/NixOS/README_zh.md @@ -0,0 +1,109 @@ +# NixOS LicheeRV 测试报告 + +## 测试环境 + +### 操作系统信息 + +- 下载链接: https://github.com/chuangzhu/nixos-sun20iw1p1/releases +- 参考安装文档: https://github.com/chuangzhu/nixos-sun20iw1p1 + +### 硬件信息 + +- Sipeed Lichee RV Dock +- USB-A 电源一个 +- USB-A to C 线缆一条 +- microSD 卡一张 +- USB to UART 调试器一个(如:CH340, CH341, FT2232 等) +- 杜邦线三根 + +## 安装步骤 + +### 刷写镜像到 microSD 卡 + +使用 `dd` 将镜像写入至 microSD 卡。 + +### 登录系统 + +通过串口登录系统。 + +无密码,初次登录时,系统会提示更改密码。 + +## 预期结果 + +系统正常启动,能够通过板载串口登录。 + +## 实际结果 + +系统正常启动,成功通过板载串口登录。 + +### 启动信息 + +```log +<<< Welme to NixOS 22.11come to NixOS 22..11.20221014.4428e23 (riscv64) - ttyS0 >>> +The "nixos" and 20221014.4428e23"root" accounts have empty passwords. + +An ssh daemon is running. You then must set a password +for either "roo (riscv64) - hvc0 >>> +t" or "nixos" with `passwd` or add an ssh key +to /home/nixos/.ssh/authorized_keys be able to loThe "nixos" and "root" accounts have empty passworgin. + +If you need a wireless connection, type +`sudo systemctl start wpa_supplicant` and configure a +network using `wpa_cli`. See the NixOS mds. + +An ssh daemon is running. You theanual for details. + + +Run 'nixos-help' for the NixOS manual. + +nixos login: nixos (automatic login) + +n must set a password +for either "root" or "nixos" with `passwd` or add an ssh key +to /home/nixos/.ssh/authorized_keys be able to login. + +If you need a wireless connection, type +`sudo systemctl start wpa_supplicant` and configure a +network using `wpa_cli`. See the NixOS manual for details. + + +Run 'nixos-help' for the NixOS manual. + +nixos login: nixos (automatic login) + + +[nixos@nixos:~]$ +[nixos@nixos:~]$ uname -a +Linux nixos 5.18.0-rc1 #1-NixOS PREEMPT Tue Jan 1 00:00:00 UTC 1980 riscv64 GNU/Linux + +[nixos@nixos:~]$ cat /etc/os-release +BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues" +BUILD_ID="22.11.20221014.4428e23" +DOCUMENTATION_URL="https://nixos.org/learn.html" +HOME_URL="https://nixos.org/" +ID=nixos +LOGO="nix-snowflake" +NAME=NixOS +PRETTY_NAME="NixOS 22.11 (Raccoon)" +SUPPORT_URL="https://nixos.org/community.html" +VERSION="22.11 (Raccoon)" +VERSION_CODENAME=raccoon +VERSION_ID="22.11" + +[nixos@nixos:~]$ cat /proc/cpuinfo +processor : 0 +hart : 0 +isa : rv64imafdc +mmu : sv39 +uarch : thead,c906 +``` + +## 测试判定标准 + +测试成功:实际结果与预期结果相符。 + +测试失败:实际结果与预期结果不符。 + +## 测试结论 + +测试成功。 diff --git a/D1_LicheeRV/README.md b/D1_LicheeRV/README.md index ec09e58b..d1536dcc 100644 --- a/D1_LicheeRV/README.md +++ b/D1_LicheeRV/README.md @@ -39,6 +39,9 @@ cpu_core: XuanTie C906 - openSUSE Tumbleweed - Download link: [https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) - Reference Installation Document: [https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) +- NixOS + - Download link: https://github.com/chuangzhu/nixos-sun20iw1p1/releases + - Reference Installation Document: https://github.com/chuangzhu/nixos-sun20iw1p1 ### Hardware Information @@ -57,6 +60,7 @@ cpu_core: XuanTie C906 | Debian Image Boot | N/A | [Successful][Debian] | | openSUSE Image Boot | N/A | [Successful][openSUSE] | | Arch Linux Image Boot | N/A | [Successful][Arch] | +| NixOS Image Boot | N/A | [Successful][NixOS] | [oERVDL]: https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ [oERV]: ./openEuler/README.md @@ -67,3 +71,4 @@ cpu_core: XuanTie C906 [Debian]: ./Debian/README.md [openSUSE]: ./openSUSE/README.md [Arch]: ./ArchLinux/README.md +[NixOS]: ./NixOS/README.md diff --git a/D1_LicheeRV/README_zh.md b/D1_LicheeRV/README_zh.md index c5ac6546..cb572225 100644 --- a/D1_LicheeRV/README_zh.md +++ b/D1_LicheeRV/README_zh.md @@ -33,6 +33,9 @@ - openSUSE Tumbleweed - 下载链接:[https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/](https://download.opensuse.org/repositories/devel:/RISCV:/Factory:/Contrib:/AllwinnerD1/images/) - 参考安装文档:[https://en.opensuse.org/HCL:Nezha](https://en.opensuse.org/HCL:Nezha) +- NixOS + - 下载链接:https://github.com/chuangzhu/nixos-sun20iw1p1/releases + - 参考安装文档:https://github.com/chuangzhu/nixos-sun20iw1p1 ### 硬件开发板信息 @@ -51,6 +54,7 @@ | Debian 镜像启动 | N/A | [成功][Debian] | | openSUSE 镜像启动 | N/A | [成功][openSUSE] | | Arch Linux 镜像启动 | N/A | [成功][Arch] | +| NixOS 镜像启动 | N/A | [成功][NixOS] | [oERVDL]: https://mirror.iscas.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/preview/openEuler-23.03-V1-riscv64/D1/ [oERV]: ./openEuler/README_zh.md @@ -61,3 +65,4 @@ [Debian]: ./Debian/README_zh.md [openSUSE]: ./openSUSE/README_zh.md [Arch]: ./ArchLinux/README_zh.md +[NixOS]: ./NixOS/README_zh.md