Skip to content

「趣味向け」Fully Optimised Kernel for Raspberry Pi 3B+ 

License

Notifications You must be signed in to change notification settings

timleunghk/raspberrypi_3B_Plus_Kernel

Repository files navigation

Procedure

  1. Get 64Bit Cross Compiler by sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

  2. Build according to bcmrpi3_defconfig (Raspberry Pi 3B+) make -j4 ARCH=arm64 KERNEL=kernel7 CROSS_COMPILE=aarch64-linux-gnu- bcmrpi3_defconfig

  3. Do Modification of Kernel through menuconfig make -j4 ARCH=arm64 KERNEL=kernel7 CROSS_COMPILE=aarch64-linux-gnu- menuconfig

  4. Make Kernel make -j4 ARCH=arm64 KERNEL=kernel7 CROSS_COMPILE=aarch64-linux-gnu-

  5. Make Module files for this Kernel make -j4 ARCH=arm64 KERNEL=kernel7 CROSS_COMPILE=aarch64-linux-gnu- modules

Reference (In Traditional Chinese Only) https://blog.gtwang.org/iot/raspberry-pi-compile-linux-kernel/

About

「趣味向け」Fully Optimised Kernel for Raspberry Pi 3B+ 

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published