Skip to content

Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum

License

Notifications You must be signed in to change notification settings

45Drives/linux-storjr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storinator JR Kernel

Cross Compilation Steps

Prerequisites

You must have docker or podman installed. If you want to use podman, edit cross_compile/build_cm4.sh and change CONTAINER_BIN=docker to CONTAINER_BIN=podman.

Compiling

git clone https://github.com/45Drives/linux.git
cd linux
git submodule update --init # run if you want zfs module
cd cross_compile
./build_cm4 64 -y # omit -y if you want to customize config

Installing

Once compilation is complete, the files are installed to cross_compile/rootfs/ and cross_compile/boot/. Copy files from rootfs/ into the root partition of the Pi and files from boot/ into the boot partition.

Linux kernel

There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first.

In order to build the documentation, use make htmldocs or make pdfdocs. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.

About

Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.2%
  • Assembly 1.1%
  • Shell 0.3%
  • Makefile 0.2%
  • Perl 0.1%
  • Python 0.1%