From 6c289655dc08e13245345948a47a0ea630d34993 Mon Sep 17 00:00:00 2001 From: woqidaideshi Date: Sun, 19 Apr 2020 16:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 ++++++++ README.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/README.en.md b/README.en.md index 63fe04c..a2d2180 100644 --- a/README.en.md +++ b/README.en.md @@ -2,6 +2,14 @@ #### Description +Alpha version of openEuler image for Raspberry Pi: . + +Basic information of the above image: + +- Kernel version number: openEuler-20.03-LTS +- Firmware source: [firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- Repository of rootfs: [openEuler-20.03-LTS](http://repo.openeuler.org/openEuler-20.03-LTS/everything/aarch64/) + This repository provides scripts for building openEuler image for Raspberry Pi and related documents: * [Script for building openEuler image for Raspberry Pi](build_img.sh) diff --git a/README.md b/README.md index 14bbff2..fde0abd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ #### 介绍 +内测版本镜像:。 + +该镜像的基本信息: + +- 内核版本号:openEuler-20.03-LTS +- 固件来源:[firmware](https://github.com/raspberrypi/firmware)、[bluez-firmware](https://github.com/RPi-Distro/bluez-firmware)、[firmware-nonfree](https://github.com/RPi-Distro/firmware-nonfree) +- 构建文件系统的源仓库:[openEuler-20.03-LTS](http://repo.openeuler.org/openEuler-20.03-LTS/everything/aarch64/) + + 本仓库提供适用于树莓派的 openEuler 镜像的构建脚本和相关文档: * [适用于树莓派的 openEuler 镜像构建脚本](build_img.sh) -- Gitee