You should setup the build environment first. For example: Board type, Linux version, distribution, etc.
1 2
$ cd ~/project/fenix $ sourceenv/setenv.sh
Build Full Image
If you have setup the environment, then it’s time to build the image. Fenix requires root privileges, so you’ll need to enter your password.
1
$ make
Tip: If this is your first time building an image, the script will check your Host’s environment and install some essential packages. In addition, repositories (U-Boot, Linux) will be cloned automatically from our Khadas GitHub.
Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world ca4f61b1923c: Pull complete Digest: sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c Status: Downloaded newer image for hello-world:latest
Hello from Docker! This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal.
To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID: https://cloud.docker.com/
For more examples and ideas, visit: https://docs.docker.com/engine/userguide/
Run Fenix in Docker
Get Docker Image:
1 2
$ cd ~/project/fenix $ docker pull numbqq/fenix:latest