Skip to content

gatesgarth-21.02

Compare
Choose a tag to compare
@carlesfernandez carlesfernandez released this 02 Mar 09:50
· 74 commits to master since this release
gatesgarth-21.02
2c9a071

Geniux Gatesgarth v21.02

First release of the Geniux Gatesgarth manifest. It contains a list of Git repositories and their respective commit hashes that allow building images and SDKs defined by the meta-gnss-sdr OpenEmbedded layer.

The name Geniux comes from GNSS-SDR for Embedded GNU/Linux.

More info at https://gnss-sdr.org/docs/tutorials/cross-compiling/

Main features

  • GCC v10.2.0, CMake v3.18.2, Boost v1.74.0, GNU Radio v3.8.2+, Armadilllo v9.900.1, glog v0.4.0, gflags v2.2.2, Protocol Buffers v3.13.0, Pugixml v1.10, Matio v1.5.19, UHD v3.15.LTS (+ gr-uhd), gr-osmosdr v0.2.3, gr-iio v0.3.

How to build images and the SDK

With Docker installed on your system:

$ git clone https://github.com/carlesfernandez/yocto-geniux
$ cd yocto-geniux
$ ./geniux-builder.sh gatesgarth 21.02 zedboard-zynq7

The yocto-geniux image also provides an interactive mode that allows users to make changes, experiment, fine-tune, and generate their own custom images and SDKs according to their specific requirements in a virtualized environment. Please check the README.md file of that repository for instructions.