Armbian Linux build tools https://www.armbian.com
Find a file
2017-07-01 01:39:05 -03:00
.github
bin
config WIP target for Nanopi K2 2017-06-28 12:07:31 +02:00
extras
extras-buildpkgs Updated hostapd example configuration with working 802.11ac example for most used QCA988X cards. 2017-06-23 16:56:33 +02:00
patch bugfix: when trying set fmt, like V4L2_PIX_FMT_{BGR24,SGBRG8}, driver sets BGGR 8bits format and causes segmentation fault. The raw bayer format was disable. 2017-07-01 01:39:05 -03:00
scripts Fix for switching back to 4 active CPU cores 2017-06-18 13:42:22 +02:00
.gitignore
build-all.sh
chroot-buildpackages.sh
common.sh Enhancements to kernel and u-boot build process 2017-06-15 17:54:48 +03:00
compile.sh Typo 2017-06-17 21:35:45 +02:00
configuration.sh Bump up for bugfix release 2017-06-23 18:34:14 +02:00
debootstrap-ng.sh Small enhancement 2017-06-18 17:22:12 +03:00
desktop.sh
distributions.sh Enhancements to image type and board selection menu 2017-06-18 17:14:15 +03:00
Dockerfile
fel-load.sh
general.sh Change the expert mode text 2017-06-27 22:26:39 +03:00
LICENSE
main.sh Bugfix 2017-06-27 20:41:13 +03:00
makeboarddeb.sh Enhancements to image type and board selection menu 2017-06-18 17:14:15 +03:00
README-Vagrant.md
README.md
repo-show.sh
repo-update.sh
Vagrantfile

Armbian

Ubuntu and Debian images for ARM based single-board computers https://www.armbian.com

How to build my own image or kernel?

Supported build environments:

Execution

apt-get -y install git
git clone https://github.com/igorpecovnik/lib --depth 1
cp lib/compile.sh .
./compile.sh

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 change a kernel configuration?

Edit compile.sh and set

KERNEL_CONFIGURE="yes"

or pass this option as a command line parameter like

./compile.sh KERNEL_CONFIGURE=yes

to display the kernel configuration menu during the compilation process

Reporting issues

Please read this notice first before opening an issue.

More info: