2020-06-11 09:30:00 +08:00
# raspberry-kernel
2020-06-10 23:30:42 +08:00
#### Description
2020-06-11 09:30:00 +08:00
Kernel Image of Raspberry Pi.
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 get kernel.tar.gz with executing command `. SOURCE` .
2020-06-10 23:30:42 +08:00
#### Software Architecture
2020-06-11 09:30:00 +08:00
AArch64
2020-06-10 23:30:42 +08:00
#### Installation
2020-06-11 09:30:00 +08:00
dnf install raspberrypi-kernel
2020-06-10 23:30:42 +08:00
#### Instructions
2020-06-11 09:30:00 +08:00
1. The version of raspberrypi kernel end with `.raspi` .
2. The module files is installed into /lib/modules.
3. The image files and other files of kernel is installed into /usr/share/raspberrypi-kernel/.
2020-06-10 23:30:42 +08:00
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request