Skip to content

d3v1c3nv11/OLinuXino-Build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLinuXino Builder

Build scripts for generating OLinuXino images

WORK IN PROGRESS >>>>>>>>>

OLinuXino Build Instructions

UBUNTU 16.04.3 LTS

1. Getting source code and helper scripts

cd ~/
git clone https://github.com/d3v1c3nv11/OLinuXino-Build.git
cd OLinuXino-Build/scripts

2. Setup toolchain

	sudo apt install gcc-aarch64-linux-gnu
        sudo apt install gcc-4.7-arm-linux-gnueabihf
	sudo apt install kpartx bsdtar mtools

3. Build bootable image

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 

About

Build scripts for generating olimexino images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published