1.3 KiB
1.3 KiB
raspberrypi-kernel
Description
Kernel Image of Raspberry Pi.
The kernel.tar.gz is from https://gitee.com/openeuler/raspberrypi-kernel. After you put your public ssh key into your account in gitee, you can obtain kernel.tar.gz by executing command . SOURCE. You can directly use the kernel.tar.gz in this repository instead.
Software Architecture
AArch64
Installation
dnf install raspberrypi-kernel
Instructions
- The version of raspberrypi kernel is in the front of
.raspi.aarch64such as5.10.0-4.0.0.1.raspi.aarch64. - The module files will be installed into
/lib/modules/such as/lib/modules/5.10.0-4.0.0.1.raspi.aarch64, where5.10.0-4.0.0.1.raspiis the version of raspberrypi kernel. - The image file will be installed into
/boot/such as/boot/vmlinuz-5.10.0-4.0.0.1.raspi.aarch64. Meanwhile, the/boot/kernel8.imgwill be overrided by the image file. - The device tree files will be installed into
/boot/such as/boot/dtb-5.10.0-4.0.0.1.raspi.aarch64. Meanwhile, the.dtbfiles andoverlaysfolder in thisdtb-5.10.0-4.0.0.1.raspi.aarch64directory will replace the corresponding files in/boot/.
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request