From 09a0c9bdf2c2c3f0d57164479c1f6f103bea9c52 Mon Sep 17 00:00:00 2001 From: shipinsky Date: Thu, 13 Mar 2025 14:57:25 +0800 Subject: [PATCH 1/2] REAME: delete useless file --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 582ab5dbc6..0000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# linux-kernel-xenomai -## 1 项目简介 -Xenomai在Phytium CPU配套的开发板上配套的Linux kernel,推荐使用Linux kernel 5.10.209-dovetail1和Xenomai v3.2.4。
-本开源仓库的内核代码支持E2000Q,飞腾派等飞腾CPU。
- -## 2 安装和使用教程 -### 2.1 Xenomai配套Linux kernel 5.10.209-dovetail1的用户手册和源代码获取路径 -Xenomai用户手册名称为 Xenomai_内核_5.10_用户使用手册_v3.x.x.pdf,获取方法如下:
-https://gitee.com/phytium_embedded/phytium-embedded-docs/tree/master/linux/xenomai
- -Linux kernel源代码链接如下:
-https://gitee.com/phytium_embedded/linux-kernel-xenomai/tree/5.10.209-dovetail1
- -Xenomai版本是3.2.4,源代码链接如下:
-https://source.denx.de/Xenomai/xenomai/-/tree/v3.2.4
- -### 2.2 Xenomai配套Linux kernel 4.19.209-cip59的用户手册和源代码获取路径 -Xenomai用户手册名称为 Xenomai_内核_4.19_用户使用手册_v2.x.x.pdf,获取方法如下:
-https://gitee.com/phytium_embedded/phytium-embedded-docs/tree/master/linux/xenomai
- -Linux kernel源代码链接如下:
-https://gitee.com/phytium_embedded/linux-kernel-xenomai/tree/4.19.209-cip59
- -Xenomai版本是3.1.3,源代码链接如下:
-https://source.denx.de/Xenomai/xenomai/-/tree/v3.1.3
- -## 3 贡献人员 -该项目的开发成员列表如下:
- - zhanglin1040@phytium.com.cn - guochunrong@phytium.com.cn -该项目的评审成员列表如下:
- - weishanshan1084@phytium.com.cn - linan1284@phytium.com.cn - zhuhonglei1714@phytium.com.cn - lizongjun@phytium.com.cn -- Gitee From 96416047480c21cc764744dcc206d55bb2517d17 Mon Sep 17 00:00:00 2001 From: shipinsky Date: Thu, 13 Mar 2025 14:59:21 +0800 Subject: [PATCH 2/2] REAME: delete useless file --- README.en.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 2752cfa0e3..0000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# linux-kernel-xenomai - -#### Description -Phytium linux 内核打上 Xenomai 补丁, 可以构建 Xenomai cobalt 的内核镜像, 构建方法详见 https://gitee.com/phytium_embedded/phytium-xenomai - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee