Skip to content

Blaubart/OpenVario

 
 

Repository files navigation

Automated Release Notes by gren

OpenVario

This is a fork of the OpenVario project 'GitHub.com/Openvario/meta-openvario' to support the embedded OpenVario hardware

How to build an image

Prerequisites

Fetching sources

git clone --recurse-submodules https://github.com/OpenSoaring/OpenVario.git
cd meta-openvario

This will fetch the sources including all submodules.

Starting the containerd build environment

docker run -it --rm -v $(pwd):/workdir ghcr.io/openvario/ovbuild-container:main --workdir=/workdir

Configuring the build (only necessary once after fetching the repos)

source openembedded-core/oe-init-build-env .

Setting the machine

export MACHINE=ov-ch70

Available machines for OpenVario with the original adapter board are:

  • ov-pq70
  • ov-ch70
  • ov-am43
  • ov-ch57

Available machines for OpenVario with alternativ adapter board DS2 from Daniel Smolka are:

  • ov-ch70s
  • ov-am70s
  • ov-ch57s

Starting the build

bitbake openvario-image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.7%
  • Shell 15.5%
  • BitBake 8.3%
  • Python 2.0%
  • Batchfile 0.4%
  • JavaScript 0.1%