名称 最后提交 最后更新
Documentation raspi document
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch ln -s arm64/boot/dts/overlays
block block: fix inaccurate io_ticks
certs respberry-linux-4.19.108
crypto crypto: ecdh - fix big endian bug in ECC library
drivers respberry-linux-4.19.108
firmware kbuild: remove all dummy assignments to obj-
fs btrfs: don't use WARN_ON when ret is -ENOTENT in __btrfs_free_extent()
include respberry-linux-4.19.108
init fork: fix some -Wmissing-prototypes warnings
ipc ipc/mqueue.c: only perform resource calculation if user valid
kabi kabi: add kabi list for arm64
kernel respberry-linux-4.19.108
lib idr: Fix idr_get_next_ul race with idr_remove
mm respberry-linux-4.19.108
net respberry-linux-4.19.108
samples samples: bpf: fix syscall_tp due to unused syscall
scripts respberry-linux-4.19.108
security apparmor: Fix use-after-free in aa_audit_rule_init
sound respberry-linux-4.19.108
tools selftest/membarrier: fix build error
usr kbuild: clean compressed initramfs image
virt KVM: arm/arm64: use esr_ec as trace field of kvm_exit tracepoint
.clang-format clang-format: Set IndentWrappedFunctionNames false
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
README.en.md
README.md
  • raspberrypi-kernel

  • 介绍

  • 支持硬件

  • 编译

  • 使用说明

  • 参与贡献

  • 码云特技

README.md

raspberrypi-kernel

介绍

适用于树莓派 的 4.19.90 版本的内核源码,主开发分支为 master 分支。

本仓库基于 openEuler 20.3 LTS 的 4.19.90-2003.4.0 版本的内核,合并了上游 树莓派内核 4.19.y 的分支代码。

支持硬件

树莓派 3B/3B+/4B

架构:AArch64

编译

编译内核和内核模块。

  1. 准备编译环境

操作系统:openEuler 或 CentOS 7/8

架构:AArch64

交叉编译请参照:交叉编译内核

  1. 下载源码

git clone git@gitee.com:openeuler/raspberrypi-kernel.git

  1. 载入默认设置

make openeuler-raspi_defconfig

  1. 编译内核

make ARCH=arm64 -j4

  1. 创建编译内核模块目录

mkdir ../output

  1. 编译内核模块

make INSTALL_MOD_PATH=../output/ modules_install

至此,内核编译完成。

使用说明

利用上面编译好的内核来构建镜像,具体文档参见 raspberrypi 仓库

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

码云特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. 码云官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
  4. GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
  5. 码云官方提供的使用手册 https://gitee.com/help
  6. 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/

项目简介

It provides openEuler kernel source for Raspberry Pi

发行版本

当前项目没有发行版本

贡献者 831

全部贡献者

开发语言

  • C 96.3 %
  • C++ 1.4 %
  • Assembly 1.3 %
  • Objective-C 0.3 %
  • Makefile 0.3 %
反馈
建议
客服 返回
顶部