openeuler-ci-bot 063708b5f0 !4 update changelog
Merge pull request !4 from woqidaideshi/dev
2020-08-06 15:30:30 +08:00
2020-07-02 11:52:36 +08:00
2020-07-29 18:09:53 +08:00
2020-06-11 09:30:00 +08:00

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

  1. The version of raspberrypi kernel is in the front of .raspi.aarch64 such as 4.19.90-2005.2.0.0001.raspi.aarch64.
  2. The module files will be installed into /lib/modules/ such as /lib/modules/4.19.90-2005.2.0.0001.raspi.aarch64, where 4.19.90-2005.2.0.0039.raspi is the version of raspberrypi kernel.
  3. The image file will be installed into /boot/ such as /boot/vmlinuz-4.19.90-2005.2.0.0001.raspi.aarch64. Meanwhile, the /boot/kernel8.img will be overrided by the image file.
  4. The device tree files will be installed into /boot/ such as /boot/dtb-4.19.90-2005.2.0.0001.raspi.aarch64. Meanwhile, the .dtb files and overlays folder in this dtb-4.19.90-2005.2.0.0001.raspi.aarch64 directory will replace the corresponding files in /boot/.

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request
Description
No description provided
Readme 176 MiB
Languages
RPM Spec 100%