Linux Kernel Building for Raspberry Pi 4
Preparations
- Raspberry Pi Development Setting Get some snippets from the manual!
Repositories
git clone https://github.com/kimdukyu/rpi4-uboot.git
git clone https://bitbucket.org/jayleekr0125/rpi-5.4.y.git
Build a kernel, dtb, rootfs, etc.
- Kernel Building for Raspberry Pi (Official) Get some snippets from the manual!
- Build a kernel using Build root Get some snippets from the manual!
Related Repositories
git clone git://git.buildroot.net/buildroot
Write on SD Card
- Write the image on a SD Card Get some snippets from the manual!
Update the Image and dtb files
- Build a kernel using kimdukyu git repositories Get some snippets from the manual!
Related Repositories
git clone https://github.com/kimdukyu/rpi4-toolchain.git
git clone https://github.com/kimdukyu/rpi4-kernel.git
git clone --depth=1 --branch=rpi-5.12.y https://github.com/raspberrypi/linux # replaceable wth the rpi4-kernel