Skip to content

Milk-V Pioneer: RevyOS Test Report#381

Closed
ChestNutICE wants to merge 3 commits into
ruyisdk:mainfrom
ChestNutICE:main
Closed

Milk-V Pioneer: RevyOS Test Report#381
ChestNutICE wants to merge 3 commits into
ruyisdk:mainfrom
ChestNutICE:main

Conversation

@ChestNutICE
Copy link
Copy Markdown
Contributor

@ChestNutICE ChestNutICE commented Oct 30, 2025

Checklist

  • SVG table generation passes successfully
  • [*] Appropriate changes to documentation are included in the PR
  • [*] i18n for documentation (optional)

Summary by Sourcery

Add detailed test report documentation for RevyOS Pioneer 20251030 in English and Chinese

Documentation:

  • Provide English RevyOS Pioneer test report with environment details, installation steps, boot logs, and conclusions
  • Include Chinese translation of the RevyOS Pioneer test report

ChestNutICE and others added 3 commits October 23, 2025 12:07
Signed-off-by: ChestNutICE <sudoavocado@gmail.com>

LicheeRVDock:DebianTrixieReport

Signed-off-by: ChestNutICE <sudoavocado@gmail.com>
20251030 TestReport
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Oct 30, 2025

Reviewer's Guide

Introduces a comprehensive, bilingual test report for the RevyOS Pioneer platform, detailing environment setup, installation steps, test results, and logs in both English and Chinese.

File-Level Changes

Change Details Files
Add English RevyOS Pioneer test report
  • Define front matter metadata (version, status, dates)
  • Document test environment and hardware requirements
  • Detail firmware and image flashing procedures
  • List common boot issues and login instructions
  • Include expected vs actual results, boot and serial logs
  • Embed screenshot and asciinema log links
  • Conclude with test criteria and result
Pioneer/RevyOS/README_20251030.md
Add Chinese translation of test report
  • Translate all sections into Chinese
  • Maintain structure: 测试环境, 安装步骤, 常见问题, 登录系统
  • Include logs, images, and conclusion in Chinese
Pioneer/RevyOS/README_20251030_zh.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there - I've reviewed your changes - here's some feedback:

  • Align the metadata sys_ver (20251030) with the "Operating System Information" section (currently listing 20241230) to avoid version confusion.
  • Fix typos and grammar in the install steps (e.g., change “fist-time” to “first-time” and “needs to update your firmware” to “need to update your firmware”).
  • Consider adding checksum (e.g., SHA256) verification instructions for downloaded firmware and images to ensure file integrity.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Align the metadata sys_ver (20251030) with the "Operating System Information" section (currently listing 20241230) to avoid version confusion.
- Fix typos and grammar in the install steps (e.g., change “fist-time” to “first-time” and “needs to update your firmware” to “need to update your firmware”).
- Consider adding checksum (e.g., SHA256) verification instructions for downloaded firmware and images to ensure file integrity.

## Individual Comments

### Comment 1
<location> `Pioneer/RevyOS/README_20251030.md:32` </location>
<code_context>
+
+### Flashing Firmware
+
+#### SD card (suggest for fist-time)
+
+Get the firmware and flash to the SD card:
</code_context>

<issue_to_address>
**issue (typo):** Typo: 'fist-time' should be 'first-time'.

```suggestion
#### SD card (suggest for first-time)
```
</issue_to_address>

### Comment 2
<location> `Pioneer/RevyOS/README_20251030.md:66` </location>
<code_context>
+
+```bash
+zstd -d /path/to/revyos-pioneer-20251030-004123.img.zst
+dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/yout-device bs=4M status=progress
+```
+
</code_context>

<issue_to_address>
**issue (typo):** Typo: 'yout-device' should be 'your-device'.

Update the dd command to use '/dev/your-device' instead of '/dev/yout-device'.

```suggestion
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/your-device bs=4M status=progress
```
</issue_to_address>

### Comment 3
<location> `Pioneer/RevyOS/README_20251030_zh.md:16` </location>
<code_context>
+
+- Milk-V Pioneer Box v1.3
+- microSD 卡一张
+- NMVE SSD 及硬盘盒
+- HDMI 线 + 显示器
+
</code_context>

<issue_to_address>
**issue (typo):** Typo: 'NMVE' should be 'NVME'.

Update the spelling to 'NVME' to ensure technical accuracy.

```suggestion
- NVME SSD 及硬盘盒
```
</issue_to_address>

### Comment 4
<location> `Pioneer/RevyOS/README_20251030_zh.md:58` </location>
<code_context>
+
+```bash
+zstd -d /path/to/revyos-pioneer-20251030-004123.img.zst
+dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/yout-device bs=4M status=progress
+```
+
</code_context>

<issue_to_address>
**issue (typo):** Typo: 'yout-device' should be 'your-device'.

Update the dd command to use '/dev/your-device' instead of '/dev/yout-device'.

```suggestion
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/your-device bs=4M status=progress
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.


### Flashing Firmware

#### SD card (suggest for fist-time)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'fist-time' should be 'first-time'.

Suggested change
#### SD card (suggest for fist-time)
#### SD card (suggest for first-time)


```bash
zstd -d /path/to/revyos-pioneer-20251030-004123.img.zst
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/yout-device bs=4M status=progress
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'yout-device' should be 'your-device'.

Update the dd command to use '/dev/your-device' instead of '/dev/yout-device'.

Suggested change
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/yout-device bs=4M status=progress
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/your-device bs=4M status=progress


- Milk-V Pioneer Box v1.3
- microSD 卡一张
- NMVE SSD 及硬盘盒
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'NMVE' should be 'NVME'.

Update the spelling to 'NVME' to ensure technical accuracy.

Suggested change
- NMVE SSD 及硬盘盒
- NVME SSD 及硬盘盒


```bash
zstd -d /path/to/revyos-pioneer-20251030-004123.img.zst
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/yout-device bs=4M status=progress
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'yout-device' should be 'your-device'.

Update the dd command to use '/dev/your-device' instead of '/dev/yout-device'.

Suggested change
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/yout-device bs=4M status=progress
dd if=/path/to/revyos-pioneer-20251030-004123.img.zst of=/dev/your-device bs=4M status=progress

@KevinMX
Copy link
Copy Markdown
Collaborator

KevinMX commented Oct 30, 2025

  • No DCO
  • Please directly bump the original report instead of creating a new one
  • Why there's a commit for Lichee RV Dock?


### Operating System Information

- System Version: RevyOS 20241230
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- System Version: RevyOS 20241230
- System Version: RevyOS 20251030

@ChestNutICE ChestNutICE closed this by deleting the head repository Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants