December 11, 2016

Orange Pi PC - Armbian build

I have a Virtual Box running the 64 bit Ubuntu Xenial, as instructed. It is set up for ssh access from the hosting machine, and I am running the build processs through the ssh connection (it makes it easy to cut and paste a log of the process). Git is already installed. I start by cloning the build scripts:
mkdir Armbian
cd Armbian
git clone https://github.com/igorpecovnik/lib --depth 1
cp lib/compile.sh .
su
./compile.sh
Unfortunately a lot of the build process takes place inside some odd curses subwindows, but here is a capture of what can be cut and pasted:
root@xenial:/home/tom/Armbian# ./compile.sh
[ o.k. ] This script will try to update
Already up-to-date.
Already on 'master'
Your branch is up-to-date with 'origin/master'.
[ o.k. ] Preparing [ host ]
[ .... ] Installing package [ dialog ]
[ o.k. ] Build host OS release [ xenial ]

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Installing 52 host dependencies...                                                                                                                                                                                                                                                                                   │  
  │──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│  
  │ Setting up libgcc-5-dev-armhf-cross (5.4.0-6ubuntu1~16.04.1cross1) ...                                                                                                                                                                                                                                               │  
  │ Setting up gcc-5-arm-linux-gnueabihf (5.4.0-6ubuntu1~16.04.1cross1) ...                                                                                                                                                                                                                                              │  
  │ Setting up gcc-arm-linux-gnueabihf (4:5.3.1-1ubuntu1) ...                                                                                                                                                                                                                                                            │  
  │ Setting up keyutils (1.5.9-8ubuntu1) ...                                                                                                                                                                                                                                                                             │  
  │ Setting up libc6-i386 (2.23-0ubuntu5) ...                                                                                                                                                                                                                                                                            │  
  │ Setting up lib32tinfo5 (6.0+20160213-1ubuntu1) ...                                                                                                                                                                                                                                                                   │  
  │ Setting up lib32ncurses5 (6.0+20160213-1ubuntu1) ...                                                                                                                                                                                                                                                                 │  
  │ Setting up libfile-fcntllock-perl (0.22-3) ...                                                                                                                                                                                                                                                                       │  
  │ Setting up gcc-4.9-aarch64-linux-gnu-base (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                │  
  │ Setting up libgcc-4.9-dev-arm64-cross (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                    │  
  │ Setting up gcc-4.9-arm-linux-gnueabihf-base (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                              │  
  │ Setting up libasan1-armhf-cross (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                          │  
  │ Setting up libgcc-4.9-dev-armhf-cross (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                    │  
  │ Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ...                                                                                                                                                                                                                                                            │  
  │ Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ...                                                                                                                                                                                                                                                         │  
  │ Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...                                                                                                                                                                                                                                                              │  
  │ Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.5) ...                                                                                                                                                                                                                                                                  │  
  │ Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ...                                                                                                                                                                                                                                                                   │  
  │ Setting up lzop (1.03-3.2) ...                                                                                                                                                                                                                                                                                       │  
  │ Setting up rpcbind (0.2.3-0.2) ...                                                                                                                                                                                                                                                                                   │  
  │ Setting up nfs-common (1:1.2.8-9ubuntu12) ...                                                                                                                                                                                                                                                                        │  
  │                                                                                                                                                                                                                                                                                                                      │  
  │ Creating config file /etc/idmapd.conf with new version                                                                                                                                                                                                                                                               │  
  │                                                                                                                                                                                                                                                                                                                      │  
  │ Creating config file /etc/default/nfs-common with new version                                                                                                                                                                                                                                                        │  
  │ Adding system user `statd' (UID 113) ...                                                                                                                                                                                                                                                                             │  
  │ Adding new user `statd' (UID 113) with group `nogroup' ...                                                                                                                                                                                                                                                           │  
  │ Not creating home directory `/var/lib/nfs'.                                                                                                                                                                                                                                                                          │  
  │ nfs-utils.service is a disabled or a static unit, not starting it.                                                                                                                                                                                                                                                   │  
  │ Setting up nfs-kernel-server (1:1.2.8-9ubuntu12) ...                                                                                                                                                                                                                                                                 │  
  │                                                                                                                                                                                                                                                                                                                      │  
  │ Creating config file /etc/exports with new version                                                                                                                                                                                                                                                                   │  
  │                                                                                                                                                                                                                                                                                                                      │  
  │ Creating config file /etc/default/nfs-kernel-server with new version                                                                                                                                                                                                                                                 │  
  │ Setting up p7zip-full (9.20.1~dfsg.1-4.2) ...                                                                                                                                                                                                                                                                        │  
  │ Setting up patchutils (0.3.4-1) ...                                                                                                                                                                                                                                                                                  │  
  │ Setting up pkg-config (0.29.1-0ubuntu1) ...                                                                                                                                                                                                                                                                          │  
  │ Setting up pv (1.6.0-1) ...                                                                                                                                                                                                                                                                                          │  
  │ Setting up qemu-user-static (1:2.5+dfsg-5ubuntu10.6) ...                                                                                                                                                                                                                                                             │  
  │ Setting up systemd-container (229-4ubuntu12) ...                                                                                                                                                                                                                                                                     │  
  │ Setting up u-boot-tools (2016.01+dfsg1-2ubuntu1) ...                                                                                                                                                                                                                                                                 │  
  │ Setting up unzip (6.0-20ubuntu1) ...                                                                                                                                                                                                                                                                                 │  
  │ Setting up zip (3.0-11) ...                                                                                                                                                                                                                                                                                          │  
  │ Setting up aptly (0.9.6-1) ...                                                                                                                                                                                                                                                                                       │  
  │ Setting up binutils-arm-none-eabi (2.26-4ubuntu1+8) ...                                                                                                                                                                                                                                                              │  
  │ Setting up cpp-4.9-aarch64-linux-gnu (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                     │  
  │ Setting up cpp-4.9-arm-linux-gnueabihf (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                   │  
  │ Setting up debootstrap (1.0.78+nmu1ubuntu1.2) ...                                                                                                                                                                                                                                                                    │  
  │ Setting up device-tree-compiler (1.4.0+dfsg-2) ...                                                                                                                                                                                                                                                                   │  
  │ Setting up dos2unix (6.0.4-1) ...                                                                                                                                                                                                                                                                                    │  
  │ Setting up gcc-4.9-aarch64-linux-gnu (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                     │  
  │ Setting up linux-libc-dev-arm64-cross (4.4.0-18.34cross1) ...                                                                                                                                                                                                                                                        │  
  │ Setting up libc6-dev-arm64-cross (2.23-0ubuntu3cross1) ...                                                                                                                                                                                                                                                           │  
  │ Setting up libstdc++-4.9-dev-arm64-cross (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                 │  
  │ Setting up g++-4.9-aarch64-linux-gnu (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                     │  
  │ Setting up gcc-4.9-arm-linux-gnueabihf (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                   │  
  │ Setting up linux-libc-dev-armhf-cross (4.4.0-18.34cross1) ...                                                                                                                                                                                                                                                        │  
  │ Setting up libc6-dev-armhf-cross (2.23-0ubuntu3cross1) ...                                                                                                                                                                                                                                                           │  
  │ Setting up libstdc++-4.9-dev-armhf-cross (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                 │  
  │ Setting up g++-4.9-arm-linux-gnueabihf (4.9.3-13ubuntu2cross1) ...                                                                                                                                                                                                                                                   │  
  │ Setting up libstdc++-5-dev-arm64-cross (5.4.0-6ubuntu1~16.04.1cross1) ...                                                                                                                                                                                                                                            │  
  │ Setting up g++-5-aarch64-linux-gnu (5.4.0-6ubuntu1~16.04.1cross1) ...                                                                                                                                                                                                                                                │  
  │ Setting up libstdc++-5-dev-armhf-cross (5.4.0-6ubuntu1~16.04.1cross1) ...                                                                                                                                                                                                                                            │  
  │ Setting up g++-5-arm-linux-gnueabihf (5.4.0-6ubuntu1~16.04.1cross1) ...                                                                                                                                                                                                                                              │  
  │ Setting up gcc-arm-none-eabi (15:4.9.3+svn231177-1) ...                                                                                                                                                                                                                                                              │  
  │ Setting up lib32gcc1 (1:6.0.1-0ubuntu1) ...                                                                                                                                                                                                                                                                          │  
  │ Setting up lib32stdc++6 (5.4.0-6ubuntu1~16.04.4) ...                                                                                                                                                                                                                                                                 │  
  │ Setting up linux-libc-dev-armel-cross (4.4.0-18.34cross1) ...                                                                                                                                                                                                                                                        │  
  │ Setting up libc6-dev-armel-cross (2.23-0ubuntu3cross1) ...                                                                                                                                                                                                                                                           │  
  │ Setting up libnewlib-dev (2.2.0+git20150830.5a3d536-1) ...                                                                                                                                                                                                                                                           │  
  │ Setting up libnewlib-arm-none-eabi (2.2.0+git20150830.5a3d536-1) ...                                                                                                                                                                                                                                                 │  
  │ Setting up libstdc++-arm-none-eabi-newlib (15:4.9.3+svn227297-1+8) ...                                                                                                                                                                                                                                               │  
  │ Setting up uuid-dev:amd64 (2.27.1-6ubuntu3.1) ...                                                                                                                                                                                                                                                                    │  
  │ Processing triggers for systemd (229-4ubuntu12) ...                                                                                                                                                                                                                                                                  │  
  │ Processing triggers for ureadahead (0.100.0-19) ...                                                                                                                                                                                                                                                                  │  
  │ Processing triggers for libc-bin (2.23-0ubuntu5) ...                                                                                                                                                                                                                                                                 │  
  │ Processing triggers for initramfs-tools (0.122ubuntu8.5) ...                                                                                                                                                                                                                                                         │  
  │ update-initramfs: Generating /boot/initrd.img-4.4.0-53-generic                                                                                                                                                                                                                                                       │  
  │ W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.                                                                                                                                                                                                                                                                   │  
  │ Processing triggers for dbus (1.10.6-1ubuntu3.1) ...                                                                                                                                                                                                                                                                 │  
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
    
[ o.k. ] Downloading toolchain [ gcc-linaro-4.9-2016.02-x86_64_aarch64-linux-gnu ]
######################################################################## 100.0%
######################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ o.k. ] Downloading toolchain [ gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabi ]
######################################################################    97.6%

curl: (56) GnuTLS recv error (-54): Error in the pull function.
######################################################################## 100.0%
[ .... ] Verifying 
[ warn ] Verification failed 
[ o.k. ] Downloading toolchain [ gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf ]
######################################################################## 100.0%
######################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
[ o.k. ] Downloading toolchain [ gcc-linaro-5.2-2015.11-2-x86_64_arm-linux-gnueabihf ]
##########################################################                80.8%
curl: (56) GnuTLS recv error (-54): Error in the pull function.
######################################################################## 100.0%
[ .... ] Verifying 
[ warn ] Verification failed 
[ o.k. ] Downloading toolchain [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
######################################################################## 100.0%
######################################################################## 100.0%
[ .... ] Verifying 
gpg: keyring `/home/tom/Armbian/output/.gpg/pubring.gpg' created
gpg: /home/tom/Armbian/output/.gpg/trustdb.gpg: trustdb created
gpg: error reading key: public key not found
gpg: keyring `/home/tom/Armbian/output/.gpg/secring.gpg' created
gpg: requesting key 8F427EAF from hkp server keyserver.ubuntu.com
gpg: key 8F427EAF: public key "Linaro Toolchain Builder " imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
gpg: assuming signed data in `gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
gpg: Signature made Wed 16 Apr 2014 11:29:14 AM MST using RSA key ID 8F427EAF
gpg: Good signature from "Linaro Toolchain Builder "
[ .... ] Extracting 
[ o.k. ] Download complete 
[ o.k. ] Downloading toolchain [ gcc-linaro-6.1.1-2016.08-x86_64_arm-linux-gnueabihf ]
######################################################################## 100.0%
######################################################################## 100.0%
[ .... ] Verifying 
[ .... ] Extracting 
[ o.k. ] Download complete 
rm: cannot remove '/home/tom/Armbian/userpatches/readme.txt': No such file or directory

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────Choose an option────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Select what to build                                                                                                                                                                                                                                                                                                 │  
  │ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │  
  │ │                                                                                                                                      Kernel, u-boot and other packages                                                                                                                                           │ │  
  │ │                                                                                                                                      Full OS image for writing to SD card                                                                                                                                        │ │  
  │ │                                                                                                                                                                                                                                                                                                                  │ │  
  │ │                                                                                                                                                                                                                                                                                                                  │ │  
  │ │                                                                                                                                                                                                                                                                                                                  │ │  
  │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │  
  │                                                                                                                                                                                                                                                                                                                      │  
  ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤  
  │                                                                                                                     <  OK  >                                                                                                                                                                                 │  
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
    

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────Choose a board─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Select one of supported boards                                                                                                                                                                                                                                                                                       │  
  │ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │  
  │ │                                                                                                                          bananapi         A20 dual core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          bananapim2       A31 quad core 1Gb SoC Wifi                                                                                                                                             │ │  
  │ │                                                                                                                          bananapim2plus   H3 quad core 1Gb SoC Wifi                                                                                                                                              │ │  
  │ │                                                                                                                          bananapipro      A20 dual core 1GB SoC WiFi                                                                                                                                             │ │  
  │ │                                                                                                                          beelinkx2        H3 quad core 1GB SoC WiFi eMMC                                                                                                                                         │ │  
  │ │                                                                                                                          clearfogbase     Marvell Armada 38x 1xmPCIe M.2 2xGBE SFP                                                                                                                               │ │  
  │ │                                                                                                                          clearfogpro      Marvell Armada 38x 2xmPCIe M.2 GBE Switch SFP                                                                                                                          │ │  
  │ │                                                                                                                          cubieboard2      A20 dual core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          cubieboard       A10 single core 1Gb SoC                                                                                                                                                │ │  
  │ │                                                                                                                          cubietruck       A20 dual core 2Gb SoC Wifi                                                                                                                                             │ │  
  │ │                                                                                                                          cubox-i          Freescale iMx dual/quad core Wifi                                                                                                                                      │ │  
  │ │                                                                                                                          guitar           S500 Lemaker Guitar Action quad core                                                                                                                                   │ │  
  │ │                                                                                                                          lamobo-r1        A20 dual core 1Gb SoC Switch                                                                                                                                           │ │  
  │ │                                                                                                                          lime2            A20 dual core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          lime2-emmc       A20 dual core 1Gb SoC eMMC                                                                                                                                             │ │  
  │ │                                                                                                                          lime-a10         A10 single core 512Mb SoC                                                                                                                                              │ │  
  │ │                                                                                                                          lime-a33         A33 quad core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          lime             A20 dual core 512Mb SoC                                                                                                                                                │ │  
  │ │                                                                                                                          micro            A20 dual core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          nanopiair        H3 quad core 512MB SoC Headless WiFi/BT                                                                                                                                │ │  
  │ │                                                                                                                          nanopim1         H3 quad core 1Gb SoC                                                                                                                                                   │ │  
  │ │                                                                                                                          nanopim1plus     H3 quad core 1GB SoC GbE/WiFi/BT eMMC                                                                                                                                  │ │  
  │ │                                                                                                                          nanopineo        H3 quad core 256/512MB SoC Headless                                                                                                                                    │ │  
  │ │                                                                                                                          odroidc1         S805 C1 quad core                                                                                                                                                      │ │  
  │ │                                                                                                                          odroidc2         S905 C2 quad core                                                                                                                                                      │ │  
  │ │                                                                                                                          odroidxu4        Exynos5422 XU3/XU4 octa core                                                                                                                                           │ │  
  │ │                                                                                                                          olinux-som-a13   A13 single core 512Mb SoM                                                                                                                                              │ │  
  │ │                                                                                                                          orangepi2        H3 quad core 1GB RAM                                                                                                                                                   │ │  
  │ │                                                                                                                          orangepi         A20 dual core 1Gb SoC Wifi USB hub                                                                                                                                     │ │  
  │ │                                                                                                                          orangepilite     H3 quad core 512MB RAM WiFi                                                                                                                                            │ │  
  │ │                                                                                                                          orangepimini     A20 dual core 1Gb SoC Wifi                                                                                                                                             │ │  
  │ │                                                                                                                          orangepione      H3 quad core 512MB RAM                                                                                                                                                 │ │  
  │ │                                                                                                                          orangepipc       H3 quad core 1GB RAM                                                                                                                                                   │ │  
  │ │                                                                                                                          orangepipcplus   H3 quad core 1GB RAM WiFi eMMC                                                                                                                                         │ │  
  │ │                                                                                                                          orangepiplus2e   H3 quad core 2GB RAM WiFi eMMC                                                                                                                                         │ │  
  │ │                                                                                                                          orangepiplus     H3 quad core 1GB RAM WiFi eMMC                                                                                                                                         │ │  
  │ │                                                                                                                          orangepizero     H2+ quad core 256/512MB SoC Wi-Fi/Ethernet                                                                                                                             │ │  
  │ │                                                                                                                          pcduino2         A10 single core 1Gb SoC                                                                                                                                                │ │  
  │ │                                                                                                                          pcduino3         A20 dual core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          pcduino3nano     A20 dual core 1Gb SoC                                                                                                                                                  │ │  
  │ │                                                                                                                          pine64           A64 512MB-2GB RAM                                                                                                                                                      │ │  
  │ │                                                                                                                          roseapple        S500 Tantron Roseapple Action quad core                                                                                                                                │ │  
  │ │                                                                                                                          udoo             Freescale iMx dual/quad core Wifi                                                                                                                                      │ │  
  │ │                                                                                                                          udoo-neo         Freescale iMx singe core Wifi                                                                                                                                          │ │  
  │ │                                                                                                                                                                                                                                                                                                                  │ │  
  │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────100%────┘ │  
  │                                                                                                                                                                                                                                                                                                                      │  
  ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤  
  │                                                                                                                     <  OK  >                                                                                                                                                                                 │  
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
    

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────Choose a kernel─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Select one of supported kernels                                                                                                                                                                                                                                                                                      │  
  │ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │  
  │ │                                                                                                                                         default  3.4.x - 3.14.x legacy                                                                                                                                           │ │  
  │ │                                                                                                                                         dev      Latest dev @kernel.org                                                                                                                                          │ │  
  │ │                                                                                                                                                                                                                                                                                                                  │ │  
  │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │  
  │                                                                                                                                                                                                                                                                                                                      │  
  ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤  
  │                                                                                                                     <  OK  >                                                                                                                                                                                 │  
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
    
[ o.k. ] Starting Armbian build script [ @host ]
[ o.k. ] Syncing clock [ host ]
[ o.k. ] Downloading sources 
[ o.k. ] Checking git sources [ u-boot v2016.11 ]
[ .... ] Creating local copy 
[ .... ] Fetching updates 
remote: Counting objects: 13777, done.
remote: Compressing objects: 100% (12497/12497), done.
remote: Total 13777 (delta 2597), reused 5160 (delta 1032)
Receiving objects: 100% (13777/13777), 17.22 MiB | 1.56 MiB/s, done.
Resolving deltas: 100% (2597/2597), done.
From git://git.denx.de/u-boot
 * tag               v2016.11   -> FETCH_HEAD
[ .... ] Checking out 
[ o.k. ] Checking git sources [ linux-sun8i sun8i ]
[ .... ] Creating local copy 
[ .... ] Fetching updates 
remote: Counting objects: 45250, done.
remote: Compressing objects: 100% (40555/40555), done.
Receiving objects: 100% (45250/45250), 127.86 MiB | 2.71 MiB/s, done.
remote: Total 45250 (delta 4111), reused 45151 (delta 4086), pack-reused 0
Resolving deltas: 100% (4111/4111), done.
From https://github.com/igorpecovnik/linux
 * branch            sun8i      -> FETCH_HEAD
 * [new branch]      sun8i      -> origin/sun8i
[ .... ] Checking out 
[ o.k. ] Checking git sources [ sunxi-tools master ]
[ .... ] Creating local copy 
[ .... ] Fetching updates 
remote: Counting objects: 73, done.
remote: Compressing objects: 100% (67/67), done.
remote: Total 73 (delta 14), reused 27 (delta 4), pack-reused 0
Unpacking objects: 100% (73/73), done.
From https://github.com/linux-sunxi/sunxi-tools
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
[ .... ] Checking out 
[ o.k. ] Compiling [ sunxi-tools ]
Setting version information: e31cbf8

[ o.k. ] Cleaning output/debs for [ orangepipc default ]
[ o.k. ] Cleaning [ u-boot/v2016.11 ]
[ o.k. ] Compiling uboot [ 2016.11 ]
[ o.k. ] Compiler version [ arm-linux-gnueabihf-gcc 4.9.4 ]
[ .... ] Checking out sources 
[ o.k. ] Cleaning [ u-boot/v2016.11 ]
[ o.k. ] Started patching process for [ u-boot sun8i-orangepipc-default ]
[ o.k. ] Looking for user patches in [ userpatches/u-boot/u-boot-sunxi ]
[ o.k. ] ... [l][c] 4kfix-limit-screen-to-full-hd.patch [ succeeded ]
[ o.k. ] ... [l][c] a10-a20-lower-dram-clk.patch [ succeeded ]
[ o.k. ] ... [l][c] add-awsom-defconfig.patch [ succeeded ]
[ o.k. ] ... [l][c] add-bpi-m2plus.patch [ succeeded ]
[ o.k. ] ... [l][c] add-lime2-emmc.patch [ succeeded ]
[ o.k. ] ... [l][c] add-nanopi-air.patch [ succeeded ]
[ o.k. ] ... [l][c] add-nanopi-m1plus.patch [ succeeded ]
[ o.k. ] ... [l][c] add-nanopi-neo.patch [ succeeded ]
[ o.k. ] ... [l][c] add-orangepi-plus2.patch [ succeeded ]
[ o.k. ] ... [l][c] add-orangepi-zero.patch [ succeeded ]
[ o.k. ] ... [l][c] disable-usb-keyboards.patch [ succeeded ]
[ o.k. ] ... [l][c] fix-cubieboard1-defconfig.patch [ succeeded ]
[ o.k. ] ... [l][c] h3-add-disp2-video-driver-jernej.patch [ succeeded ]
[ o.k. ] ... [l][c] h3-adjust-dram-frequency.patch [ succeeded ]
[ o.k. ] ... [l][c] h3-enable-power-led.patch [ succeeded ]
[ o.k. ] ... [l][c] h3-set-safe-axi_apb-clock-dividers.patch [ succeeded ]
[ o.k. ] ... [l][c] sunxi-boot-splash.patch [ succeeded ]
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Compiling u-boot...                                                                                                                                                                                                                                                                                                  │  
  │──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│  
  │   LD      spl/board/sunxi/built-in.o                                                                                                                                                                                                                                                                                 │  
  │   CC      spl/common/spl/spl.o                                                                                                                                                                                                                                                                                       │  
  │   CC      spl/common/spl/spl_mmc.o                                                                                                                                                                                                                                                                                   │  
  │   LD      spl/common/spl/built-in.o                                                                                                                                                                                                                                                                                  │  
  │   CC      spl/common/init/board_init.o                                                                                                                                                                                                                                                                               │  
  │   LD      spl/common/init/built-in.o                                                                                                                                                                                                                                                                                 │  
  │   CC      spl/common/env_common.o                                                                                                                                                                                                                                                                                    │  
  │   CC      spl/common/console.o                                                                                                                                                                                                                                                                                       │  
  │   CC      spl/common/dlmalloc.o                                                                                                                                                                                                                                                                                      │  
  │   CC      spl/common/malloc_simple.o                                                                                                                                                                                                                                                                                 │  
  │   CC      spl/common/image.o                                                                                                                                                                                                                                                                                         │  
  │   CC      spl/common/memsize.o                                                                                                                                                                                                                                                                                       │  
  │   CC      spl/common/stdio.o                                                                                                                                                                                                                                                                                         │  
  │   CC      spl/common/cli_simple.o                                                                                                                                                                                                                                                                                    │  
  │   CC      spl/common/cli.o                                                                                                                                                                                                                                                                                           │  
  │   CC      spl/common/cli_readline.o                                                                                                                                                                                                                                                                                  │  
  │   CC      spl/common/command.o                                                                                                                                                                                                                                                                                       │  
  │   CC      spl/common/s_record.o                                                                                                                                                                                                                                                                                      │  
  │   CC      spl/common/xyzModem.o                                                                                                                                                                                                                                                                                      │  
  │   LD      spl/common/built-in.o                                                                                                                                                                                                                                                                                      │  
  │   CC      spl/cmd/nvedit.o                                                                                                                                                                                                                                                                                           │  
  │   LD      spl/cmd/built-in.o                                                                                                                                                                                                                                                                                         │  
  │   CC      spl/lib/hashtable.o                                                                                                                                                                                                                                                                                        │  
  │   CC      spl/lib/errno.o                                                                                                                                                                                                                                                                                            │  
  │   CC      spl/lib/display_options.o                                                                                                                                                                                                                                                                                  │  
  │   CC      spl/lib/crc32.o                                                                                                                                                                                                                                                                                            │  
  │   CC      spl/lib/ctype.o                                                                                                                                                                                                                                                                                            │  
  │   CC      spl/lib/div64.o                                                                                                                                                                                                                                                                                            │  
  │   CC      spl/lib/hang.o                                                                                                                                                                                                                                                                                             │  
  │   CC      spl/lib/linux_compat.o                                                                                                                                                                                                                                                                                     │  
  │   CC      spl/lib/linux_string.o                                                                                                                                                                                                                                                                                     │  
  │   CC      spl/lib/membuff.o                                                                                                                                                                                                                                                                                          │  
  │   CC      spl/lib/slre.o                                                                                                                                                                                                                                                                                             │  
  │   CC      spl/lib/string.o                                                                                                                                                                                                                                                                                           │  
  │   CC      spl/lib/tables_csum.o                                                                                                                                                                                                                                                                                      │  
  │   CC      spl/lib/time.o                                                                                                                                                                                                                                                                                             │  
  │   CC      spl/lib/tiny-printf.o                                                                                                                                                                                                                                                                                      │  
  │   CC      spl/lib/panic.o                                                                                                                                                                                                                                                                                            │  
  │   CC      spl/lib/strto.o                                                                                                                                                                                                                                                                                            │  
  │   LD      spl/lib/built-in.o                                                                                                                                                                                                                                                                                         │  
  │   CC      spl/disk/part.o                                                                                                                                                                                                                                                                                            │  
  │   LD      spl/disk/built-in.o                                                                                                                                                                                                                                                                                        │  
  │   CC      spl/drivers/block/blk_legacy.o                                                                                                                                                                                                                                                                             │  
  │   LD      spl/drivers/block/built-in.o                                                                                                                                                                                                                                                                               │  
  │   CC      spl/drivers/gpio/sunxi_gpio.o                                                                                                                                                                                                                                                                              │  
  │   LD      spl/drivers/gpio/built-in.o                                                                                                                                                                                                                                                                                │  
  │   CC      spl/drivers/i2c/i2c_core.o                                                                                                                                                                                                                                                                                 │  
  │   CC      spl/drivers/i2c/mvtwsi.o                                                                                                                                                                                                                                                                                   │  
  │   LD      spl/drivers/i2c/built-in.o                                                                                                                                                                                                                                                                                 │  
  │   CC      spl/drivers/mmc/mmc_legacy.o                                                                                                                                                                                                                                                                               │  
  │   CC      spl/drivers/mmc/mmc.o                                                                                                                                                                                                                                                                                      │  
  │   CC      spl/drivers/mmc/sunxi_mmc.o                                                                                                                                                                                                                                                                                │  
  │   LD      spl/drivers/mmc/built-in.o                                                                                                                                                                                                                                                                                 │  
  │   CC      spl/drivers/power/sy8106a.o                                                                                                                                                                                                                                                                                │  
  │   LD      spl/drivers/power/built-in.o                                                                                                                                                                                                                                                                               │  
  │   LD      spl/drivers/power/pmic/built-in.o                                                                                                                                                                                                                                                                          │  
  │   LD      spl/drivers/power/regulator/built-in.o                                                                                                                                                                                                                                                                     │  
  │   CC      spl/drivers/serial/serial.o                                                                                                                                                                                                                                                                                │  
  │   CC      spl/drivers/serial/serial_ns16550.o                                                                                                                                                                                                                                                                        │  
  │   CC      spl/drivers/serial/ns16550.o                                                                                                                                                                                                                                                                               │  
  │   LD      spl/drivers/serial/built-in.o                                                                                                                                                                                                                                                                              │  
  │   LD      spl/drivers/built-in.o                                                                                                                                                                                                                                                                                     │  
  │   LD      spl/dts/built-in.o                                                                                                                                                                                                                                                                                         │  
  │   LD      spl/fs/built-in.o                                                                                                                                                                                                                                                                                          │  
  │   LDS     spl/u-boot-spl.lds                                                                                                                                                                                                                                                                                         │  
  │   LD      spl/u-boot-spl                                                                                                                                                                                                                                                                                             │  
  │   OBJCOPY spl/u-boot-spl-nodtb.bin                                                                                                                                                                                                                                                                                   │  
  │   COPY    spl/u-boot-spl.bin                                                                                                                                                                                                                                                                                         │  
  │   MKSUNXI spl/sunxi-spl.bin                                                                                                                                                                                                                                                                                          │  
  │   OBJCOPY u-boot-nodtb.bin                                                                                                                                                                                                                                                                                           │  
  │   CAT     u-boot-dtb.bin                                                                                                                                                                                                                                                                                             │  
  │   COPY    u-boot.bin                                                                                                                                                                                                                                                                                                 │  
  │   MKIMAGE u-boot.img                                                                                                                                                                                                                                                                                                 │  
  │   CAT     u-boot-sunxi-with-spl.bin                                                                                                                                                                                                                                                                                  │  
  │   OBJCOPY u-boot.srec                                                                                                                                                                                                                                                                                                │  
  │   SYM     u-boot.sym                                                                                                                                                                                                                                                                                                 │  
  │   COPY    u-boot.dtb                                                                                                                                                                                                                                                                                                 │  
  │   MKIMAGE u-boot-dtb.img                                                                                                                                                                                                                                                                                             │  
  │ ./scripts/check-config.sh u-boot.cfg \                                                                                                                                                                                                                                                                               │  
  │        ./scripts/config_whitelist.txt . 1>&2                                                                                                                                                                                                                                                                         │  
  └───HOSTCC  tools/lib/libfdt/fdt_ro.o──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
      WRAP    tools/lib/libfdt/fdt_rw.c
      HOSTCC  tools/lib/libfdt/fdt_rw.o

[ o.k. ] Building deb [ linux-u-boot-orangepipc_5.24_armhf.deb ]
dpkg-deb: building package 'linux-u-boot-orangepipc-default' in 'linux-u-boot-orangepipc_5.24_armhf.deb'.
[ o.k. ] Cleaning [ linux-sun8i/sun8i ]
[ o.k. ] Started patching process for [ kernel sun8i-default ]
[ o.k. ] Looking for user patches in [ userpatches/kernel/sun8i-default ]
[ o.k. ] ... [l][c] 0001-Fix-compilation-problems-with-more-modern-version-of.patch [ succeeded ]
[ o.k. ] ... [l][c] 0001-Fix-ump-build.patch [ succeeded ]
[ o.k. ] ... [l][c] 0001-UBUNTU-SAUCE-AppArmor-Add-profile-introspection-file.patch [ succeeded ]
[ o.k. ] ... [l][c] 0002-UBUNTU-SAUCE-AppArmor-basic-networking-rules.patch [ succeeded ]
[ o.k. ] ... [l][c] 0003-UBUNTU-SAUCE-apparmor-Add-the-ability-to-mediate-mou.patch [ succeeded ]
[ o.k. ] ... [l][c] 0006-sunxi-disp2-FBIO_WAITFORVSYNC-as-a-modifier-for-FBIO.patch [ succeeded ]
[ o.k. ] ... [l][c] 0010-Import-GMAC_PHY_POWER-support-from-the-loboris-sourc.patch [ succeeded ]
[ o.k. ] ... [l][c] 0011-gpu-drm-Add-Mali-DX910-SW-99002-r2p4-02rel1.patch [ succeeded ]
[ o.k. ] ... [l][c] 0012-drm-mali-fix-for-3.4.patch [ succeeded ]
[ o.k. ] ... [l][c] 0013-gpu-drm-mali_drv-fixed-integration-with-3.x-kernels-.patch [ succeeded ]
[ o.k. ] ... [l][c] 0015-Fix-paths-to-files-in-src-erroneously-searched-for-i.patch [ succeeded ]
[ o.k. ] ... [l][c] 0016-gcc5-fixes.patch [ succeeded ]
[ o.k. ] ... [l][c] 0017-linux-sunxi-add-missing-compiler-gcc5.h-from-master.patch [ succeeded ]
[ o.k. ] ... [l][c] 0018-orangepi_h3_gc2035_camera.patch [ succeeded ]
[ o.k. ] ... [l][c] 0023-WIP-remove-vsync_task-from-sunxi-fb-driver.patch [ succeeded ]
[ o.k. ] ... [l][c] 0024-pwm-sunxi-support-for-H3-as-appears-in-loboris-initi.patch [ succeeded ]
[ o.k. ] ... [l][c] 0025-h3-hdmi-table-reformatting-for-readability-from-lobo.patch [ succeeded ]
[ o.k. ] ... [l][c] 0026-h3-hdmi-additional-mode-800x480p-from-lobodis-initia.patch [ succeeded ]
[ o.k. ] ... [l][c] 0027-h3-hdmi-HDMI_EDID-from-loboris-initial-source-import.patch [ succeeded ]
[ o.k. ] ... [l][c] 0028-lower-minimal-dram-clock-to-132-mhz.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.39-40.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.40-41.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.41-42.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.42-43.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.43-44.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.44-45.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.45-46.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.46-47.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.47-48.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.48-49.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.49-50.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.50-51.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.51-52.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.52-53.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.53-54.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.54-55.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.55-56.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.56-57.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.57-58.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.58-59.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.59-60.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.60-61.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.61-62.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.62-63.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.63-64.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.64-65.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.65-66.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.66-67.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.67-68.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.68-69.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.69-70.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.70-71.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.71-72.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.72-73.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.73-74.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.74-75.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.75-76.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.76-77.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.77-78.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.78-79.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.79-80.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.80-81.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.81-82.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.82-83.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.83-84.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.84-85.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.85-86.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.86-87.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.87-88.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.88-89.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.89-90.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.90-91.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.91-92.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.92-93.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.93-94.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.94-95.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.95-96.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.96-97.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.97-98.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.98-99.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0001-patch-3.4.99-100.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.100-101.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.101-102.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.102-103.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.103-104.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.104-105.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.105-106.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.106-107.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0002-patch-3.4.107-108.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0003-linux-sunxi-3.4.108-overlayfs.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0004-patch-3.4.108-109.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0004-patch-3.4.109-110.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0004-patch-3.4.110-111.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0004-patch-3.4.111-112.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0004-patch-3.4.112-113.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0005-backport-firmware-loader.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0007-fbdev-fixes.patch.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0008-backport-lirc-sunxi-driver.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0009-unify-ethernet-settings.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0010-export_read_current_timer.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0011-fbtft_for_older.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0013-w1_h3.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0014-no_dev_console.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-0015-openelec-audio-and-video-fixes.patch [ succeeded ]
[ o.k. ] ... [l][c] 02-rtl2832.patch [ succeeded ]
[ o.k. ] ... [l][c] add-mali-r3p0-fixed.patch [ succeeded ]
[ o.k. ] ... [l][c] add_8189es_v4.3.18.1_15373.20151005.patch [ succeeded ]
[ o.k. ] ... [l][c] add_8189fs_v4.3.24_15589.20151023.patch [ succeeded ]
[ o.k. ] ... [l][c] bash_to_afterinstall.patch [ succeeded ]
[ o.k. ] ... [l][c] cedar-remove-insecure-code.patch [ succeeded ]
[ o.k. ] ... [l][c] cpufreq-add-more-frequencies.patch [ succeeded ]
[ o.k. ] ... [l][c] disp2-fb-force-soft-cursor.patch [ succeeded ]
[ o.k. ] ... [l][c] enable_g_ether.patch [ succeeded ]
[ o.k. ] ... [l][c] fix-kswapd.patch [ succeeded ]
[ o.k. ] ... [l][c] friendlyarm_audio_able_to_handle_situation_without_audio_pa_ctrl_.patch [ succeeded ]
[ o.k. ] ... [l][c] friendlyarm_crypto_add_CMAC_support_to_CryptoAPI.patch [ succeeded ]
[ o.k. ] ... [l][c] friendlyarm_fix_nanopi-air_sdcard_detect_mode.patch [ succeeded ]
[ o.k. ] ... [l][c] friendlyarm_not_print_debug_info_when_camera_is_detached.patch [ succeeded ]
[ o.k. ] ... [l][c] friendlyarm_watchdog_not_print_err_info_when_timeout_is_invalid.patch [ succeeded ]
[ o.k. ] ... [l][c] linux-200-wifi-mac-fix.patch [ succeeded ]
[ o.k. ] ... [l][c] linux-202-bcmdhd-add-wow-selection.patch [ succeeded ]
[ o.k. ] ... [l][c] linux-203-rf_pm-auto-power-on.patch [ succeeded ]
[ o.k. ] ... [l][c] linux-509-support-for-dvbsky-usb-receiver.patch [ succeeded ]
[ o.k. ] ... [l][c] linux-82-fix-build-on-non-amd64-hosts.patch [ succeeded ]
[ o.k. ] ... [l][c] linux-88-enable-tv.patch [ succeeded ]
[ o.k. ] ... [l][c] m2-plus-ap6212-wireless.patch [ succeeded ]
[ o.k. ] ... [l][c] m2-update-bcmdhd-driver.patch [ succeeded ]
[ o.k. ] ... [l][c] make-irq-set-affinity-hint-work-properly.patch [ succeeded ]
[ o.k. ] ... [l][c] matrix-support-Matrix-starter-kit.patch [ succeeded ]
[ o.k. ] ... [l][c] ov5640-enhanced-driver-with-vfe-drc-table-fix.patch [ succeeded ]
[ o.k. ] ... [l][c] packaging-3.4.x-DEFAULT-with-postinstall-scripts.patch [ succeeded ]
[ o.k. ] ... [l][c] packaging-text-fix.patch [ succeeded ]
[ o.k. ] ... [l][c] remove-sunxi-debug.patch [ succeeded ]
[ o.k. ] ... [l][c] sun8i-add-scaling_available_freqs-sysfs-node.patch [ succeeded ]
[ o.k. ] ... [l][c] sun8i-led-behaviour-through-fex.patch [ succeeded ]
[ o.k. ] ... [l][c] sun8i-simple-cpu-corekeeper.patch [ succeeded ]
[ o.k. ] ... [l][c] tbs5520.patch [ succeeded ]
[ o.k. ] ... [l][c] wdt_reduce_logging.patch [ succeeded ]
[ o.k. ] ... [l][c] wireless-opi-zero.patch [ succeeded ]
[ o.k. ] ... [l][c] z-0003-add-additional-video-modes.patch [ succeeded ]
[ o.k. ] Compiling default kernel [ 3.4.113 ]
[ o.k. ] Compiler version [ arm-linux-gnueabihf-gcc 5.4.0 ]
[ o.k. ] Using kernel config file [ lib/config/kernel/linux-sun8i-default.config ]
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf --silentoldconfig Kconfig
drivers/net/wireless/bcmdhd/Kconfig:56:warning: defaults for choice values not supported

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Compiling kernel...                                                                                                                                                                                                                                                                                                  │  
  │──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│  
  │   LD [M]  net/sched/sch_sfb.ko                                                                                                                                                                                                                                                                                       │  
  │   CC      net/sched/sch_sfq.mod.o                                                                                                                                                                                                                                                                                    │  
  │   LD [M]  net/sched/sch_sfq.ko                                                                                                                                                                                                                                                                                       │  
  │   CC      net/sched/sch_tbf.mod.o                                                                                                                                                                                                                                                                                    │  
  │   LD [M]  net/sched/sch_tbf.ko                                                                                                                                                                                                                                                                                       │  
  │   CC      net/sched/sch_teql.mod.o                                                                                                                                                                                                                                                                                   │  
  │   LD [M]  net/sched/sch_teql.ko                                                                                                                                                                                                                                                                                      │  
  │   CC      net/wimax/wimax.mod.o                                                                                                                                                                                                                                                                                      │  
  │   LD [M]  net/wimax/wimax.ko                                                                                                                                                                                                                                                                                         │  
  │   CC      net/wireless/lib80211.mod.o                                                                                                                                                                                                                                                                                │  
  │   LD [M]  net/wireless/lib80211.ko                                                                                                                                                                                                                                                                                   │  
  │   CC      net/wireless/lib80211_crypt_ccmp.mod.o                                                                                                                                                                                                                                                                     │  
  │   LD [M]  net/wireless/lib80211_crypt_ccmp.ko                                                                                                                                                                                                                                                                        │  
  │   CC      net/wireless/lib80211_crypt_tkip.mod.o                                                                                                                                                                                                                                                                     │  
  │   LD [M]  net/wireless/lib80211_crypt_tkip.ko                                                                                                                                                                                                                                                                        │  
  │   CC      net/wireless/lib80211_crypt_wep.mod.o                                                                                                                                                                                                                                                                      │  
  │   LD [M]  net/wireless/lib80211_crypt_wep.ko                                                                                                                                                                                                                                                                         │  
  │   CC      security/keys/encrypted-keys/encrypted-keys.mod.o                                                                                                                                                                                                                                                          │  
  │   LD [M]  security/keys/encrypted-keys/encrypted-keys.ko                                                                                                                                                                                                                                                             │  
  │   CC      sound/core/seq/snd-seq-midi-event.mod.o                                                                                                                                                                                                                                                                    │  
  │   LD [M]  sound/core/seq/snd-seq-midi-event.ko                                                                                                                                                                                                                                                                       │  
  │   CC      sound/core/seq/snd-seq-midi.mod.o                                                                                                                                                                                                                                                                          │  
  │   LD [M]  sound/core/seq/snd-seq-midi.ko                                                                                                                                                                                                                                                                             │  
  │   CC      sound/core/seq/snd-seq-virmidi.mod.o                                                                                                                                                                                                                                                                       │  
  │   LD [M]  sound/core/seq/snd-seq-virmidi.ko                                                                                                                                                                                                                                                                          │  
  │   CC      sound/core/snd-hwdep.mod.o                                                                                                                                                                                                                                                                                 │  
  │   LD [M]  sound/core/snd-hwdep.ko                                                                                                                                                                                                                                                                                    │  
  │   CC      sound/core/snd-rawmidi.mod.o                                                                                                                                                                                                                                                                               │  
  │   LD [M]  sound/core/snd-rawmidi.ko                                                                                                                                                                                                                                                                                  │  
  │   CC      sound/drivers/snd-aloop.mod.o                                                                                                                                                                                                                                                                              │  
  │   LD [M]  sound/drivers/snd-aloop.ko                                                                                                                                                                                                                                                                                 │  
  │   CC      sound/drivers/snd-dummy.mod.o                                                                                                                                                                                                                                                                              │  
  │   LD [M]  sound/drivers/snd-dummy.ko                                                                                                                                                                                                                                                                                 │  
  │   CC      sound/drivers/snd-virmidi.mod.o                                                                                                                                                                                                                                                                            │  
  │   LD [M]  sound/drivers/snd-virmidi.ko                                                                                                                                                                                                                                                                               │  
  │   CC      sound/soc/sunxi/spdif/sndspdif.mod.o                                                                                                                                                                                                                                                                       │  
  │   LD [M]  sound/soc/sunxi/spdif/sndspdif.ko                                                                                                                                                                                                                                                                          │  
  │   CC      sound/soc/sunxi/spdif/sunxi_sndspdif.mod.o                                                                                                                                                                                                                                                                 │  
  │   LD [M]  sound/soc/sunxi/spdif/sunxi_sndspdif.ko                                                                                                                                                                                                                                                                    │  
  │   CC      sound/soc/sunxi/spdif/sunxi_spdif.mod.o                                                                                                                                                                                                                                                                    │  
  │   LD [M]  sound/soc/sunxi/spdif/sunxi_spdif.ko                                                                                                                                                                                                                                                                       │  
  │   CC      sound/soc/sunxi/spdif/sunxi_spdma.mod.o                                                                                                                                                                                                                                                                    │  
  │   LD [M]  sound/soc/sunxi/spdif/sunxi_spdma.ko                                                                                                                                                                                                                                                                       │  
  │   CC      sound/usb/6fire/snd-usb-6fire.mod.o                                                                                                                                                                                                                                                                        │  
  │   LD [M]  sound/usb/6fire/snd-usb-6fire.ko                                                                                                                                                                                                                                                                           │  
  │   CC      sound/usb/caiaq/snd-usb-caiaq.mod.o                                                                                                                                                                                                                                                                        │  
  │   LD [M]  sound/usb/caiaq/snd-usb-caiaq.ko                                                                                                                                                                                                                                                                           │  
  │   CC      sound/usb/misc/snd-ua101.mod.o                                                                                                                                                                                                                                                                             │  
  │   LD [M]  sound/usb/misc/snd-ua101.ko                                                                                                                                                                                                                                                                                │  
  │   CC      sound/usb/snd-usb-audio.mod.o                                                                                                                                                                                                                                                                              │  
  │   LD [M]  sound/usb/snd-usb-audio.ko                                                                                                                                                                                                                                                                                 │  
  │   CC      sound/usb/snd-usbmidi-lib.mod.o                                                                                                                                                                                                                                                                            │  
  │   LD [M]  sound/usb/snd-usbmidi-lib.ko                                                                                                                                                                                                                                                                               │  
  │   HOSTCC  firmware/ihex2fw                                                                                                                                                                                                                                                                                           │  
  │   IHEX2FW firmware/emi26/loader.fw                                                                                                                                                                                                                                                                                   │  
  │   IHEX2FW firmware/emi26/firmware.fw                                                                                                                                                                                                                                                                                 │  
  │   IHEX2FW firmware/emi26/bitstream.fw                                                                                                                                                                                                                                                                                │  
  │   IHEX2FW firmware/emi62/loader.fw                                                                                                                                                                                                                                                                                   │  
  │   IHEX2FW firmware/emi62/bitstream.fw                                                                                                                                                                                                                                                                                │  
  │   IHEX2FW firmware/emi62/spdif.fw                                                                                                                                                                                                                                                                                    │  
  │   IHEX2FW firmware/emi62/midi.fw                                                                                                                                                                                                                                                                                     │  
  │   IHEX    firmware/kaweth/new_code.bin                                                                                                                                                                                                                                                                               │  
  │   IHEX    firmware/kaweth/trigger_code.bin                                                                                                                                                                                                                                                                           │  
  │   IHEX    firmware/kaweth/new_code_fix.bin                                                                                                                                                                                                                                                                           │  
  │   IHEX    firmware/kaweth/trigger_code_fix.bin                                                                                                                                                                                                                                                                       │  
  │   IHEX    firmware/ti_3410.fw                                                                                                                                                                                                                                                                                        │  
  │   IHEX    firmware/ti_5052.fw                                                                                                                                                                                                                                                                                        │  
  │   IHEX    firmware/mts_cdma.fw                                                                                                                                                                                                                                                                                       │  
  │   IHEX    firmware/mts_gsm.fw                                                                                                                                                                                                                                                                                        │  
  │   IHEX    firmware/mts_edge.fw                                                                                                                                                                                                                                                                                       │  
  │   H16TOFW firmware/edgeport/boot.fw                                                                                                                                                                                                                                                                                  │  
  │   H16TOFW firmware/edgeport/boot2.fw                                                                                                                                                                                                                                                                                 │  
  │   H16TOFW firmware/edgeport/down.fw                                                                                                                                                                                                                                                                                  │  
  │   H16TOFW firmware/edgeport/down2.fw                                                                                                                                                                                                                                                                                 │  
  │   IHEX    firmware/edgeport/down3.bin                                                                                                                                                                                                                                                                                │  
  │   IHEX2FW firmware/whiteheat_loader.fw                                                                                                                                                                                                                                                                               │  
  │   IHEX2FW firmware/whiteheat.fw                                                                                                                                                                                                                                                                                      │  
  │   IHEX2FW firmware/keyspan_pda/keyspan_pda.fw                                                                                                                                                                                                                                                                        │  
  │   IHEX2FW firmware/keyspan_pda/xircom_pgs.fw                                                                                                                                                                                                                                                                         │  
  │ make[1]: Nothing to be done for 'arch/arm/boot/dtbs'.                                                                                                                                                                                                                                                                │  
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
    

 Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Creating kernel packages...                                                                                                                                                                                                                                                                                          │  
  │──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│  
  │   HOSTCC  scripts/unifdef                                                                                                                                                                                                                                                                                            │  
  │   INSTALL include/asm-generic (34 files)                                                                                                                                                                                                                                                                             │  
  │   INSTALL include/drm (15 files)                                                                                                                                                                                                                                                                                     │  
  │   INSTALL include/linux/byteorder (2 files)                                                                                                                                                                                                                                                                          │  
  │   INSTALL include/linux/caif (2 files)                                                                                                                                                                                                                                                                               │  
  │   INSTALL include/linux/can (5 files)                                                                                                                                                                                                                                                                                │  
  │   INSTALL include/linux/dvb (8 files)                                                                                                                                                                                                                                                                                │  
  │   INSTALL include/linux/hdlc (1 file)                                                                                                                                                                                                                                                                                │  
  │   INSTALL include/linux/hsi (1 file)                                                                                                                                                                                                                                                                                 │  
  │   INSTALL include/linux/isdn (1 file)                                                                                                                                                                                                                                                                                │  
  │   INSTALL include/linux/mmc (1 file)                                                                                                                                                                                                                                                                                 │  
  │   INSTALL include/linux/netfilter/ipset (4 files)                                                                                                                                                                                                                                                                    │  
  │   INSTALL include/linux/netfilter (75 files)                                                                                                                                                                                                                                                                         │  
  │   INSTALL include/linux/netfilter_arp (2 files)                                                                                                                                                                                                                                                                      │  
  │   INSTALL include/linux/netfilter_bridge (18 files)                                                                                                                                                                                                                                                                  │  
  │   INSTALL include/linux/netfilter_ipv4 (12 files)                                                                                                                                                                                                                                                                    │  
  │   INSTALL include/linux/netfilter_ipv6 (11 files)                                                                                                                                                                                                                                                                    │  
  │   INSTALL include/linux/nfsd (5 files)                                                                                                                                                                                                                                                                               │  
  │   INSTALL include/linux/raid (2 files)                                                                                                                                                                                                                                                                               │  
  │   INSTALL include/linux/spi (1 file)                                                                                                                                                                                                                                                                                 │  
  │   INSTALL include/linux/sunrpc (1 file)                                                                                                                                                                                                                                                                              │  
  │   INSTALL include/linux/tc_act (7 files)                                                                                                                                                                                                                                                                             │  
  │   INSTALL include/linux/tc_ematch (4 files)                                                                                                                                                                                                                                                                          │  
  │   INSTALL include/linux/usb (10 files)                                                                                                                                                                                                                                                                               │  
  │   INSTALL include/linux/wimax (1 file)                                                                                                                                                                                                                                                                               │  
  │   INSTALL include/linux (374 files)                                                                                                                                                                                                                                                                                  │  
  │   INSTALL include/mtd (5 files)                                                                                                                                                                                                                                                                                      │  
  │   INSTALL include/rdma (6 files)                                                                                                                                                                                                                                                                                     │  
  │   INSTALL include/scsi/fc (4 files)                                                                                                                                                                                                                                                                                  │  
  │   INSTALL include/scsi (3 files)                                                                                                                                                                                                                                                                                     │  
  │   INSTALL include/sound (10 files)                                                                                                                                                                                                                                                                                   │  
  │   INSTALL include/video (3 files)                                                                                                                                                                                                                                                                                    │  
  │   INSTALL include/xen (2 files)                                                                                                                                                                                                                                                                                      │  
  │   INSTALL include (0 file)                                                                                                                                                                                                                                                                                           │  
  │   INSTALL include/asm (31 files)                                                                                                                                                                                                                                                                                     │  
  │   CHECK   include/asm-generic (34 files)                                                                                                                                                                                                                                                                             │  
  │   CHECK   include/drm (15 files)                                                                                                                                                                                                                                                                                     │  
  │ /home/tom/Armbian/sources/linux-sun8i/sun8i/usr/include/drm/exynos_drm.h:92: found __[us]{8,16,32,64} type without #include                                                                                                                                                                           │  
  │   CHECK   include/linux/byteorder (2 files)                                                                                                                                                                                                                                                                          │  
  │   CHECK   include/linux/caif (2 files)                                                                                                                                                                                                                                                                               │  
  │   CHECK   include/linux/can (5 files)                                                                                                                                                                                                                                                                                │  
  │   CHECK   include/linux/dvb (8 files)                                                                                                                                                                                                                                                                                │  
  │   CHECK   include/linux/hdlc (1 files)                                                                                                                                                                                                                                                                               │  
  │   CHECK   include/linux/hsi (1 files)                                                                                                                                                                                                                                                                                │  
  │   CHECK   include/linux/isdn (1 files)                                                                                                                                                                                                                                                                               │  
  │   CHECK   include/linux/mmc (1 files)                                                                                                                                                                                                                                                                                │  
  │   CHECK   include/linux/netfilter/ipset (4 files)                                                                                                                                                                                                                                                                    │  
  │   CHECK   include/linux/netfilter (75 files)                                                                                                                                                                                                                                                                         │  
  │ /home/tom/Armbian/sources/linux-sun8i/sun8i/usr/include/linux/netfilter/xt_socket.h:14: userspace cannot reference function or variable defined in the kernel                                                                                                                                                        │  
  │   CHECK   include/linux/netfilter_arp (2 files)                                                                                                                                                                                                                                                                      │  
  │   CHECK   include/linux/netfilter_bridge (18 files)                                                                                                                                                                                                                                                                  │  
  │   CHECK   include/linux/netfilter_ipv4 (12 files)                                                                                                                                                                                                                                                                    │  
  │   CHECK   include/linux/netfilter_ipv6 (11 files)                                                                                                                                                                                                                                                                    │  
  │   CHECK   include/linux/nfsd (5 files)                                                                                                                                                                                                                                                                               │  
  │   CHECK   include/linux/raid (2 files)                                                                                                                                                                                                                                                                               │  
  │   CHECK   include/linux/spi (1 files)                                                                                                                                                                                                                                                                                │  
  │   CHECK   include/linux/sunrpc (1 files)                                                                                                                                                                                                                                                                             │  
  │   CHECK   include/linux/tc_act (7 files)                                                                                                                                                                                                                                                                             │  
  │   CHECK   include/linux/tc_ematch (4 files)                                                                                                                                                                                                                                                                          │  
  │   CHECK   include/linux/usb (10 files)                                                                                                                                                                                                                                                                               │  
  │   CHECK   include/linux/wimax (1 files)                                                                                                                                                                                                                                                                              │  
  │   CHECK   include/linux (374 files)                                                                                                                                                                                                                                                                                  │  
  │ /home/tom/Armbian/sources/linux-sun8i/sun8i/usr/include/linux/soundcard.h:1054: userspace cannot reference function or variable defined in the kernel                                                                                                                                                                │  
  │   CHECK   include/mtd (5 files)                                                                                                                                                                                                                                                                                      │  
  │   CHECK   include/rdma (6 files)                                                                                                                                                                                                                                                                                     │  
  │   CHECK   include/scsi/fc (4 files)                                                                                                                                                                                                                                                                                  │  
  │   CHECK   include/scsi (3 files)                                                                                                                                                                                                                                                                                     │  
  │   CHECK   include/sound (10 files)                                                                                                                                                                                                                                                                                   │  
  │   CHECK   include/video (3 files)                                                                                                                                                                                                                                                                                    │  
  │   CHECK   include/xen (2 files)                                                                                                                                                                                                                                                                                      │  
  │   CHECK   include (0 files)                                                                                                                                                                                                                                                                                          │  
  │   CHECK   include/asm (31 files)                                                                                                                                                                                                                                                                                     │  
  │   CLEAN   scripts/basic                                                                                                                                                                                                                                                                                              │  
  │   CLEAN   scripts/genksyms                                                                                                                                                                                                                                                                                           │  
  │   CLEAN   scripts/kconfig                                                                                                                                                                                                                                                                                            │  
  │   CLEAN   scripts/mod                                                                                                                                                                                                                                                                                                │  
  │   CLEAN   scripts                                                                                                                                                                                                                                                                                                    │  
  │ dpkg-deb: building package 'linux-firmware-image-sun8i' in '../linux-firmware-image-sun8i_5.24_armhf.deb'.                                                                                                                                                                                                           │  
  │ dpkg-deb: building package 'linux-headers-sun8i' in '../linux-headers-sun8i_5.24_armhf.deb'.                                                                                                                                                                                                                         │  
  │ dpkg-deb: building package 'linux-image-sun8i' in '../linux-image-sun8i_5.24_armhf.deb'.                                                                                                                                                                                                                             │  
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
    
[ o.k. ] Kernel build done [ @host ]
[ o.k. ] Target directory [ /home/tom/Armbian/output/debs/ ]
[ o.k. ] File name [ linux-image-sun8i_5.24_armhf.deb ]
[ o.k. ] Runtime [ 25 min ]
ls -l
-rwxrwxr-x  1 tom  tom  4268 Dec 11 18:41 compile.sh
drwxrwxr-x 10 tom  tom  4096 Dec 11 18:37 lib
drwxr-xr-x  5 root root 4096 Dec 11 19:01 output
drwxr-xr-x  5 root root 4096 Dec 11 19:07 sources
drwxr-xr-x  6 root root 4096 Dec 11 19:03 toolchains
drwxr-xr-x  7 root root 4096 Dec 11 19:03 userpatches


Have any comments? Questions? Drop me a line!

Tom's electronics pages / tom@mmto.org