Skip to content

fix: modify earse emmc and spi flash tutorial#882

Merged
jack-ma merged 3 commits into
radxa-docs:mainfrom
Milir-Radxa:e54c
Aug 16, 2025
Merged

fix: modify earse emmc and spi flash tutorial#882
jack-ma merged 3 commits into
radxa-docs:mainfrom
Milir-Radxa:e54c

Conversation

@Milir-Radxa

Copy link
Copy Markdown
Contributor
修改和增加 E54C 教程
  • 修改擦除 eMMC 教程
  • 增加擦除 / 写入 SPI Flash 教程

@Milir-Radxa Milir-Radxa requested a review from a team as a code owner August 15, 2025 11:01

@windsurf-bot windsurf-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Other comments (3)

💡 To request another review, post a new comment with "/windsurf-review".

```

1. 写入 Loader

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There's a numbering issue in the Linux/macOS section. Step 3 is incorrectly labeled as step 1, which breaks the sequence of steps.

Suggested change
3. 写入 Loader

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

已修改成运行 Loader 文件


### RKDevTool 安装

<Tabs queryString="e24c-erase">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There's an inconsistency in device naming throughout the document. The title and content refer to 'E54C', but image paths and queryString parameters use 'e24c' (e.g., queryString="e24c-erase", /img/e/e24c/rkddevtool.webp, /img/e/e24c/e24c-maskrom.webp). These should be updated to consistently use 'e54c' to match the document's subject.

Comment on lines +224 to +238
<NewCodeBlock tip="Linux/MacOS-Host$" type="host">
```
dd if=/dev/zero of=./zero.img bs=1M count=64
```
</NewCodeBlock>

2. Check Device

Check if the device can be recognized in Maskrom mode.

<NewCodeBlock tip="Linux/MacOS-Host$" type="host">
```
rkdeveloptool ld
```
</NewCodeBlock>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There's a numbering issue in the Linux/macOS section. Step 2 appears twice (once for creating the zero image file and again for checking the device). Please renumber the steps correctly to maintain a clear sequence of instructions.

@jack-ma jack-ma merged commit 2bae674 into radxa-docs:main Aug 16, 2025
4 of 6 checks passed
@Milir-Radxa Milir-Radxa deleted the e54c branch August 22, 2025 09:18
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