Skip to content

Commit

Permalink
feat: add sddisktool usage
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <[email protected]>
Co-authored-by: LiSongJun <[email protected]>
  • Loading branch information
nascs and lsj123lsjlsj committed Nov 8, 2024
1 parent 4a64d11 commit 8a1f0fa
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/common/general/_sddisktool.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SDDiskTool 是瑞芯微官方的 SD 卡烧录工具。

## 1.下载 SDDiskTool

SDDiskTool 目前只有 Windows 版本,所以请在 Windows 电脑下操作。

下载链接:[SDDiskTool_cn_v1.74.zip](https://dl.radxa.com/tools/windows/SDDiskTool_cn_v1.74.zip)

## 2.烧录 SD 卡

我们需要烧录相对应的 RK 格式的完整镜像。

RK 格式的完整镜像指**使用 Rockchip 基于 Buildroot 发布的一系列 Linux SDK 所编译出的 `update.img` 镜像**

打开 SDDiskTool 的可执行文件 SD_Firmware_Tool.exe,插入 SD 卡。

:::warning
插入多个存储设备时,请确认好要烧录的 SD 卡,否则将导致其他存储设备被覆盖。
:::

可移动磁盘设备选择要烧录的 SD 卡,功能模式选择 **SD 启动**,升级固件要是 RK 格式的完整镜像,最后点击**开始创建**烧录镜像。

<img
src="/img/common/sddisktool-cn.webp"
alt="ssdisk tool"
style={{ width: "80" }}
/>

烧录过程请耐心等待,镜像分区很多,如果镜像很大,烧录时间会较长。
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SDDiskTool is Rockchip's official SD card flashing tool.

## 1.Download SDDiskTool

SDDiskTool currently only has a Windows version, so please use it on a Windows computer.

Download link:[SDDiskTool_en_v1.74.zip](https://dl.radxa.com/tools/windows/SDDiskTool_en_v1.74.zip)

## 2.Flash SD card

We need to flash the corresponding complete image in RK format.

Complete image in RK format refers to **The `update.img` image compiled using a series of Linux SDKs released by Rockchip based on Buildroot**

Open the executable file `SD_Firmware_Tool.exe` of SDDiskTool and insert the SD card.

:::warning
When multiple storage devices are connected, please ensure you select the correct SD card to flash, otherwise other storage devices may be overwritten.
:::

Select the SD card to flash from the removable disk devices, choose **SD Boot** as the function mode, ensure that the firmware upgrade is a complete image in RK format, and finally click **Create** to flash the image.

<img
src="/img/common/sddisktool-en.webp"
alt="ssdisk tool"
style={{ width: "80" }}
/>

Please be patient during the flashing process. The image contains many partitions, and if the image is large, the flashing time will be longer.
Binary file added static/img/common/sddisktool-cn.webp
Binary file not shown.
Binary file added static/img/common/sddisktool-en.webp
Binary file not shown.

0 comments on commit 8a1f0fa

Please sign in to comment.