alphafox02
alphafox02
Be even better to see if support gr 3.9+
I just checked and found that this is working in DragonOS Focal, already preinstalled. I can't recall how I got it working as it's been a part of DragonOS for...
I’m seeing this now on 22.04 using Gnss-SDR from source and latest Gnss-SDR monitor. I’ll have to double check the map trick, but essentially the monitor just becomes unresponsive -...
Just a follow up to say that within GNU Radio itself, using the GR-RDS flowgraph altered with a custom soapy source block and basically the same settings as GQRX, I'm...
I’m up to 30 times starting and stopping playback with an RSP1a on SigDigger dev branch + git pull on soapysdrplay3 today + 22.04 x86_64 at the moment (rebuilt it...
Above talked about test ran on my end using the setup I just talked about ``` dragon@dragon:~/Downloads$ make valgrind-soapytest-doublefree valgrind --track-origins=yes ./soapytest-doublefree ==322568== Memcheck, a memory error detector ==322568== Copyright...
Re-did tests, will also run them on 22.04 aarch64 with my Pi later. This is on x86_64. This is with the RSPDX plugged in, I can also grab the RSP1A....
Ran again after a make clean on x86_64 ``` dragon@dragon:~/Downloads$ make g++ -ggdb -fsanitize=undefined -fno-omit-frame-pointer -Wall apitest.cpp -o apitest -lsdrplay_api g++ -ggdb -fsanitize=undefined -fno-omit-frame-pointer -Wall soapytest.cpp -o soapytest -lSoapySDR g++...
@fventuri Test 1 on Pi4 w/ aarch64 22.04 and SDRplay Soapy git pull today ``` ubuntu@ubuntu:~/Downloads$ make valgrind-apitest valgrind --track-origins=yes ./apitest ==20475== Memcheck, a memory error detector ==20475== Copyright (C)...
What I should have done is first ran the tests with the SoapySDRplay I had on the Pi. I do not recall an issue before. Now that I did a...