Skip to content
Open
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
24 changes: 24 additions & 0 deletions docs/rock5/rock5b/other-os/android/install-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,26 @@ ROCK 5B/5B+ 支持 9V/2A、12V/2A、15V/2A 和 20V/2A 的 USB Type-C PD 2.0。

#### 系统安装

<Tabs queryString="nvme-platform">

<TabItem value="linux" label="Linux">

#### Linux 系统使用 rkdeveloptool 写入

[rkdeveloptool](../../low-level-dev/install-os/rkdevtool-emmc?platform=Linux+%2F+macOS)

</TabItem>

<TabItem value="mac" label="Mac">

#### Mac 系统使用 rkdeveloptool 写入

[rkdeveloptool](../../low-level-dev/install-os/rkdevtool-emmc?platform=Linux+%2F+macOS)

</TabItem>

<TabItem value="windows" label="Windows">

##### 安装 RKDevTool

RKDevTool 是 Rockchip 为 Windows 平台下进行 USB 烧录所开发的软件。如果您的 Windows 主机上没有安装 RKDevTool, 请按照以下步骤进行安装。
Expand Down Expand Up @@ -144,6 +164,10 @@ RKDevTool 是 Rockchip 为 Windows 平台下进行 USB 烧录所开发的软件

![RK Android update](/img/rock5itx/rock5itx_android_update_zh.webp)

</TabItem>

</Tabs>

#### 启动 ROCK 5B/5B+

1. 通过适配器为 ROCK 5B/5B+ 供电
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,26 @@ Please go to [Resource Download](../../download) to download the corresponding i

#### System Installation

<Tabs queryString="nvme-platform">

<TabItem value="linux" label="Linux">

#### Linux systems are written using rkdeveloptool

[rkdeveloptool](../../low-level-dev/install-os/rkdevtool-emmc?platform=Linux+%2F+macOS)

</TabItem>

<TabItem value="mac" label="Mac">

#### Mac systems are written using rkdeveloptool

[rkdeveloptool](../../low-level-dev/install-os/rkdevtool-emmc?platform=Linux+%2F+macOS)

</TabItem>

<TabItem value="windows" label="Windows">

#### Install RKDevTool

RKDevTool is Rockchip's software for USB burning on Windows platform. If RKDevTool is not installed on your Windows host, please follow the steps below to install it.
Expand Down Expand Up @@ -157,6 +177,10 @@ unzip RKDevTool_Release.zip ,click RKDevTool.exe to open.

![RK Android update](/img/rock5itx/rock5itx_android_update_en.webp)

</TabItem>

</Tabs>

#### Boot the system

1. Power the ROCK 5B/5B+ through an adapter
Expand Down
Loading