The official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS images from source, including kernel configuration, U-Boot handling, and board-specific tweaks for various ARM and ARM64 single-board computers.
Go to file
Tonymac32 1b7002739e uboot blob le potato
preliminary blob using p212 dtb. See issues booting nanopi-k2 for reference.

Boots to desktop, but desktop looks dark on Samsung monitor.

TODO:  develop dtb specifically for board.
2017-08-07 01:45:45 -04:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
config meson64.conf add le potato case bootscript 2017-08-06 20:31:34 -04:00
lib Small cleanup 2017-08-06 17:11:16 +03:00
packages uboot blob le potato 2017-08-07 01:45:45 -04:00
patch Cleanup for the sun8i drivers migration 2017-08-06 19:07:46 +03:00
.dockerignore Improve Docker support 2017-08-01 12:30:34 +03:00
.gitignore Improve Vagrant support 2017-08-01 12:31:05 +03:00
compile.sh Small cleanup 2017-08-06 17:11:16 +03:00
config-docker.conf Docker and Vagrant fixes and improvements 2017-08-02 21:57:33 +03:00
config-vagrant.conf Improve Vagrant support 2017-08-01 12:31:05 +03:00
Dockerfile Docker and Vagrant fixes and improvements 2017-08-02 21:57:33 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Add migration checks and messages 2017-08-01 12:28:19 +03:00
README.md Refactor directory structure 2017-08-01 12:24:56 +03:00
Vagrantfile Docker and Vagrant fixes and improvements 2017-08-02 21:57:33 +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/armbian/build
cd build
./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.

Reporting issues

Please read this notice first before opening an issue.

More info: