Skip to content

Official OpenEmbedded layer for Openvario flight computer.

Notifications You must be signed in to change notification settings

jirimaier/meta-openvario

 
 

Repository files navigation

Automated Release Notes by gren

meta-openvario

This is a layer for OpenEmbedded to support the Openvario hardware

How to build an image

Prerequisites

Fetching sources

git clone --recurse-submodules https://github.com/Openvario/meta-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=openvario-7-CH070

Available machines for the OpenVario with the original adapter board are:

  • openvario-7-PQ070
  • openvario-7-CH070
  • openvario-57-lvds
  • openvario-43-rgb

Available machines for the OpenVario with the new adapter board DS2 are:

  • openvario-7-CH070-DS2
  • openvario-7-AM070-DS2
  • openvario-57-lvds-DS2

Starting the build

bitbake openvario-image

About

Official OpenEmbedded layer for Openvario flight computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.0%
  • BitBake 8.0%
  • Shell 6.1%
  • NASL 0.8%
  • Python 0.6%
  • C++ 0.4%
  • JavaScript 0.1%