Skip to content

Toolchain and scripts for cross-compiling Linux kernel for Raspberry Pi

Notifications You must be signed in to change notification settings

Terminus-IMRC/cross-rpi-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

cross-rpi-kernel

A Docker image for cross-compiling Linux kernel for Raspberry Pi and a build script for it.

Example use

$ git clone git@github.com:Idein/linux.git --branch rpi-4.9.y-vc4mem
$ git clone git@github.com:Terminus-IMRC/cross-rpi-kernel.git
$ cd linux/
$ ../cross-rpi-kernel/build_kernel.sh -v 2 -t bcm2709_defconfig    # Load default config
$ ../cross-rpi-kernel/build_kernel.sh -v 2    # Build and install to dest-rpi2/
$ rsync --rsync-path='sudo rsync' -r dest-rpi2/ pi@remote:/    # Transfer to remote Pi

About

Toolchain and scripts for cross-compiling Linux kernel for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages