From 14ad3c5bc185ba9ea064cc8f90cd5cec422c1acf Mon Sep 17 00:00:00 2001 From: Yafen Date: Wed, 17 Sep 2025 16:50:05 +0800 Subject: [PATCH] compatibility list --- README.en.md | 1 + README.md | 1 + documents/CONTRIBUTING.md | 2 + documents/RaspberryPi.md | 3 + documents/Rockchip.md | 2 + documents/compatibility-list.en.md | 147 +++++++++++++++++++++++++++++ documents/compatibility-list.md | 147 +++++++++++++++++++++++++++++ 7 files changed, 303 insertions(+) create mode 100644 documents/compatibility-list.en.md create mode 100644 documents/compatibility-list.md diff --git a/README.en.md b/README.en.md index dddc1f6..a0ca48a 100644 --- a/README.en.md +++ b/README.en.md @@ -54,6 +54,7 @@ You can get introduction of openEuler SBC SIG from [sig-SBC](https://gitee.com/o - [documents](./documents/): - [How to contribute](documents/CONTRIBUTING.md) + - [Compatibility List](documents/compatibility-list.en.md) - [Raspberry Pi](documents/RaspberryPi.md) - [Getting started with Raspberry Pi](documents/RaspberryPi.md) - [Install openEuler on an SD card](documents/raspberrypi/刷写镜像.md) diff --git a/README.md b/README.md index af34297..4f12098 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ SIG 组基本信息位于 [sig-SBC](https://gitee.com/openeuler/community/tree/m - [documents](./documents/): 使用文档 - [贡献指南](documents/CONTRIBUTING.md) + - [开发板兼容性列表](documents/compatibility-list.md) - [树莓派](documents/RaspberryPi.md) - [树莓派快速入门](documents/RaspberryPi.md) - [刷写镜像](documents/raspberrypi/刷写镜像.md) diff --git a/documents/CONTRIBUTING.md b/documents/CONTRIBUTING.md index 1949bbd..3897aca 100644 --- a/documents/CONTRIBUTING.md +++ b/documents/CONTRIBUTING.md @@ -9,6 +9,8 @@ SBC SIG 交流方式可参考: 本文将以树莓派为例,介绍向 SBC SIG 贡献代码和文档的要求与规范。 +另外,针对瑞芯微系列开发板适配指南参考文档有 [openEuler 适配指南](rockchip/openEuler适配指南.md) + ### 内核源码 SBC SIG 维护的内核源码仓库包括: - [树莓派内核](https://gitee.com/openeuler/raspberrypi-kernel) diff --git a/documents/RaspberryPi.md b/documents/RaspberryPi.md index ac45a5b..26d2711 100644 --- a/documents/RaspberryPi.md +++ b/documents/RaspberryPi.md @@ -23,6 +23,8 @@ >- 建议直接使用本文档 [最新镜像](#最新镜像) 章节中给出的 openEuler 的树莓派镜像。 >- 如需根据自身需求定制镜像,可参考 [openEuler 镜像的构建](raspberrypi/openEuler镜像的构建.md) 和 [交叉编译内核](raspberrypi/交叉编译内核.md)。 +- [贡献指南](CONTRIBUTING.md) +- [开发板兼容性列表](compatibility-list.md) - [树莓派](./raspberrypi): 使用文档 - [刷写镜像](raspberrypi/刷写镜像.md) - [树莓派使用](raspberrypi/树莓派使用.md) @@ -45,6 +47,7 @@ - [构建 rootfs 镜像](scripts/build_rootfs.sh) - [将 u-boot、boot、rootfs 合并成一个完整镜像](scripts/gen_image.sh) + ## 最新镜像 >![](public_sys-resources/icon-notice.gif) **须知:** diff --git a/documents/Rockchip.md b/documents/Rockchip.md index a1bfadb..2b1515e 100644 --- a/documents/Rockchip.md +++ b/documents/Rockchip.md @@ -23,6 +23,8 @@ ## 文件说明 +- [贡献指南](CONTRIBUTING.md) +- [开发板兼容性列表](compatibility-list.md) - [documents](./rockchip): 使用文档 - [openEuler镜像的构建](rockchip/openEuler镜像的构建.md) - [刷写EMMC镜像](rockchip/刷写EMMC镜像.md) diff --git a/documents/compatibility-list.en.md b/documents/compatibility-list.en.md new file mode 100644 index 0000000..29bc8ca --- /dev/null +++ b/documents/compatibility-list.en.md @@ -0,0 +1,147 @@ +# Compatibility List +English | [简体中文](./compatibility-list.md) + +>![](public_sys-resources/icon-notice.gif) **NOTE:** +>1. The Raspberry Pi development boards listed in the table below support all openEuler releases, except for the Raspberry Pi 5. Only the latest supported version for each board is shown here. +>2. The `Support Level` in the table indicates the level of support provided by openEuler community for each development board, categorized from high to low into the following three tiers: +> - `Official Support`: The kernel has been adapted for openEuler. openEuler community officially releases and maintains images, providing complete system support and update guarantees. +> - `Community Support`: The kernel has been adapted for openEuler. openEuler community provides the corresponding kernel source code repository. Users need to build images based on this kernel source code and the openEuler software repository. +> - `Basic Support`: The kernel has not yet been adapted for openEuler. Users need to use the upstream kernel source code for the development board and build images in combination with the openEuler software repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Model

CPU

OS

Support Level

Notes

Raspberry Pi 5

Broadcom BCM2712

openEuler 24.03 LTS SP2(kernel version 6.6)
openEuler 24.03 LTS SP1(kernel version 6.6)

Official SupportDownload images
Raspberry Pi 4B

Broadcom BCM2711

openEuler 24.03 LTS SP2(kernel version 6.6)
more images

Official SupportDownload images
Raspberry Pi 400

Broadcom BCM2711

openEuler 24.03 LTS SP2(kernel version 6.6)
more images

Official SupportDownload images
Raspberry Pi 3B+

Broadcom BCM2837B0

openEuler 24.03 LTS SP2(kernel version 6.6)
more images

Official SupportDownload images
Raspberry Pi 3B

Broadcom BCM2837

openEuler 24.03 LTS SP2(kernel version 6.6)
more images

Official SupportDownload images
Firefly RK3399

Rockchip RK3399

openEuler 24.03 LTS(kernel version 6.6)
openEuler 22.03 LTS SP3(kernel version 5.10)
openEuler 22.03 LTS SP2(kernel version 5.10)
openEuler 20.03 LTS(kernel version 4.19)

Community Support

Build a unified system image
Radxa Rock Pi 4A

Rockchip RK3399

openEuler 22.03 LTS(kernel version 5.10)
openEuler 20.03 LTS(kernel version 4.19)

Community Support

Build a unified system image
Firefly ROC-RK3566-PC

Rockchip RK3566

openEuler 24.03 LTS(kernel version 6.6)
openEuler 22.03 LTS SP3(kernel version 5.10)
openEuler 22.03 LTS SP2(kernel version 5.10)

Community Support

Build a unified system image
Firefly ROC-RK3568-PC-SE

Rockchip RK3568

openEuler 22.03 LTS SP3(kernel version 5.10)
openEuler 22.03 LTS SP2(kernel version 5.10)

Community Support

Build a unified system image
Firefly ROC-RK3568-PC

Rockchip RK3568

openEuler 22.03 LTS SP3(kernel version 5.10)
openEuler 22.03 LTS SP2(kernel version 5.10)

Community Support

Build a unified system image
BananaPi Armsom-Sige5

Rockchip RK3576

openEuler 22.03 LTS SP3(kernel version 6.1)

Basic Support

Build a unified system image
100ASK DShanPi A1

Rockchip RK3576

openEuler 22.03 LTS SP3(kernel version 6.1)

Basic Support

Build a unified system image
Firefly ITX-3588J

Rockchip RK3588

openEuler 22.03 LTS SP3(kernel version 5.10)

Community Support

Build a unified system image
Firefly ROC-RK3588S-PC

Rockchip RK3588

openEuler 22.03 LTS SP3(kernel version 5.10)
openEuler 22.03 LTS SP2(kernel version 5.10)

Community Support

Build a unified system image
Radxa Rock-5B

Rockchip RK3588

openEuler 22.03 LTS SP3(kernel version 5.10)
openEuler 22.03 LTS SP2(kernel version 5.10)

Community Support

Build a unified system image
Phytium Pi 4GB

Phytium

openEuler 24.03 LTS(kernel version 6.6)
openEuler 22.03 LTS SP3(kernel version 5.10)

Community Support

Build a unified system image
Orange Pi Zero 2

Allwinner H616

openEuler 24.03 LTS(kernel version 6.6)
openEuler 20.03 LTS(kernel version 4.19)

Community Support

Build a unified system image
Longan Pi 3H

Allwinner H618

openEuler 24.03 LTS(kernel version 6.6)

Community Support

Build a unified system image
\ No newline at end of file diff --git a/documents/compatibility-list.md b/documents/compatibility-list.md new file mode 100644 index 0000000..846f7ed --- /dev/null +++ b/documents/compatibility-list.md @@ -0,0 +1,147 @@ +# 开发板兼容性列表 +[English](./compatibility-list.en.md) | 简体中文 + +>![](public_sys-resources/icon-notice.gif) **须知:** +>1. 下表所列的树莓派开发板(除树莓派 5 外)均支持 openEuler 的全部发行版本,此处仅展示其当前支持的最新版本。 +>2. 下表中的 `支持程度` 指 openEuler 社区对开发板的支持水平,按照高到低分为以下三个等级: +> - `官方支持`:内核已完成对 openEuler 的适配,社区官方发布并维护的镜像,提供完整的系统支持和更新保障。 +> - `社区支持`:内核已完成对 openEuler 的适配,社区提供对应的内核源码仓库,用户需要基于该内核源码和 openEuler 软件源构建镜像。 +> - `基本支持`:内核尚未适配到 openEuler,用户需使用开发板的上游内核源码,并结合 openEuler 软件源构建镜像。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

硬件型号

CPU

操作系统

支持程度

备注

Raspberry Pi 5

Broadcom BCM2712

openEuler 24.03 LTS SP2内核版本 6.6
openEuler 24.03 LTS SP1内核版本 6.6

官方支持下载镜像
Raspberry Pi 4B

Broadcom BCM2711

openEuler 24.03 LTS SP2内核版本 6.6
历史版本

官方支持下载镜像
Raspberry Pi 400

Broadcom BCM2711

openEuler 24.03 LTS SP2内核版本 6.6
历史版本

官方支持下载镜像
Raspberry Pi 3B+

Broadcom BCM2837B0

openEuler 24.03 LTS SP2内核版本 6.6
历史版本

官方支持下载镜像
Raspberry Pi 3B

Broadcom BCM2837

openEuler 24.03 LTS SP2内核版本 6.6
历史版本

官方支持下载镜像
Firefly RK3399

Rockchip RK3399

openEuler 24.03 LTS(内核版本 6.6
openEuler 22.03 LTS SP3(内核版本 5.10
openEuler 22.03 LTS SP2(内核版本 5.10
openEuler 20.03 LTS(内核版本 4.19

社区支持

构建完整镜像
Radxa Rock Pi 4A

Rockchip RK3399

openEuler 22.03 LTS(内核版本 5.10
openEuler 20.03 LTS(内核版本 4.19

社区支持

构建完整镜像
Firefly ROC-RK3566-PC

Rockchip RK3566

openEuler 24.03 LTS(内核版本 6.6
openEuler 22.03 LTS SP3(内核版本 5.10
openEuler 22.03 LTS SP2(内核版本 5.10

社区支持

构建完整镜像
Firefly ROC-RK3568-PC-SE

Rockchip RK3568

openEuler 22.03 LTS SP3(内核版本 5.10
openEuler 22.03 LTS SP2(内核版本 5.10

社区支持

构建完整镜像
Firefly ROC-RK3568-PC

Rockchip RK3568

openEuler 22.03 LTS SP3(内核版本 5.10
openEuler 22.03 LTS SP2(内核版本 5.10

社区支持

构建完整镜像
BananaPi Armsom-Sige5

Rockchip RK3576

openEuler 22.03 LTS SP3(内核版本 6.1

基本支持

构建完整镜像
100ASK DShanPi A1

Rockchip RK3576

openEuler 22.03 LTS SP3(内核版本 6.1

基本支持

构建完整镜像
Firefly ITX-3588J

Rockchip RK3588

openEuler 22.03 LTS SP3(内核版本 5.10

社区支持

构建完整镜像
Firefly ROC-RK3588S-PC

Rockchip RK3588

openEuler 22.03 LTS SP3(内核版本 5.10
openEuler 22.03 LTS SP2(内核版本 5.10

社区支持

构建完整镜像
Radxa Rock-5B

Rockchip RK3588

openEuler 22.03 LTS SP3(内核版本 5.10
openEuler 22.03 LTS SP2(内核版本 5.10

社区支持

构建完整镜像
Phytium Pi 4GB

Phytium

openEuler 24.03 LTS(内核版本 6.6
openEuler 22.03 LTS SP3(内核版本 5.10

社区支持

构建完整镜像
Orange Pi Zero 2

Allwinner H616

openEuler 24.03 LTS(内核版本 6.6
openEuler 20.03 LTS(内核版本 4.19

社区支持

构建完整镜像
Longan Pi 3H

Allwinner H618

openEuler 24.03 LTS(内核版本 6.6

社区支持

构建完整镜像
\ No newline at end of file -- Gitee