Skip to content

Milk-V Pioneer: RevyOS_20251030#382

Merged
KevinMX merged 1 commit into
ruyisdk:mainfrom
ChestNutICE:main
Oct 30, 2025
Merged

Milk-V Pioneer: RevyOS_20251030#382
KevinMX merged 1 commit 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)

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

sourcery-ai Bot commented Oct 30, 2025

Reviewer's Guide

This PR bumps the RevyOS Pioneer test report from version 20241230 to 20251030 by updating metadata, download and flashing instructions, and boot log outputs to reflect new firmware images and kernel versions.

File-Level Changes

Change Details Files
Version and metadata bumped across documentation
  • Updated YAML front matter: sys_ver and last_update
  • Replaced displayed system version lines
Pioneer/RevyOS/README.md
Pioneer/RevyOS/README_zh.md
Download URLs and firmware/image filenames updated
  • Swapped mirror.iscas.ac.cn domain for fast-mirror.isrc.ac.cn
  • Replaced wget commands with new image and firmware filenames
  • Updated zstd and dd commands with new image timestamps
Pioneer/RevyOS/README.md
Pioneer/RevyOS/README_zh.md
Boot log section overhauled
  • Replaced old uname and os-release logs with new kernel version
  • Added fastfetch output block
  • Removed obsolete log lines
Pioneer/RevyOS/README.md
Pioneer/RevyOS/README_zh.md
Asset references updated
  • Renamed desktop screenshot reference
  • Updated asciinema embed link ID
Pioneer/RevyOS/README.md
Pioneer/RevyOS/README_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 and they look great!

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location> `Pioneer/RevyOS/README.md:66` </location>
<code_context>
-zstd -d /path/to/revyos-pioneer-20241230-212249.img.zst
-dd if=/path/to/revyos-pioneer-20241230-212249.img.zst of=/dev/yout-device bs=4M status=progress
+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 in device path: 'yout-device' should be 'your-device'.

Update the device path to '/dev/your-device' in the dd command.

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

### Comment 2
<location> `Pioneer/RevyOS/README_zh.md:58` </location>
<code_context>
-zstd -d /path/to/revyos-pioneer-20241230-212249.img.zst
-dd if=/path/to/revyos-pioneer-20241230-212249.img.zst of=/dev/yout-device bs=4M status=progress
+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 in device path: 'yout-device' should be 'your-device'.

请将设备路径更正为 '/dev/your-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.

@KevinMX KevinMX merged commit afa14eb into ruyisdk:main Oct 30, 2025
5 checks passed
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