Re: [USRP-users] Expected FPGA Compatibility number 36, but got 38

2020-11-13 Thread Dustin Widmann via USRP-users
Hi Jerrid, Your gnuradio is built against UHD 3.15 instead of UHD 4.0. You'll probably need to rebuild gnuradio taking care to make sure to make sure it doesn't use 3.15 when you do. With regards to the compat numbers With uhd-3.15 I observed: LD_LIBRARY_PATH=/opt/uhd-3.15/lib 

Re: [USRP-users] Expected FPGA Compatibility number 36, but got 38

2020-11-13 Thread Marcus D. Leech via USRP-users
On 11/13/2020 03:48 PM, Jerrid Plymale via USRP-users wrote: Hello All, So I have been working on transitioning to using UHD 4.0 from 3.15, and I am running into a problem. I was able to get the software updated without issue, then I downloaded the new FPGA images using the

[USRP-users] Expected FPGA Compatibility number 36, but got 38

2020-11-13 Thread Jerrid Plymale via USRP-users
Hello All, So I have been working on transitioning to using UHD 4.0 from 3.15, and I am running into a problem. I was able to get the software updated without issue, then I downloaded the new FPGA images using the uhd_image_downloader and updated the two USRP X310's I am working with. After

Re: [USRP-users] E310 RFNOC OOT modules

2020-11-13 Thread Mike via USRP-users
Jonathon, Thanks, I found that I needed to add "$LOCALPREFIX/lib/python2.7/dist-packages:$PYTHONPATH" to my python path in order for it to see the OOT modules. So, now I'm on to my next problem.  When I execute the python script on the E310 I now get another error: [INFO] [0/Radio_0]

Re: [USRP-users] (no subject)

2020-11-13 Thread Marcus D Leech via USRP-users
You’ll need to use timed commands for tuning, in order to phase align the LOs. Unfortunately there is no direct support for this in GRC. So you’ll have to edit the output code from GRC to change you tuning functions. Sent from my iPhone > On Nov 13, 2020, at 8:08 AM, Arash Jafari via