A simple container that makes rebuilding a Raspberry Pi kernel a breeze.
386
This Docker container was built with one idea in mind (similar to most other containers...)
Its entire purpose is to build and expose a Linux kernel, specifically for the Raspberry Pi. The build system pulls the kernel source and raspi firmware from the raspi Github account. AUFS source also gets pulled from Sourceforge and patched in to the kernel.
You can pass some environment variables in to the container when you run it:
This is still a work in progress, but it's making its way to a workable, usable state. Some things need to be migrated out of the build parts and into the actual build script that executes when the container is run.
Super easy to run. Just expose a volume for the kernel build and off you go:
docker run -it -d -v /hostpath/kernel:/kern maiome/rpi-kernel-build
There's a little bit more information here. Enjoy~
Content type
Image
Digest
sha256:5c8f8485e…
Size
183.5 MB
Last updated
almost 11 years ago
docker pull maiome/rpi-kernel-build