compatibility list
This commit is contained in:
parent
136ee40792
commit
14ad3c5bc1
@ -54,6 +54,7 @@ You can get introduction of openEuler SBC SIG from [sig-SBC](https://gitee.com/o
|
|||||||
|
|
||||||
- [documents](./documents/):
|
- [documents](./documents/):
|
||||||
- [How to contribute](documents/CONTRIBUTING.md)
|
- [How to contribute](documents/CONTRIBUTING.md)
|
||||||
|
- [Compatibility List](documents/compatibility-list.en.md)
|
||||||
- [Raspberry Pi](documents/RaspberryPi.md)
|
- [Raspberry Pi](documents/RaspberryPi.md)
|
||||||
- [Getting started with Raspberry Pi](documents/RaspberryPi.md)
|
- [Getting started with Raspberry Pi](documents/RaspberryPi.md)
|
||||||
- [Install openEuler on an SD card](documents/raspberrypi/刷写镜像.md)
|
- [Install openEuler on an SD card](documents/raspberrypi/刷写镜像.md)
|
||||||
|
|||||||
@ -53,6 +53,7 @@ SIG 组基本信息位于 [sig-SBC](https://gitee.com/openeuler/community/tree/m
|
|||||||
|
|
||||||
- [documents](./documents/): 使用文档
|
- [documents](./documents/): 使用文档
|
||||||
- [贡献指南](documents/CONTRIBUTING.md)
|
- [贡献指南](documents/CONTRIBUTING.md)
|
||||||
|
- [开发板兼容性列表](documents/compatibility-list.md)
|
||||||
- [树莓派](documents/RaspberryPi.md)
|
- [树莓派](documents/RaspberryPi.md)
|
||||||
- [树莓派快速入门](documents/RaspberryPi.md)
|
- [树莓派快速入门](documents/RaspberryPi.md)
|
||||||
- [刷写镜像](documents/raspberrypi/刷写镜像.md)
|
- [刷写镜像](documents/raspberrypi/刷写镜像.md)
|
||||||
|
|||||||
@ -9,6 +9,8 @@ SBC SIG 交流方式可参考:
|
|||||||
|
|
||||||
本文将以树莓派为例,介绍向 SBC SIG 贡献代码和文档的要求与规范。
|
本文将以树莓派为例,介绍向 SBC SIG 贡献代码和文档的要求与规范。
|
||||||
|
|
||||||
|
另外,针对瑞芯微系列开发板适配指南参考文档有 [openEuler 适配指南](rockchip/openEuler适配指南.md)
|
||||||
|
|
||||||
### 内核源码
|
### 内核源码
|
||||||
SBC SIG 维护的内核源码仓库包括:
|
SBC SIG 维护的内核源码仓库包括:
|
||||||
- [树莓派内核](https://gitee.com/openeuler/raspberrypi-kernel)
|
- [树莓派内核](https://gitee.com/openeuler/raspberrypi-kernel)
|
||||||
|
|||||||
@ -23,6 +23,8 @@
|
|||||||
>- 建议直接使用本文档 [最新镜像](#最新镜像) 章节中给出的 openEuler 的树莓派镜像。
|
>- 建议直接使用本文档 [最新镜像](#最新镜像) 章节中给出的 openEuler 的树莓派镜像。
|
||||||
>- 如需根据自身需求定制镜像,可参考 [openEuler 镜像的构建](raspberrypi/openEuler镜像的构建.md) 和 [交叉编译内核](raspberrypi/交叉编译内核.md)。
|
>- 如需根据自身需求定制镜像,可参考 [openEuler 镜像的构建](raspberrypi/openEuler镜像的构建.md) 和 [交叉编译内核](raspberrypi/交叉编译内核.md)。
|
||||||
|
|
||||||
|
- [贡献指南](CONTRIBUTING.md)
|
||||||
|
- [开发板兼容性列表](compatibility-list.md)
|
||||||
- [树莓派](./raspberrypi): 使用文档
|
- [树莓派](./raspberrypi): 使用文档
|
||||||
- [刷写镜像](raspberrypi/刷写镜像.md)
|
- [刷写镜像](raspberrypi/刷写镜像.md)
|
||||||
- [树莓派使用](raspberrypi/树莓派使用.md)
|
- [树莓派使用](raspberrypi/树莓派使用.md)
|
||||||
@ -45,6 +47,7 @@
|
|||||||
- [构建 rootfs 镜像](scripts/build_rootfs.sh)
|
- [构建 rootfs 镜像](scripts/build_rootfs.sh)
|
||||||
- [将 u-boot、boot、rootfs 合并成一个完整镜像](scripts/gen_image.sh)
|
- [将 u-boot、boot、rootfs 合并成一个完整镜像](scripts/gen_image.sh)
|
||||||
|
|
||||||
|
|
||||||
## 最新镜像
|
## 最新镜像
|
||||||
|
|
||||||
> **须知:**
|
> **须知:**
|
||||||
|
|||||||
@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
## 文件说明
|
## 文件说明
|
||||||
|
|
||||||
|
- [贡献指南](CONTRIBUTING.md)
|
||||||
|
- [开发板兼容性列表](compatibility-list.md)
|
||||||
- [documents](./rockchip): 使用文档
|
- [documents](./rockchip): 使用文档
|
||||||
- [openEuler镜像的构建](rockchip/openEuler镜像的构建.md)
|
- [openEuler镜像的构建](rockchip/openEuler镜像的构建.md)
|
||||||
- [刷写EMMC镜像](rockchip/刷写EMMC镜像.md)
|
- [刷写EMMC镜像](rockchip/刷写EMMC镜像.md)
|
||||||
|
|||||||
147
documents/compatibility-list.en.md
Normal file
147
documents/compatibility-list.en.md
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
# Compatibility List
|
||||||
|
English | [简体中文](./compatibility-list.md)
|
||||||
|
|
||||||
|
> **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.
|
||||||
|
|
||||||
|
|
||||||
|
<table><thead align="left"><tr>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>Model</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>CPU</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>OS</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>Support Level</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>Notes</strong></p></th>
|
||||||
|
</tr></thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-5/">Raspberry Pi 5</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2712</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">kernel version 6.6</a>)<br><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP1/raspi_img/">openEuler 24.03 LTS SP1</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">kernel version 6.6</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">Official Support</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">Download images</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-4-model-b/">Raspberry Pi 4B</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2711</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">kernel version 6.6</a>)<br><a href="./raspberrypi/images.md">more images</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">Official Support</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">Download images</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-400/">Raspberry Pi 400</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2711</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">kernel version 6.6</a>)<br><a href="./raspberrypi/images.md">more images</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">Official Support</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">Download images</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/">Raspberry Pi 3B+</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2837B0</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">kernel version 6.6</a>)<br><a href="./raspberrypi/images.md">more images</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">Official Support</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">Download images</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-3-model-b/">Raspberry Pi 3B</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2837</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">kernel version 6.6</a>)<br><a href="./raspberrypi/images.md">more images</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">Official Support</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">Download images</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/Firefly-RK3399/index.html">Firefly RK3399</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3399</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">kernel version 6.6</a>)<br>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">kernel version 5.10</a>)<br>openEuler 20.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-20.03-LTS/">kernel version 4.19</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-rk3399">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://docs.radxa.com/rock4/rock4ab">Radxa Rock Pi 4A</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3399</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS/">kernel version 5.10</a>)<br>openEuler 20.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-20.03-LTS/">kernel version 4.19</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#radxa-rockpi-4a">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3566-PC/">Firefly ROC-RK3566-PC</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3566</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">kernel version 6.6</a>)<br>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3566-pc">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3568-PC-SE/">Firefly ROC-RK3568-PC-SE</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3568</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3568-pc-se">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3568-PC/">Firefly ROC-RK3568-PC</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3568</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3568-pc">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://docs.armsom.org/armsom-sige5">BananaPi Armsom-Sige5</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3576</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://github.com/armbian/linux-rockchip/tree/rk-6.1-rkr5.1">kernel version 6.1</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Basic Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#bananapi-armsom-sige5">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.dshanpi.org/docs/DshanPi-A1/intro">100ASK DShanPi A1</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3576</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://github.com/dshanpi/dshanpi-a1-linux-kernel/tree/rk-6.1">kernel version 6.1</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Basic Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#100ask-dshanpi-a1">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/Core-3588J/index.html">Firefly ITX-3588J</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3588</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-itx-3588j">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3588S-PC/index.html">Firefly ROC-RK3588S-PC</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3588</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3588s-pc">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://docs.radxa.com/rock5/rock5b">Radxa Rock-5B</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3588</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#radxa-rock-5b">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.phytium.com.cn/homepage/phytium_pie/">Phytium Pi 4GB</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Phytium</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">kernel version 6.6</a>)<br>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">kernel version 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#phytium-pi-4gb">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="http://www.orangepi.cn/orangepiwiki/index.php/Orange_Pi_Zero_2">Orange Pi Zero 2</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Allwinner H616</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">kernel version 6.6</a>)<br>openEuler 20.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-20.03-LTS/">kernel version 4.19</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#orange-pi-zero-2">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.sipeed.com/hardware/zh/longan/h618/lpi3h/1_intro.html">Longan Pi 3H</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Allwinner H618</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">kernel version 6.6</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">Community Support</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#longan-pi-3h">Build a unified system image</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
147
documents/compatibility-list.md
Normal file
147
documents/compatibility-list.md
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
# 开发板兼容性列表
|
||||||
|
[English](./compatibility-list.en.md) | 简体中文
|
||||||
|
|
||||||
|
> **须知:**
|
||||||
|
>1. 下表所列的树莓派开发板(除树莓派 5 外)均支持 openEuler 的全部发行版本,此处仅展示其当前支持的最新版本。
|
||||||
|
>2. 下表中的 `支持程度` 指 openEuler 社区对开发板的支持水平,按照高到低分为以下三个等级:
|
||||||
|
> - `官方支持`:内核已完成对 openEuler 的适配,社区官方发布并维护的镜像,提供完整的系统支持和更新保障。
|
||||||
|
> - `社区支持`:内核已完成对 openEuler 的适配,社区提供对应的内核源码仓库,用户需要基于该内核源码和 openEuler 软件源构建镜像。
|
||||||
|
> - `基本支持`:内核尚未适配到 openEuler,用户需使用开发板的上游内核源码,并结合 openEuler 软件源构建镜像。
|
||||||
|
|
||||||
|
|
||||||
|
<table><thead align="left"><tr>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>硬件型号</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>CPU</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>操作系统</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>支持程度</strong></p></th>
|
||||||
|
<th class="cellrowborder" valign="top" width="10%"><p><strong>备注</strong></p></th>
|
||||||
|
</tr></thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-5/">Raspberry Pi 5</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2712</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">内核版本 6.6</a>)<br><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP1/raspi_img/">openEuler 24.03 LTS SP1</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">内核版本 6.6</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">官方支持</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">下载镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-4-model-b/">Raspberry Pi 4B</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2711</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">内核版本 6.6</a>)<br><a href="./raspberrypi/images.md">历史版本</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">官方支持</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">下载镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-400/">Raspberry Pi 400</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2711</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">内核版本 6.6</a>)<br><a href="./raspberrypi/images.md">历史版本</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">官方支持</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">下载镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/">Raspberry Pi 3B+</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2837B0</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">内核版本 6.6</a>)<br><a href="./raspberrypi/images.md">历史版本</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">官方支持</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">下载镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.raspberrypi.com/products/raspberry-pi-3-model-b/">Raspberry Pi 3B</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Broadcom BCM2837</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p><a href="https://dl-cdn.openeuler.openatom.cn/openEuler-24.03-LTS-SP2/raspi_img/">openEuler 24.03 LTS SP2</a>(<a href="https://gitee.com/openeuler/raspberrypi-kernel/tree/OLK-6.6/">内核版本 6.6</a>)<br><a href="./raspberrypi/images.md">历史版本</a></p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a style="color:green" href="https://repo.openeuler.org/openEuler-24.03-LTS-SP2/raspi_img/">官方支持</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./raspberrypi/images.md">下载镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/Firefly-RK3399/index.html">Firefly RK3399</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3399</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">内核版本 6.6</a>)<br>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">内核版本 5.10</a>)<br>openEuler 20.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-20.03-LTS/">内核版本 4.19</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-rk3399">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://docs.radxa.com/rock4/rock4ab">Radxa Rock Pi 4A</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3399</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS/">内核版本 5.10</a>)<br>openEuler 20.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-20.03-LTS/">内核版本 4.19</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#radxa-rockpi-4a">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3566-PC/">Firefly ROC-RK3566-PC</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3566</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">内核版本 6.6</a>)<br>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3566-pc">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3568-PC-SE/">Firefly ROC-RK3568-PC-SE</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3568</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3568-pc-se">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3568-PC/">Firefly ROC-RK3568-PC</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3568</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3568-pc">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://docs.armsom.org/armsom-sige5">BananaPi Armsom-Sige5</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3576</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://github.com/armbian/linux-rockchip/tree/rk-6.1-rkr5.1">内核版本 6.1</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">基本支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#bananapi-armsom-sige5">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.dshanpi.org/docs/DshanPi-A1/intro">100ASK DShanPi A1</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3576</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://github.com/dshanpi/dshanpi-a1-linux-kernel/tree/rk-6.1">内核版本 6.1</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">基本支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#100ask-dshanpi-a1">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/Core-3588J/index.html">Firefly ITX-3588J</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3588</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-itx-3588j">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.t-firefly.com/zh_CN/ROC-RK3588S-PC/index.html">Firefly ROC-RK3588S-PC</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3588</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#firefly-roc-rk3588s-pc">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://docs.radxa.com/rock5/rock5b">Radxa Rock-5B</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Rockchip RK3588</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)<br>openEuler 22.03 LTS SP2(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP2/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#radxa-rock-5b">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://www.phytium.com.cn/homepage/phytium_pie/">Phytium Pi 4GB</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Phytium</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">内核版本 6.6</a>)<br>openEuler 22.03 LTS SP3(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-22.03-LTS-SP3/">内核版本 5.10</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#phytium-pi-4gb">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="http://www.orangepi.cn/orangepiwiki/index.php/Orange_Pi_Zero_2">Orange Pi Zero 2</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Allwinner H616</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">内核版本 6.6</a>)<br>openEuler 20.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-20.03-LTS/">内核版本 4.19</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#orange-pi-zero-2">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="https://wiki.sipeed.com/hardware/zh/longan/h618/lpi3h/1_intro.html">Longan Pi 3H</a></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>Allwinner H618</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p>openEuler 24.03 LTS(<a href="https://gitee.com/openeuler/rockchip-kernel/tree/openEuler-24.03-LTS/">内核版本 6.6</a>)</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><p style="color:yellow">社区支持</p></td>
|
||||||
|
<td class="cellrowborder" valign="top" width="10%"><a href="./rockchip/构建完整镜像命令列举.md#longan-pi-3h">构建完整镜像</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
Loading…
x
Reference in New Issue
Block a user