# raspberry-kernel #### Description 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`. #### Software Architecture AArch64 #### Installation dnf install raspberrypi-kernel #### Instructions 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 /boot/. #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request