Post Go back to editing

FMCOMMS5/ZCU706 on remote GNURadio

Hi,

After playing around using Kuiper linux on the board I want to setup a remote connection. I want to run gnuradio-companion on my windows PC through WSL2 and connect it to the ZCU706 via ethernet. The ethernet setup for local connections is working and already installed gnuradio-companion using $ sudo apt install gnuradio. After that  I add to the python path $ export PYTHONPATH=/usr/local/lib/python3.10/dist-packages:$PYTHONPATH  ran gnuradio-companion as follows $ sudo gnuradio-companion. There I just added an FMCOMMS5 sink an one source an connected them. After trying to run the following error appeared: AttributeError: module 'gnuradio.iio' has no attribute 'fmcomms5_source_f32c'. Did you mean: 'fmcomms2_source_fc32'? Did I do something wrong during the installation process? I am aware of https://wiki.analog.com/resources/tools-software/linux-software/gnuradio, but since installing gnuradio using the apt already has the FMCOMSS blocks and in the tutorial only gnuradio 3.7 and 3.8 are mentioned, I don't know what I have to do. 

Thanks in advance, best regards,

Diogo Baptista

Parents Reply
  • We'll try to have a fix today and send a pull request to GNU Radio.

    By "compile from source" I mean compiling https://github.com/gnuradio/gnuradio (the tutorial you pointed to was for use before gr-iio was merged into the upstream GNURadio project).

    Sadly the IIO blocks were added to GNURadio 3.10.0 and FMComms5 support is already broken in this version; so even if there was a point in history where they were present and working, there is no released version that supports it properly and you would have to compile from sources anyway.

    Cheers,

    -Paul

Children