feat: add rock5t emmc boot system#860
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Other comments (1)
- i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/install-os/emmc_boot.md (93-95) There are duplicate lines here. Line 93 and 95 both state the same information about terminal output after successful writing. Please remove one of these lines.
💡 To request another review, post a new comment with "/windsurf-review".
Comment on lines
+96
to
+98
| 写入成功后,终端会输出类似以下的分区信息: | ||
|
|
||
| ``` |
Contributor
There was a problem hiding this comment.
There's a duplicate description of the fdisk output. One of these lines should be removed.
Suggested change
| 写入成功后,终端会输出类似以下的分区信息: | |
| ``` | |
| 若系统成功写入,终端会输出类似以下的分区信息: |
| 我们需要基于 MicroSD 卡启动主板系统,进入主板系统后下载系统镜像文件,然后使用 `dd` 命令将系统镜像写入 eMMC 模块。 | ||
|
|
||
| :::tip 推荐配件 | ||
| 瑞莎 CM4 仅支持 12V 电源输入,建议电流 2A 及以上,以确保所有外设稳定运行。 |
Contributor
There was a problem hiding this comment.
This section mentions 'CM4' but the document is about ROCK 5T. Please update to reference the correct board model.
Suggested change
| 瑞莎 CM4 仅支持 12V 电源输入,建议电流 2A 及以上,以确保所有外设稳定运行。 | |
| 瑞莎 ROCK 5T 仅支持 12V 电源输入,建议电流 2A 及以上,以确保所有外设稳定运行。 |
| We need to boot the board system from a MicroSD card, download the system image file after entering the board system, and then use the `dd` command to write the system image to the eMMC module. | ||
|
|
||
| :::tip Recommended Accessories | ||
| Radxa CM4 only supports 12V power input. A current of 2A or higher is recommended to ensure stable operation of all peripherals. |
Contributor
There was a problem hiding this comment.
There's an inconsistency in the board name. This section mentions 'Radxa CM4' but the document is about ROCK 5T. Please update this to refer to the correct board.
Contributor
Author
|
已修改 windsurf-bot 指出的错误 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加 ROCK 5T eMMC 启动系统的教程