Project Drohnen: Difference between revisions

From JoBaPedia
Jump to navigation Jump to search
Line 5: Line 5:
=== Docker ===
=== Docker ===


A build is only fully supported with some debian environments (see [https://github.com/opentx/opentx/wiki/OpenTX-2.2-Linux-Build-Instructions#note-on-software-versions OpenTX 2.2 Linux Build Instructions].
A build is only fully supported with some debian environments (see [https://github.com/opentx/opentx/wiki/OpenTX-2.2-Linux-Build-Instructions#note-on-software-versions OpenTX 2.2 Linux Build Instructions]).
Using docker to solve this for opensuse.
Using docker to solve this for opensuse:


  sudo zypper in docker
  sudo zypper in docker
sudo systemctl start docker
sudo usermod joachim -a -G docker
Create docker image
mkdir opentx
cd opentx
wget https://github.com/opentx/opentx/raw/2.2/radio/util/Dockerfile
docker build -t opentx
This currently does not work.
Opened issue https://github.com/opentx/opentx/issues/6773

Revision as of 20:34, 13 September 2019

Drohnen

Taranis Q X7 =

Docker

A build is only fully supported with some debian environments (see OpenTX 2.2 Linux Build Instructions). Using docker to solve this for opensuse:

sudo zypper in docker
sudo systemctl start docker
sudo usermod joachim -a -G docker

Create docker image

mkdir opentx
cd opentx
wget https://github.com/opentx/opentx/raw/2.2/radio/util/Dockerfile
docker build -t opentx

This currently does not work. Opened issue https://github.com/opentx/opentx/issues/6773