This is based on the guide at http://linux-sunxi.org/Qt5_For_Mali_Binarieswith modification.    1. compile armbian (In my case Jessie without desktop) from source https://github.com/igorpecovnik/lib   2. log in and edit /etc/modules-load.d/modules.conf  add following line: 8189fs mali ump drm mali_drm sunxi_cedar_mod   3. Change the default gcc to gcc-4.8: sudo apt-get install gcc-4.8 g++-4.8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 10 sudo update-alter
  • Reputation Points