Re: [Discuss-gnuradio] problems with setting up RFNoC environment within

2015-09-16 Thread Jason Matusiak
(accidentally sent this to the wrong mailing list the firs time, sorry) > I admit this seems a bit heath robinson (or rube goldberg for you > Americans), but thanks for the feedback and the writeup! For anyone following this, please feel free to interject if there is a smoother way to go thro

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within

2015-09-16 Thread Martin Braun
On 16.09.2015 06:17, Jason Matusiak wrote: >> PyBOMBS + RFNoC is a bit iffy, you need to manually edit the uhd.lwr >> file to have it build the rfnoc-devel branch. Then, it *should* work, >> but I'll admit I haven't tested it myself. > > Martin, to wrap a bow on this, here is the steps I've taken

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within

2015-09-16 Thread Jason Matusiak
> PyBOMBS + RFNoC is a bit iffy, you need to manually edit the uhd.lwr > file to have it build the rfnoc-devel branch. Then, it *should* work, > but I'll admit I haven't tested it myself. Martin, to wrap a bow on this, here is the steps I've taken (and redone to make sure things seem OK) and it se

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within PyBombs

2015-09-11 Thread Martin Braun
Jason, this kind of error usually indicates that your X310 is indeed running and being detected, but that internally something is going wrong (on the FPGA). Can you give some more info which image you're using? Is it the default FPGA image? Is this on rfnoc-devel? M On 10.09.2015 09:51, Jason M

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within PyBombs

2015-09-10 Thread Jason Matusiak
Martin, Thank, I now see that there was a commented out line inside of the recipe for the rfnoc branch, so I made the change, installed UHD, and then reinstalled gnuradio. Lastly I installed gr-ettus and all seems to be happy (happy enough that things will load at least). If I setup one of my si

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within PyBombs

2015-09-09 Thread Martin Braun
On 09.09.2015 08:38, Jason Matusiak wrote: >> So I am curious where I am going wrong. Does anyone have the working >> steps for getting an rfnoc development environment setup using the >> PyBombs infrastructure? Maybe I needed to install UHD and gr-ettus >> somewhere else in the pybombs structure?

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within PyBombs

2015-09-09 Thread Jason Matusiak
> So I am curious where I am going wrong. Does anyone have the working > steps for getting an rfnoc development environment setup using the > PyBombs infrastructure? Maybe I needed to install UHD and gr-ettus > somewhere else in the pybombs structure? Well, I found at least one issue... I forgot t

[Discuss-gnuradio] problems with setting up RFNoC environment within PyBombs

2015-09-09 Thread Jason Matusiak
I have set up RFNoC environments in the past, but I am trying to embrace pybombs and am attempting to setup an environment now using that approach instead. I see on the rfnoc:-GettingStarted WiKi page, that it can't be done directly using pybombs. So here are the steps I //attempted// to take, b