2 Repos
Build pipelines that compile and package Linux kernels and bootloaders optimized for specific single-board computer hardware.
Distinct from Hardware Specific Bootloaders: Distinct from Bootloader Compilation or Hardware Specific Bootloaders: this tag covers full build pipelines for both kernel and bootloader, including packaging and hardware-specific configuration, not just bootloader compilation or bootloaders themselves.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel and Bootloader Build Pipelines. Refine with filters or upvote what's useful.
This repository is the Armbian build framework — an embedded Linux build system for generating custom operating system images tailored to single-board computers, primarily targeting ARM and RISC-V architectures. The build process is orchestrated by GNU Makefiles and relies on a chroot-based environment to assemble the root filesystem, manage cross-compilation toolchains, and aggregate binary firmware blobs for hardware compatibility. Kernel and bootloader source trees are fetched via git, with structured patches applied in a controlled sequence, while each supported board is described by a ded
Builds and packages Linux kernels and bootloaders tailored to ARM and RISC-V single-board computers.
fnnas is a Debian-based network attached storage operating system and deployment framework designed to transform x86 and Arm64 hardware into private storage servers. It provides a custom operating system image builder and a kernel compilation tool for building and packaging specific kernels and device tree blobs for various hardware platforms. The project includes a hardware-specific deployer that maps device models to required bootloaders and kernel tags. It features an eMMC backup and recovery tool to save factory system images from internal storage and restore them to revert system changes
Provides full build pipelines for compiling and packaging Linux kernels and device trees optimized for specific hardware.