Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from khadas/fenix

One-stop script set to build Ubuntu/Debian images

License

Notifications You must be signed in to change notification settings

cryptolog/fenix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fenix script set to build Ubuntu/Debian images

Documentation Licence Version PRs Welcome

Supported build host:

  • Ubuntu Xenial 16.04 x64
  • Ubuntu Bionic 18.04 x64
  • Docker

How to use?

  • Install essential packages
$ sudo apt-get install git make lsb-release qemu-user-static
  • Clone Fenix repository
$ mkdir -p ~/project/khadas
$ cd ~/project/khadas
$ git clone https://github.com/khadas/fenix
$ cd fenix
  • Setup build environment
$ source env/setenv.sh
  • Build image
$ make

Build in Docker

  • Build Docker image
$ cd fenix
$ docker build -t fenix .
  • Build image in Docker

Run fenix in docker.

$ docker run -it -v $(pwd):/home/khadas/fenix -v /etc/localtime:/etc/localtime:ro --privileged fenix

We are in Docker container now, start to build.

khadas@919cab43f66d:~/fenix$ source env/setenv.sh
khadas@919cab43f66d:~/fenix$ make

About

One-stop script set to build Ubuntu/Debian images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.2%
  • GLSL 4.9%
  • Shell 3.4%
  • Makefile 1.4%
  • Batchfile 0.6%
  • CMake 0.3%
  • Other 0.2%