# 镜像文件说明

镜像文件可通过以下两种方式获取：网盘下载、SDK编译

SDK编译详细步骤参考文档

```
kickpi-book/$SOC/zh/04-SDK编译/
```

## 网盘目录

> 提示：请下载网盘上日期较新的镜像文件进行烧录！

K1 / K1B / K3 / K8

```
rk356x-rk3588_data/2-Image/
├── RK3562-K3
│   ├── Android13.0
│   ├── Debian11
│   └── Ubuntu2004
├── RK3566-TX66
│   ├── Android11-TV
│   ├── Android13
│   ├── Debian11
│   └── Ubuntu2004
├── RK3568-K1
│   ├── Android13.0
│   ├── Debian11
│   └── Ubuntu2004
├── RK3568-K1B
│   ├── Android13.0
│   ├── Debian11
│   └── Ubuntu2004
├── RK3588-K8
│   ├── Android13.0
│   ├── Debian11
│   └── Ubuntu2004
└── UPDATE_LOG.txt
```

K7 / K7C

```
rk3576_data/2-Image/
├── RK3576-K7
│   ├── Android14
│   ├── Armbian
│   ├── Debian12
│   └── Ubuntu2404
├── RK3576-K7C
│   ├── Android14
│   ├── Armbian
│   ├── Debian12
│   └── Ubuntu2404
└── UPDATE_LOG.txt
```

**Android**

基于 Rockchip 官方代码定制 KICKPI 主板软件编译出的镜像， 提供 Android Tablet 系统镜像。

**Armbian**

基于 Armbian 官方代码定制 KICKPI 主板软件编译出的镜像，提供 Ubuntu2404 gnome 桌面版和服务器版镜像。

**Debian**

基于 Rockchip 官方代码定制 KICKPI 主板软件编译出的镜像， 提供 Debian xfce 桌面版镜像。

**Ubuntu**

基于 Rockchip 官方代码定制 KICKPI 主板软件编译出的镜像， 提供 Ubuntu xfce 桌面版镜像。

**UPDATE\_LOG.txt**

镜像更新日志。

## update 通用镜像名称解析

```
update-rk3576-kickpi-k7-android-HDMI-202504171451.img
A(update)-B(rk3576-kickpi-k7)-C(android)-D(HDMI)-E(202504171451).img
```

**A部分**

update - 指完整镜像包。

**B部分**

主控型号、硬件版型部分。

rk3576-kickpi-k7 - 指代主控型号rk3576、硬件板型k7。

**C部分**

系统名称部分。

| C部分     | 系统类型        |
| ------- | ----------- |
| android | Android系统镜像 |
| ubuntu  | Ubuntu系统镜像  |
| debian  | Debian系统镜像  |

**D部分**

镜像名称的其他标志，用于指示镜像一些特殊的区别，目前一般为屏幕接口类型。

| D部分              | 接口类型     | **型号**                                                       | **尺寸**    | **分辨率**  | 触摸支持 | 备注                                                           |
| ---------------- | -------- | ------------------------------------------------------------ | --------- | -------- | ---- | ------------------------------------------------------------ |
| 10.1-AT101DS40I  | MIPI DSI | AT101DS40I                                                   | 10.1-inch | 800x1280 | Y    |                                                              |
| 10.1-MX101BA1340 | MIPI DSI | MX101BA1340                                                  | 10.1-inch | 800x1280 | Y    |                                                              |
| 8-MX080B2140     | MIPI DSI | MX080B2140                                                   | 8.0-inch  | 800x1280 | Y    |                                                              |
| 5-F050008M01     | MIPI DSI | F050008M01                                                   | 5.0-inch  | 720x1280 | Y    |                                                              |
| HDMI             | HDMI     | /                                                            | /         | /        | N    |                                                              |
| multi            | MIPI DSI | <p>AT101DS40I<br>MX101BA1340<br>MX080B2140<br>F050008M01</p> | /         | /        | Y    | 根据硬件自动识别 MIPI 屏型号（不接 MIPI 屏幕，默认显示HDMI），**主板版本 V1.3 后支持** !!! |

**E部分**

202504171451 - 镜像更新日期。

## Armbian 镜像名称解析

**armbian.cfg 文件**

rockchip 烧录工具 armbian 系统分区配置文件

**MiniLoaderAll\_rk3576.bin 文件**

rk3576 Loader 分区配置文件

**Armbian-\*.img 文件**

Image 分区镜像文件

| 符号                 | 解析                                       |
| ------------------ | ---------------------------------------- |
| Armbian-unofficial | 基于 Armbian 系统的镜像，非官方版本                   |
| 25.08.0-trunk      | 代表版本号                                    |
| noble              | Ubuntu 24.04 LTS 的代号                     |
| Kickpi-k7          | “Kickpi k7” 开发板                          |
| vendor             | 该镜像包含厂商（vendor）提供的专有驱动或固件，可能针对特定硬件进行了优化。 |
| 6.1.115            | Linux 内核版本为 `6.1.115`                    |
| gnome\_desktop     | gnome 桌面系统                               |
| minimal            | 最小系统                                     |

> 由此可知：

| 镜像描述                        | 镜像文件                                                                                     |
| --------------------------- | ---------------------------------------------------------------------------------------- |
| K7 Ubuntu24.04 gnome 桌面系统镜像 | Armbian-unofficial\_25.08.0-trunk\_Kickpi-k7\_noble\_vendor\_6.1.115\_gnome\_desktop.img |
| K7 Ubuntu24.04 标准服务器版系统镜像   | Armbian-unofficial\_25.08.0-trunk\_Kickpi-k7\_noble\_vendor\_6.1.115.img                 |
| K7 Ubuntu24.04 最小服务器版系统镜像   | Armbian-unofficial\_25.08.0-trunk\_Kickpi-k7\_noble\_vendor\_6.1.115\_minimal.img        |

> 其他镜像同理


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tanzhs-private-organization.gitbook.io/kickpi-book/common/zh/user_guide/jing-xiang-wen-jian-shuo-ming.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
