Camilo Martin Posted January 2, 2017 Posted January 2, 2017 First of all, happy 2017! May Armbian be the great OS it is, forever more. Now, I wanted to compile Armbian from scratch so I can see if I manage to hardcode some overscan into the tv module (it seems there's no way around it), but for some reason I can't seem to get the compilation going. I downloaded ubuntu, put it in a VM (so fresh, aside from VMWare guest tools) with 60GB storage, got it up to date, and tried to compile Armbian (since I don't know how to compile a single module). Steps taken: sudo apt-get update sudo apt-get upgrade sudo apt-get install git git clone https://github.com/igorpecovnik/lib --depth 1 cp lib/compile.sh . sudo ./compile.sh Then "Kernel and U-Boot packages" => "NanoPi M1" => "Default" It didn't work, then I tried logged in as root, same errors show up both times: # uname -a Linux ubuntu 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS" What can I do to get it to compile? Alternatively, how can I get just the tv.ko module to compile? (H3, legacy)
Igor Posted January 2, 2017 Posted January 2, 2017 Boot configuration for this board went missing .. fixed.
Camilo Martin Posted January 3, 2017 Author Posted January 3, 2017 Boot configuration for this board went missing .. fixed. Thank you!
Recommended Posts