Skip to content

dunfell-22.02

Compare
Choose a tag to compare
@carlesfernandez carlesfernandez released this 18 Feb 14:45
· 84 commits to master since this release
dunfell-22.02
f36b7a3

Geniux Dunfell v22.02

DOI

New release of the Geniux Dunfell 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.

Geniux Dunfell v22.02 is a customized embedded Linux distribution based on the Yocto Project version 3.1.13 LTS. Main features:

  • Development tools: Automake v1.16.1, CMake v3.16.5, GCC v9.3.0 (+ libgfortran), make v4.3, ninja v1.10.0, Python v3.8.11.
  • Goodies for signal processing:
    • SDR framework: GNU Radio v3.8.5.0.
    • Number crunching libraries: Armadillo v10.8.0, FFTW v3.3.9, Lapack v3.7.0, VOLK v2.4.1.
    • C++ supporting libraries: Boost v1.72.0, gflags v2.2.2, glog v0.5.0, googletest v1.11.0, Matio v1.5.21, Protocol Buffers v3.11.4, Pugixml v1.11.4.
    • Graphical representation: gnss-sdr-monitor v1.0, Gnuplot v5.2.8, Matplotlib v3.2.1.
  • Software drivers and tools for RF front-ends: UHD v3.15.LTS (+ gr-uhd), gr-osmosdr v0.2.3 (+ rtl-sdr and hackrf), gr-iio v0.3, libiio v0.23, libad9361-iio v0.2, iio-oscilloscope v0.14.
  • GNSS-SDR v0.0.16

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

Changes with respect to Geniux Dunfell 21.08

  • Updated revisions for openembedded-core, meta-openembedded, meta-qt5, meta-sdr, meta-raspberrypi, and meta-intel layers.
  • Update Armadillo to v10.8.0
  • Update GNU Radio to v3.8.5.0.
  • Added a scriot to expand the root filesystem in the SD card at /etc/init.d/resize-rootfs
  • The gnss-sdr-demo-image now defines "root" and "geniux" users, both with default password "geniux".
  • Make use of https protocol when possible.
  • Added welcome message on login and ssh banner.
  • Small bug fixes and improvements of Yocto usage.
  • Update GNSS-SDR to v0.0.16

How to build images and the SDK

With Docker already installed on your system, build the SDK and images for your preferred machine:

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

The generated 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.

Copyright and License

Copyright: © 2016-2022 Carles Fernández-Prades, CTTC. All rights reserved.

The content of this repository is released under the MIT license.

Acknowledgements

This work was partially supported by the Spanish Ministry of Science, Innovation, and Universities through the Statistical Learning and Inference for Large Dimensional Communication Systems (ARISTIDES, RTI2018-099722-B-I00) project.