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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

## 系统下载

进入[资源下载汇总](../../../download)页面下载对应的操作系统镜像压缩包,下载完成后解压系统镜像压缩包,得到的 `*.img` 后缀文件就是后面安装系统镜像需要的文件。
进入[资源下载汇总](../../download)页面下载对应的操作系统镜像压缩包,下载完成后解压系统镜像压缩包,得到的 `*.img` 后缀文件就是后面安装系统镜像需要的文件。

:::tip
下载的系统镜像是一个压缩文件,需要解压后才能通过镜像烧录软件写入到 SD 卡
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ sudo rkdeveloptool rd

### 使用系统

参考[快速上手](../../introduction)教程的登陆系统操作!
参考[快速上手](../../quick-start)教程的登陆系统操作!
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ Radxa E24C 有一个专用的 Maskrom 按键,在系统启动过程中检测到

### 使用系统

参考[快速上手](../../introduction)教程的登陆系统操作!
参考[快速上手](../../quick-start)教程的登陆系统操作!
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

## Download the System Image

Go to the [Downloads Summary](../../../download) page to download the corresponding operating system image archive. After downloading, extract the archive to get the `*.img` file needed for system installation.
Go to the [Downloads Summary](../../download) page to download the corresponding operating system image archive. After downloading, extract the archive to get the `*.img` file needed for system installation.

:::tip
The downloaded system image is a compressed file that needs to be extracted before it can be written to the SD card using imaging software.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ sudo rkdeveloptool rd

### Using the System

Refer to the [Quick Start](../../introduction) guide for system login instructions!
Refer to the [Quick Start](../../quick-start) guide for system login instructions!
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ In RKDevTool, perform the following operations:

### Using the System

Refer to the [Quick Start](../../introduction) guide for system login instructions!
Refer to the [Quick Start](../../quick-start) guide for system login instructions!
Loading