fix: modify earse emmc and spi flash tutorial#882
Conversation
There was a problem hiding this comment.
Other comments (3)
- i18n/en/docusaurus-plugin-content-docs/current/e/e54c/getting-started/install-os/spi_flash.md (29-29) The queryString parameter for Tabs is set to "e24c-erase" but this document is about E54C. This should be updated to match the correct device model.
- i18n/en/docusaurus-plugin-content-docs/current/e/e54c/getting-started/install-os/spi_flash.md (48-48) The image path references E24C (`/en/img/e/e24c/rkddevtool.webp`) but this document is for E54C. The image paths should be updated to use E54C-specific images.
- i18n/en/docusaurus-plugin-content-docs/current/e/e54c/getting-started/install-os/spi_flash.md (163-163) Another E24C image path (`/en/img/e/e24c/e24c-maskrom.webp`) is used in this E54C document. This should be updated to use the correct E54C image.
💡 To request another review, post a new comment with "/windsurf-review".
| ``` | ||
|
|
||
| 1. 写入 Loader | ||
|
|
There was a problem hiding this comment.
There's a numbering issue in the Linux/macOS section. Step 3 is incorrectly labeled as step 1, which breaks the sequence of steps.
| 3. 写入 Loader |
There was a problem hiding this comment.
已修改成运行 Loader 文件
|
|
||
| ### RKDevTool 安装 | ||
|
|
||
| <Tabs queryString="e24c-erase"> |
There was a problem hiding this comment.
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.
| <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> |
There was a problem hiding this comment.
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.
修改和增加 E54C 教程