Armbian Linux build tools https://www.armbian.com
Find a file
2017-02-23 20:51:39 +03:00
.github Update the issue and PR templates 2017-01-15 00:48:36 +03:00
bin Preliminary Mqmaker MiQi + some other Rockchip RK3288 boards support. U-boot and kernel 4.4.50 ... building o.k., tested booting to u-boot. 2017-02-20 14:35:25 +01:00
config Cubox NEXT kernel configuration update, added AUFS 2017-02-23 16:33:33 +01:00
extras Add firmware-realtek to replaces files of armbian-firmware 2017-01-03 19:04:05 +03:00
extras-buildpkgs Fix for building sunxi-tools extra package 2017-02-06 18:02:44 +03:00
patch Adjusting patches due to upstream version bump 2017-02-23 18:10:56 +01:00
scripts Remove unused MiQi case 2017-02-23 12:12:36 +01:00
.gitignore Tidying up the Vagrant stuff. Added support for userscripts. More docs. (#601) 2017-01-15 00:42:20 +03:00
build-all.sh Small enhancement to build-all part 2017-02-06 09:49:40 +01:00
chroot-buildpackages.sh Add extra message for external packages install step 2017-02-23 20:51:39 +03:00
common.sh Convert boot_mode and sun8i machid tou-boot patch 2017-02-22 15:26:26 +03:00
compile.sh Implement old rootfs cache files clean up option 2017-01-21 16:02:22 +03:00
configuration.sh Restore resolvconf functionality for the OS images 2017-02-21 15:40:17 +03:00
debootstrap-ng.sh Restore resolvconf functionality for the OS images 2017-02-21 15:40:17 +03:00
desktop.sh Remove ALSA output customization from desktop images 2017-01-28 15:28:40 +03:00
distributions.sh Restore resolvconf functionality for the OS images 2017-02-21 15:40:17 +03:00
Dockerfile Update container dependencies 2016-07-16 17:08:24 +03:00
fel-load.sh Compatibility of FEL boot with overlay wrapper 2017-01-04 21:22:53 +03:00
general.sh initial Debian Stretch target support 2017-02-05 19:05:58 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Implement old rootfs cache files clean up option 2017-01-21 16:02:22 +03:00
makeboarddeb.sh Enable mpv video output on sun8i/sun50iw2 dev configs 2017-01-25 16:38:07 +03:00
README-Vagrant.md Warning about a bug in Virtualbox. 2017-01-24 21:28:07 -07:00
README.md README.md: Fix typo (Vargant -> Vagrant) 2017-01-30 10:59:28 +01:00
repo-show.sh Remove Wheezy and trusty targets support part 1 2017-01-12 15:31:53 +03:00
repo-update.sh Remove Wheezy and trusty targets support part 1 2017-01-12 15:31:53 +03:00
upgrade.sh Really remove sunxi_no_mali_mem_reserve 2016-10-04 08:12:15 +02:00
Vagrantfile Tidying up the Vagrant stuff. Added support for userscripts. More docs. (#601) 2017-01-15 00:42:20 +03:00

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: