- Builds custom kernel, image or a distribution optimized for low-resource hardware,
- Include filesystem generation, low-level control software, kernel image and bootloader compilation,
- Provides a consistent user experience by keeping system standards across different platforms.
- x86_64 / aarch64 machine
- at least 2GB of memory and ~35GB of disk space for VM, container or bare metal installation
- Armbian / Ubuntu Jammy 22.04.x for native building or any Docker capable Linux for containerised
- Windows 10/11 with WSL2 subsystem running Ubuntu Jammy 22.04.x
- Superuser rights (configured sudo or root access).
- Make sure your system is up-to-date! Outdated Docker binaries, for example, can cause trouble.
For stable branch use --branch=v24.11
apt-get -y install git
git clone --depth=1 --branch=main https://github.com/armbian/build
cd build
./compile.sh
- Interactive graphical interface.
- Prepares the workspace by installing the necessary dependencies and sources.
- It guides the entire process and creates a kernel package or a ready-to-use SD card image.
Show work-in-progress areas in interactive mode:
./compile.sh EXPERT="yes"
Build minimal CLI Armbian Jammy for Bananapi M5 with LTS kernel:
./compile.sh \
BOARD=bananapim5 \
BRANCH=current \
RELEASE=jammy \
BUILD_MINIMAL=yes \
BUILD_DESKTOP=no \
KERNEL_CONFIGURE=no
Build with GitHub actions: (advanced version)
name: "Build Armbian"
on:
workflow_dispatch:
jobs:
build-armbian:
runs-on: ubuntu-latest
steps:
- uses: armbian/build@main
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token
armbian_release: "jammy" # userspace
armbian_target: "build" # build=image, kernel=kernel
armbian_board: "bananapim5" # build target
Generated image will be uploaded to your repository release. Note: GitHub upload file limit is 2Gb.
- Building Armbian (how to start)
- Build commands and switches (build options)
- User configuration (how to add packages, patches, and override sources config)
- System config (menu driven utility to setup OS and HW features)
- manually released standard supported builds (quarterly)
- automatically released staging and standard supported builds (daily)
- automatically released community maintained builds (weekly)
Expand
Check similarities, advantages and disadvantages compared with leading industry standard build software.Function | Armbian | Yocto | Buildroot |
---|---|---|---|
Target | general purpose | embedded | embedded / IOT |
U-boot and kernel | compiled from sources | compiled from sources | compiled from sources |
Board support maintenance | complete | outside | outside |
Root file system | Debian or Ubuntu based | custom | custom |
Package manager | APT | any | none |
Configurability | limited | large | large |
Initramfs support | yes | yes | yes |
Getting started | quick | very slow | slow |
Cross compilation | yes | yes | yes |
Expand
βββ cache Work / cache directory
β βββ aptcache Packages
β βββ ccache C/C++ compiler
β βββ docker Docker last pull
β βββ git-bare Minimal Git
β βββ git-bundles Full Git
β βββ initrd Ram disk
β βββ memoize Git status
β βββ patch Kernel drivers patch
β βββ pip Python
β βββ rootfs Compressed userspaces
β βββ sources Kernel, u-boot and other sources
β βββ tools Additional tools like ORAS
β βββ utility
βββ config Packages repository configurations
β βββ targets.conf Board build target configuration
β βββ boards Board configurations
β βββ bootenv Initial boot loaders environments per family
β βββ bootscripts Initial Boot loaders scripts per family
β βββ cli CLI packages configurations per distribution
β βββ desktop Desktop packages configurations per distribution
β βββ distributions Distributions settings
β βββ kernel Kernel build configurations per family
β βββ sources Kernel and u-boot sources locations and scripts
β βββ templates User configuration templates which populate userpatches
β βββ torrents External compiler and rootfs cache torrents
βββ extensions Extend build system with specific functionality
βββ lib Main build framework libraries
β βββ functions
β β βββ artifacts
β β βββ bsp
β β βββ cli
β β βββ compilation
β β βββ configuration
β β βββ general
β β βββ host
β β βββ image
β β βββ logging
β β βββ main
β β βββ rootfs
β βββ tools
βββ output Build artifact
β βββ deb Deb packages
β βββ images Bootable images - RAW or compressed
β βββ debug Patch and build logs
β βββ config Kernel configuration export location
β βββ patch Created patches location
βββ packages Support scripts, binary blobs, packages
β βββ blobs Wallpapers, various configs, closed source bootloaders
β βββ bsp-cli Automatically added to armbian-bsp-cli package
β βββ bsp-desktop Automatically added to armbian-bsp-desktopo package
β βββ bsp Scripts and configs overlay for rootfs
β βββ extras-buildpkgs Optional compilation and packaging engine
βββ patch Collection of patches
β βββ atf ARM trusted firmware
β βββ kernel Linux kernel patches
| | βββ family-branch Per kernel family and branch
β βββ misc Linux kernel packaging patches
β βββ u-boot Universal boot loader patches
| βββ u-boot-board For specific board
| βββ u-boot-family For entire kernel family
βββ tools Tools for dealing with kernel patches and configs
βββ userpatches User: configuration patching area
βββ lib.config User: framework common config/override file
βββ config-default.conf User: default user config file
βββ customize-image.sh User: script will execute just before closing the image
βββ atf User: ARM trusted firmware
βββ kernel User: Linux kernel per kernel family
βββ misc User: various
βββ u-boot User: universal boot loader patches
We always need those volunteering positions:
Just apply and follow!
For commercial or prioritized assistance:
- Book an hour of professional consultation
- Consider becoming a project partner
- Contact us!
Free support:
Find free support via general project search engine, documentation, community forums or IRC/Discord. Remember that our awesome community members mainly provide this in a best-effort manner, so there are no guaranteed solutions.
- Forums for Participate in Armbian
- IRC:
#armbian
on Libera.chat / oftc.net - Matrix: https://forum.armbian.com/topic/40413-enter-the-matrix/
- Discord: https://discord.gg/armbian
- Follow @armbian on π (formerly known as Twitter), Mastodon or LinkedIn.
- Bugs: issues / JIRA
- Office hours: Wednesday, 12 midday, 18 afternoon, CET
Thank you to all the people who already contributed to Armbian!
- Current and past contributors, our families and friends.
- Support staff that keeps forums usable.
- Friends and individuals who support us with resources and their time.
- The Armbian Community helps with their ideas, reports and donations.
Armbian's partnership program helps to support Armbian and the Armbian community! Please take a moment to familiarize yourself with our Partners:
This software is published under the GPL-2.0 License license.