diff --git a/docs/common/dev/_rkdeveloptool-gui.mdx b/docs/common/dev/_rkdeveloptool-gui.mdx index 917e8f85d..8e6f882f8 100644 --- a/docs/common/dev/_rkdeveloptool-gui.mdx +++ b/docs/common/dev/_rkdeveloptool-gui.mdx @@ -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,安装后即可直接使用,无需自行从源码编译。 --- @@ -37,7 +37,7 @@ xattr -cr /Applications/RKDevelopTool-GUI.app :::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。 ::: --- diff --git a/docs/common/dev/_rkdeveloptool.mdx b/docs/common/dev/_rkdeveloptool.mdx index d5294d271..b903b3913 100644 --- a/docs/common/dev/_rkdeveloptool.mdx +++ b/docs/common/dev/_rkdeveloptool.mdx @@ -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。 ::: --- diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool-gui.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool-gui.mdx index 2c19eb860..92c699157 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool-gui.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool-gui.mdx @@ -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. --- @@ -37,7 +37,7 @@ All of the above packages statically link rkdeveloptool and its dependencies. :::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. ::: --- diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool.mdx index 16b1d89be..4e3d9536b 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool.mdx @@ -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. ::: ---