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] Perfo

Re: [USRP-users] E310 RFNOC OOT modules

2020-11-12 Thread Jonathon Pendlum via USRP-users
Hi Mike, The might be due to the PYTHONPATH env variable not including the directory where your OOT module is installed. Try looking for a directory like /usr/lib/python2/dist-packages or similar and adding that to PYTHONPATH. Jonathon On Thu, Nov 12, 2020, 13:40 Mike via USRP-users wrote: > I

[USRP-users] E310 RFNOC OOT modules

2020-11-12 Thread Mike via USRP-users
I got an error when running a gnuradio python script on the E310.  The python script was created on the host machine in GRC and then copied (scp) over to E310.   I've done this successfully with built-in modules/blocks.  Now that I've created a custom FPGA, I've successfully updated the XML fil