Build scripts for generating OLinuXino images
cd ~/
git clone https://github.com/d3v1c3nv11/OLinuXino-Build.git
cd OLinuXino-Build/scripts
sudo apt install gcc-aarch64-linux-gnu
sudo apt install gcc-4.7-arm-linux-gnueabihf
sudo apt install kpartx bsdtar mtools
sudo ./build-image.sh <platform>
Suported platforms:
- teres1
- a64olinuxino
if everything is successfully acomplished this command will create file named : xenial--bspkernel-.img use dd to write this image to Sd Card :
dd if=xenial-<platform>-bspkernel-<date>.img of=/dev/sdX bs=1M
After first boot you will able to login with : user: olimex pass: olimex
Connection to internet can be enabled using nmtui tool:
nmtui
Feel free to install everything you want, for ex. Graphical desktop :
./install_desktop.sh mate #will install mate