Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/common/dev/_rkdeveloptool-gui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
本文介绍的 RKDevelopTool-GUI 是社区维护的第三方图形界面工具,并非 Rockchip 或 Radxa 官方软件。
:::

RKDevelopTool-GUI 是社区为 [rkdeveloptool](./rkdeveloptool.md) 开发的跨平台图形界面前端,可用于固件烧录、分区管理和设备调试。
RKDevelopTool-GUI 是社区为 rkdeveloptool 开发的跨平台图形界面前端,可用于固件烧录、分区管理和设备调试。

RKDevelopTool-GUI 的 macOS 和 Linux 安装包中已经内置编译好的 rkdeveloptool,安装后即可直接使用,无需按照 [rkdeveloptool](./rkdeveloptool.md) 一文自行编译
RKDevelopTool-GUI 的 macOS 和 Linux 安装包中已经内置编译好的 rkdeveloptool,安装后即可直接使用,无需自行从源码编译

---

Expand Down Expand Up @@ -37,7 +37,7 @@ xattr -cr /Applications/RKDevelopTool-GUI.app
</Tabs>

:::tip
RKDevelopTool-GUI 暂无 Intel 版 macOS 和 Windows 的预编译包。这些平台可以从源码运行(需要 Python 与 PySide6,并自行安装 rkdeveloptool),具体步骤见项目 [README](https://github.com/gahingwoo/RKDevelopTool-GUI)。Windows 用户也可以直接使用 [RKDevTool](./rkdevtool.md)
RKDevelopTool-GUI 暂无 Intel 版 macOS 和 Windows 的预编译包。这些平台可以从源码运行(需要 Python 与 PySide6,并自行安装 rkdeveloptool),具体步骤见项目 [README](https://github.com/gahingwoo/RKDevelopTool-GUI)。Windows 用户也可以直接使用 RKDevTool。
:::

---
Expand Down
2 changes: 1 addition & 1 deletion docs/common/dev/_rkdeveloptool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rkdeveloptool 是 Rockchip 为 Linux/macOS 平台下进行 USB 烧录所开发
rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com/wiki_Rkdeveloptool)的 upgrade_tool。

:::tip
不想编译 rkdeveloptool?可以试试第三方图形界面工具 [RKDevelopTool-GUI](./rkdeveloptool-gui.md),其 macOS 和 Linux 安装包已经内置编译好的 rkdeveloptool。
不想编译 rkdeveloptool?可以试试第三方图形界面工具 RKDevelopTool-GUI,其 macOS 和 Linux 安装包已经内置编译好的 rkdeveloptool。
:::

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
RKDevelopTool-GUI, covered in this article, is a community-maintained third-party graphical tool. It is not official Rockchip or Radxa software.
:::

RKDevelopTool-GUI is a cross-platform graphical front-end for [rkdeveloptool](./rkdeveloptool.md) built by the community. It can be used for firmware flashing, partition management, and device debugging.
RKDevelopTool-GUI is a cross-platform graphical front-end for rkdeveloptool built by the community. It can be used for firmware flashing, partition management, and device debugging.

The macOS and Linux packages of RKDevelopTool-GUI already bundle a precompiled rkdeveloptool, so they work right after installation without compiling rkdeveloptool from source as described in [rkdeveloptool](./rkdeveloptool.md).
The macOS and Linux packages of RKDevelopTool-GUI already bundle a precompiled rkdeveloptool, so they work right after installation without compiling from source.

---

Expand Down Expand Up @@ -37,7 +37,7 @@ All of the above packages statically link rkdeveloptool and its dependencies.
</Tabs>

:::tip
RKDevelopTool-GUI does not provide prebuilt packages for Intel macOS or Windows. On those platforms it can be run from source (requires Python and PySide6, and a separately installed rkdeveloptool) — see the project [README](https://github.com/gahingwoo/RKDevelopTool-GUI) for steps. Windows users can also use [RKDevTool](./rkdevtool.md) directly.
RKDevelopTool-GUI does not provide prebuilt packages for Intel macOS or Windows. On those platforms it can be run from source (requires Python and PySide6, and a separately installed rkdeveloptool) — see the project [README](https://github.com/gahingwoo/RKDevelopTool-GUI) for steps. Windows users can also use RKDevTool directly.
:::

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rkdeveloptool is a USB flashing software developed by Rockchip for Linux/macOS p
rkdeveloptool can be thought of as upgrade_tool for [open source version](https://opensource.rock-chips.com/wiki_Rkdeveloptool).

:::tip
Don't want to compile rkdeveloptool yourself? Try [RKDevelopTool-GUI](./rkdeveloptool-gui.md), a third-party graphical tool whose macOS and Linux packages already bundle a precompiled rkdeveloptool.
Don't want to compile rkdeveloptool yourself? Try RKDevelopTool-GUI, a third-party graphical tool whose macOS and Linux packages already bundle a precompiled rkdeveloptool.
:::

---
Expand Down