Skip to content

Instantly share code, notes, and snippets.

@knoopx
Last active May 3, 2021 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knoopx/d1cd3f276411dfef78839242f3fb8170 to your computer and use it in GitHub Desktop.
Save knoopx/d1cd3f276411dfef78839242f3fb8170 to your computer and use it in GitHub Desktop.
build opentx jumper t-lite
mkdir build
docker run -v "$PWD:/opentx" -w /opentx/build pafleraf/opentx-dev cmake -DPCB=X7 -DPCBREV=TLITE -DGVARS=YES -DLUA=YES -DHELI=NO -DDEBUG=NO -DCMAKE_BUILD_TYPE=Release ..
docker run -v "$PWD:/opentx" -w /opentx/build pafleraf/opentx-dev make -j4 firmware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment