New Lime Suite NG Release and Packages

Yesterday marked the first tagged release of Lime Suite NG, the next generation driver stack for LimeSDR devices, plus associated plug-ins and utilities. Coinciding with which there is also a new package repository, with the first packages to use this being Lime Suite NG. This currently provides packages for Ubuntu 22.04 and 24.04 (x86_64) and Debian Bookworm (aarch64/RPi), with other distros to be added in due course. For more details see the announcement post:

https://myriadrf.org/news/lime-suite-ng-release-and-new-package-repo/

3 Likes

Something for Windows would also be much appreciated.

1 Like

It’s on the roadmap, but there is no ETA at present.

Just tryed on Ubuntu 24.10 and 24.04 LTS. I can deploy package limesuiteng but I do have dependencies issues with limesuiteng-gui and gr-limesuiteng:

Unsatisfied dependencies:
limesuiteng-gui : Depends: libwxbase3.0-0v5 (>= 3.0.5.1+dfsg) but it is not installable
Depends: libwxgtk3.0-gtk3-0v5 (>= 3.0.5.1+dfsg) but it is not installable

Unsatisfied dependencies:
gr-limesuiteng : Depends: libfmt8 (>= 8.1.1+ds1) but it is not installable
Depends: libgnuradio-pmt3.10.1 (>= 3.10.1.1) but it is not installable
Depends: libgnuradio-runtime3.10.1 (>= 3.10.1.1) but it is not installable
Depends: libspdlog1-fmt8 but it is not installable

We need to document to correct distribution :slight_smile:

Index of /apt/ noble main for 24.04 LTS

The next issue is gr-limesuiteng is visible inside GNURadio but python cannot import the component.

ImportError: cannot import name ‘limesuiteng’ from ‘gnuradio’

(/usr/lib/python3/dist-packages/gnuradio/init.py)