Armbian Linux build tools https://www.armbian.com
Find a file
2020-02-06 23:47:12 +01:00
.github Create FUNDING.yml 2019-06-16 18:53:35 +02:00
config Update rockchip64 kernel config - getting closer to Ayufan configuration which is apparently more stable. Need testings 2020-02-06 23:47:12 +01:00
lib Bugfix: Wireguard tools on Bullseye were installing not needed dkms package 2020-02-04 20:34:29 +01:00
packages Bugfix - Network manager randomizing MAC (#1780) 2020-02-04 18:25:30 +01:00
patch Update rockchip64 kernel config - getting closer to Ayufan configuration which is apparently more stable. Need testings 2020-02-06 23:47:12 +01:00
.dockerignore Improve Docker support 2017-08-01 12:30:34 +03:00
.editorconfig Added .editorconfig, removed obsoleted upgrade.sh and main.sh, launching user_config function. (#1543) 2019-09-07 23:28:42 +02:00
.gitignore Add /userpatches to .gitignore (#1585) 2019-10-06 20:56:28 +02:00
compile.sh Add exceptions to support native Ubuntu 20.04 building (#1764) 2020-02-02 10:31:30 +01:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
README.md build optimize for upstream (#1713) 2020-01-06 23:45:28 +01:00
VERSION Move meson64 to mainline + patches (#1748) 2020-01-18 19:05:55 +01:00

Armbian

Debian based Linux for ARM based single-board computers

https://www.armbian.com

How to build an image or a kernel?

Supported build environment is Ubuntu Bionic 18.04 x64 (minimal iso image).

  • guest inside a VirtualBox or other virtualization software,
  • guest managed by Vagrant. This uses Virtualbox (as above) but does so in an easily repeatable way,
  • inside a Docker, systemd-nspawn or other container environment (example),
  • running natively on a dedicated PC or a server (not recommended),
  • 25GB disk space or more and 2GB RAM or more available for the VM, container or native OS,
  • superuser rights (configured sudo or root access).

Execution

apt -y install git
git clone https://github.com/armbian/build
cd build
./compile.sh

Make sure that full path to the build script does not contain spaces.

You will be prompted with a selection menu for a build option, a board name, a kernel branch and an OS release. Please check the documentation for advanced options and additional customization.

Build process uses caching for the compilation and the debootstrap process, so consecutive runs with similar settings will be much faster.

How to report issues?

Please read this notice first before opening an issue.

How to contribute?

  • Fork the project
  • Make one or more well commented and clean commits to the repository.
  • Perform a pull request in github's web interface.

If it is a new feature request, don't start the coding first. Remember to open an issue to discuss the new feature.

If you are struggling, check this detailed step by step guide on contributing.

Where to get more info?