Skip to content

PeterMalkin/rpi-rt-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Raspbian with fully preemptive real-time kernel 5.10.

How to build the sdcard image

Clone this repository and run make. It will create a folder build with a zipped sdcard image.

How to customize the kernel image

Run make custom. You will get a shell to a container. Then run:

cd /rpi-rt-kernel/linux
make menuconfig

After exiting a .config file is created, which needs to be copied out of the container:

docker cp your-container:/rpi-rt-kernel/linux/.config .config

Exit the container and run make again to get a new sdcard image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 47.9%
  • Shell 38.1%
  • Makefile 14.0%