I install gqrx from the ppa, and this install directly gnuradio but it
seems to me that the uhd driver is not installed, them I instal the ppa
fron ettus from this page
https://files.ettus.com/manual/page_install.html
and I load: libuhd-dev, libuhd003, and uhd-host
and run: uhd_images_downloader
w
Hi Juan,
You're right; that message does mean the FPGA image is incompatible with
your UHD installation. You'll want to run the uhd_images_downloader that
came with your GNURadio installation. That should overwrite the images
stored on your host to a set of images that are compatible with the vers
I have reinstaled the uhd driver an the FPGA images for my B210, and
suddently this error appears when I try to run my usual GNUradio programs
RuntimeError: RuntimeError: Expected FPGA compatibility number 14, but got
15:
The FPGA build is not compatible with the host code build.
It seems that th
Hello coolest SDR mailing list known to sapient beings,
it turns out that while cleaning up our code base, we broke most of our
"narrowband" examples[1]. That's kind of OK, because these weren't
overly representative of the "GNU Radio ways" one would pick today.
Still, it's kind of said that we n
On 08/17/2018 05:37 AM, Zhan Yanjun wrote:
Hello everyone,
A while ago I came across an issue in running GNURadio with my version
of UHD and I have followed instructions from the Ettus website
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_L
Thank you Paul!
I got the same result using the unpacked to packed block. Now my FSK
receiver is working and I will switch to a FSK transmitter flow!
Best regards,
Guilherme Theis
On Thu, Aug 16, 2018 at 9:43 PM Paul Boven wrote:
> Hi Guilherme,
>
> On 08/14/2018 05:45 PM, Guilherme Theis wrot