Re: [USRP-users] packet size for RFNOC testbenches

2018-08-20 Thread Jason Matusiak via USRP-users
"Jon Pendlum" Date: 8/20/18 10:58 am To: "Jason Matusiak" Cc: "USRP-users@lists.ettus.com" Hey Jason, You could try testing with noc_block_skeleton. It only does a loopback and has a self checking testbench. Jonathon On Mon, Aug 20, 2018, 11:48 PM Jason M

[USRP-users] RFNoC fifo filling up

2018-08-22 Thread Jason Matusiak via USRP-users
This is a long shot, but I have been fighting with my rfnoc block the last few days trying to figure out why it won't work. I am basically combining the threshold block and the siggen block (so it takes in values, and spits out data based on the siggen parameters). My block has been spitting

Re: [USRP-users] RFNoC fifo filling up

2018-08-22 Thread Jason Matusiak via USRP-users
nt the last two days trying to debuf this before I found out it was the axi fifo filling up. It is weird to me that it is slowly falling behind. It makes me feel like tlast maybe has something to do with it. Original message From: Brian Padalino Date: 8/22/18 4:04 PM (GMT-0

Re: [USRP-users] RFNoC fifo filling up

2018-08-24 Thread Jason Matusiak via USRP-users
OK, let me elaborate since my first email was not very well written (I was throwing it out there on the way out the door). I spent all day yesterday thinking that I was making progress, the last simulation was copacetic, so I did a build over night, and yet again, no love. I started on this b

Re: [USRP-users] RFNoC fifo filling up

2018-08-24 Thread Jason Matusiak via USRP-users
Whoops, I misspoke on the SPP size. At some point I must have changed the SPP to 1024. So with a file size of 57344 bytes, it was 57344/8/1024 = 7 full packets that made it though. When I tried it at SPP=16, 3840 bytes were in the file sink. So 3840/8/16 = 30 packets made it through. This

Re: [USRP-users] RFNOC blocks with multiple inputs?

2018-08-27 Thread Jason Matusiak via USRP-users
I may be wrong, but I am pretty sure that RFNoC has issues with more inputs than outputs on a block. I believe the workout is to put a dummy output on the other side and hide it in GRC. Hopefully someone will speak up if I am wrong. - Original Message - Subject: [USRP-users]

Re: [USRP-users] Multiple instances of RFNOC block in single flow graph

2018-08-29 Thread Jason Matusiak via USRP-users
Andrew, I have this issue all the time. To get around it, I go into properties of the block (double click on it in the GRC), go to the the RFNoC Config tab, and change the Device Select to 0 for one of them, and 1 for the other. There is some sort of issue (I don't recall why, but it was exp

Re: [USRP-users] RFNoC fifo filling up

2018-09-04 Thread Jason Matusiak via USRP-users
fifos are filling up without reading (axi_fifo_short). I am going to try to find another machine to see if I threshold works there, but I am thinking that something else is going on somewhere - Original Message - Subject: RE: Re: [USRP-users] RFNoC fifo filling up F

Re: [USRP-users] E310 'make' error while trying to build UHD for RFNoC

2018-09-05 Thread Jason Matusiak via USRP-users
I know that this is an old thread from Dec 2017, but I see the same issues. I am running Centos now, and I am thinking that this is related to that (old kernels, etc.). The error I see when I do the make is: [ 39%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/e300/e300_sysfs_hooks.cpp.o [

Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)

2018-09-05 Thread Jason Matusiak via USRP-users
Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? - Original Message -On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > On 04/02/2018 06:09 PM, P

Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)

2018-09-06 Thread Jason Matusiak via USRP-users
- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) From: "Philip Balister" Date: 9/5/18 3:35 pm To: "Jason Matusiak" Cc: "USRP-users@lists.ettus.com" On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: > Ph

Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)

2018-09-06 Thread Jason Matusiak via USRP-users
Just finished running the second command just mentioned below, still died with the package "six" error. - Original Message - Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) From: "Jason Matusiak" Dat

Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)

2018-09-06 Thread Jason Matusiak via USRP-users
he directory with the uncompressed six and run "python setup.py install" 5) Open a new terminal 6) Go back to your prefix directory and source setup_env.sh 7) Run pybombs rebuild gnuradio 8) Run pybombs install gr-ettus On Wed, Sep 5, 2018 at 12:35 PM, Philip Balister via USRP-users

Re: [USRP-users] "No upstream blocks" Warning

2018-09-07 Thread Jason Matusiak via USRP-users
The issue is on your output side. It has been explained to me (I think it is somewhere on this mailing list due to an issue I and other have had), that you can't mix ports to be both host and rfnoc streams on the same side of the RFNoC block. So it sounds like the input side has both inputs co

[USRP-users] E310 cross-compile issue

2018-09-10 Thread Jason Matusiak via USRP-users
OK, I am having a weird cross-compile issue still. I am using the latest cross-compile files from Philip, but I am getting a weird error that has me stumped. Here are the steps I took, maybe I hosed something up along the way. I am worried about: 1 - How I setup the cmakes 2 - enabling RFNOC

Re: [USRP-users] E310 cross-compile issue

2018-09-10 Thread Jason Matusiak via USRP-users
:get_system_time(); It feels like I need to use the head of GR, but that something in the cross-compile isn't playing nice with the single_threaded_scheduler.cc operator overload. It's never easy... - Original Message - Subject: Re: [USRP-users] E310 cross-compile

Re: [USRP-users] installing rfnoc using pybombs

2018-09-11 Thread Jason Matusiak via USRP-users
Rob, Honestly, it seems like stuff has gotten sideways all over the place. Things I used to be able to do are no longer working (granted, I am working on an E310, so that increases the complexities). Try this instruction though: https://github.com/gnuradio/gnuradio/issues/1706#issuecomment-

[USRP-users] can't build an E310 bitfile

2018-09-12 Thread Jason Matusiak via USRP-users
It has been a while since I've built a bitfile for the E310, but I used a setup that works fine for my X310. I source: /opt/gnuradio/v3.7.12.0_rfnoc/src/uhd-fpga/usrp3/top/e300/setupenv.sh it finds vivado 2017.4 fine and it said it was successful. then I run: /uhd_image_builder.py keep_1_in_

[USRP-users] Error in uhd_usrp_probe revisit

2018-09-13 Thread Jason Matusiak via USRP-users
There was a thread back in 2017 (and revisited at least once) on the mailing list that is biting me and stopping me from running an RFNoC cross-compiled UHD on an E312. Here is Jonathon's answer on the original thread: http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-March/02395

Re: [USRP-users] Error in uhd_usrp_probe revisit

2018-09-13 Thread Jason Matusiak via USRP-users
ant TX/RX --rate 1e6 --null it actually runs fine. So it feels like UHD is working pretty well, but something about the UHD/GR link is fubared... - Original Message - Subject: Error in uhd_usrp_probe revisit From: "Jason Matusiak" Date: 9/13/18 9:41 am To: "Ettu

[USRP-users] custom E310 bitfile weird new error

2018-09-17 Thread Jason Matusiak via USRP-users
rd fpga timing issue?). Extra info: 1 - The uhd hash is: eec24d7 2 - The fpga-src hash within uhd is: 9c8c2ba 3 - gnuradio's hash is (this shouldn't matter since I am not even running GR yet): e4acf4f 4 - gr-ettus' hash is: 51e8828 ~Jason

[USRP-users] UHD not getting full bandwidth on E310

2018-09-20 Thread Jason Matusiak via USRP-users
I have a cross-compile setup for my E312 that is working fine. If I run a benchmark_rate using my compiled UHD and bitfile, it works as intended. I see about 10MHz throughput from the FPGA to the ARM before I start dropping samples, that is about right based on my readings. Now, if I use all

Re: [USRP-users] UHD not getting full bandwidth on E310

2018-09-20 Thread Jason Matusiak via USRP-users
are running stock. I am hoping maybe these comments will strike a chord in someone's mind and there might be something easy to look into that might be causing the issue! TIA - Original Message - Subject: UHD not getting full bandwidth on E310 From: "Jason Matusiak

[USRP-users] general RFNoC timing question

2018-09-24 Thread Jason Matusiak via USRP-users
I have a flowgraph I am running on an E310 using all stock RFNoC blocks. It looks a lot like this: RFNoC:Radio ---> RFNoC: Split Stream ---> RFNoC: FFT ---> RFNoC: Keep 1 in N ---> RFNoC: Log Power > GR: complex to float ---> GR:Raster Sink

[USRP-users] max usable SPP on the E310

2018-09-25 Thread Jason Matusiak via USRP-users
Is the max usable SPP size on the E310 capped at 512? In my flowgraph, I have an RFNoC FFT block. I know that the SPP needs to be set to the size of the FFT to make things happy and using 512 seems to work fine. As soon as I step up to 1024 I see a lot of errors: RFNoC Streamer block receiv

Re: [USRP-users] Can't find a block controller for key FFT, using default block controller!

2018-09-25 Thread Jason Matusiak via USRP-users
I wouldn't mind seeing your solution to #2 as well. The messages certainly make things look more ominous than they actually are. - Original Message - Subject: Re: [USRP-users] Can't find a block controller for key FFT, using default block controller! From: "EJ Kreinar via USR

Re: [USRP-users] general RFNoC timing question

2018-09-25 Thread Jason Matusiak via USRP-users
odd with the sample rate? This doesn't add up to me. - Original Message - Subject: general RFNoC timing question From: "Jason Matusiak" Date: 9/24/18 2:48 pm To: "Ettus Mail List" I have a flowgraph I am running on an E310 using all stock RFNoC b

Re: [USRP-users] max usable SPP on the E310

2018-09-25 Thread Jason Matusiak via USRP-users
PP on the E310 From: "Jon Pendlum" Date: 9/25/18 10:57 am To: "Jason Matusiak" Cc: "USRP-users@lists.ettus.com" Hey Jason, Yes 512 is the max SPP, due to the 4k max DMA transfer size. To support larger FFTs, you could modify the FFT noc block to split up the frame

[USRP-users] Messaging the DDC

2018-09-26 Thread Jason Matusiak via USRP-users
I have a block that outputs a message with a frequency.  I would love to be able to set the frequency adjustment in the RFNoC DDC, but I don't see a way to do it it automagically. I am guessing that there is no way to do it even though it can be set from a variable slider easily. Is there an opt

[USRP-users] Issue using usrp_image_loader with X310 Radio

2018-09-27 Thread Jason Meyer via USRP-users
. What options do I have for debugging the EEPROM? Thank you, Jason Meyer ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Re: [USRP-users] Issue using usrp_image_loader with X310 Radio

2018-09-27 Thread Jason Meyer via USRP-users
Hi Marcus, I am using UHD v3.11.1.0. The command format I've used is: uhd_image_loader --args="type=x300,addr=192.168.10.2" --fpga-path="/usr/local/share/uhd/images/.bit" Jason On Thu, Sep 27, 2018 at 5:28 PM Marcus D. Leech via USRP-users < usrp-users@lists.e

Re: [USRP-users] Issue using usrp_image_loader with X310 Radio

2018-09-27 Thread Jason Meyer via USRP-users
via JTAG. This has happened with 3 different USRPs. Jason On Thu, Sep 27, 2018 at 6:40 PM Marcus D. Leech wrote: > On 09/27/2018 06:34 PM, Jason Meyer wrote: > > Hi Marcus, > > I am using UHD v3.11.1.0. The command format I've used is: > > uhd_image_loader --args=&q

Re: [USRP-users] Issue using usrp_image_loader with X310 Radio

2018-09-27 Thread Jason Meyer via USRP-users
I don't believe so, as I copy/pasted the bit file path from Vivado to the terminal. So I know I am using the same bit file for uhd_image_loader as I am for the JTAG programming, which is working fine. Thanks, Jason On Thu, Sep 27, 2018 at 7:17 PM Wade Fife wrote: > Is it possible tha

Re: [USRP-users] Issue using usrp_image_loader with X310 Radio

2018-09-28 Thread Jason Meyer via USRP-users
Yes, I’m seeing the same behavior with a standard image as with my custom image. Jason > On Sep 27, 2018, at 8:31 PM, Marcus D. Leech wrote: > >> On 09/27/2018 07:09 PM, Jason Meyer wrote: >> The command produces output as if there is no issue. It shows the progress >

Re: [USRP-users] Messaging the DDC

2018-10-03 Thread Jason Matusiak via USRP-users
To: usrp-users@lists.ettus.com Hi Jason, I was about to write code, but then realized: gr-ettus' Block impl already has what you need, the message port "rfnoc", which'll accept messages in the PMT dict format. You can extract the shape of information you need to send in from the

Re: [USRP-users] Messaging the DDC

2018-10-03 Thread Jason Matusiak via USRP-users
poked in via a variable, so I am not sure why that would work). - Original Message - Subject: RE: Re: [USRP-users] Messaging the DDC From: "Jason Matusiak" Date: 10/3/18 9:27 am To: "Marcus Müller" , usrp-users@lists.ettus.com Sorry, Marcus, I was out

Re: [USRP-users] Messaging the DDC

2018-10-04 Thread Jason Matusiak via USRP-users
tuples, but no luck. Any guesses? - Original Message - Subject: RE: Re: [USRP-users] Messaging the DDC From: "Jason Matusiak" Date: 10/3/18 2:58 pm To: "Marcus Müller" , usrp-users@lists.ettus.com Marcus, Looking a little closer, I am a little confused

[USRP-users] source and run rfnoc on boot on E310

2018-10-11 Thread Jason Matusiak via USRP-users
I have a problem that I thought I solved a year or two back, but I can't seem to find it in my notes anywhere. I have a GR app that I want to run on boot on an E310, I know how to do that for straight GR. The problem is that it is an RFNoC GR app, so I need to source the cross-compiled tools

[USRP-users] getting GPS time from RFNoC bitfile on E310

2018-10-22 Thread Jason Matusiak via USRP-users
x27;feval_ll.eval' Any idea how to do this? I tried poking through the mailing list as well as the USRP manual, but I don't see any way to do it when you are an RFNoC radio. ~Jason ___ USRP-users mailing list USRP-users@

Re: [USRP-users] getting GPS time from RFNoC bitfile on E310

2018-10-23 Thread Jason Matusiak via USRP-users
into that for the future. ~Jason - Original Message - Subject: Re: [USRP-users] getting GPS time from RFNoC bitfile on E310 From: "Marcus Müller" Date: 10/23/18 3:44 am To: "EJ Kreinar" , "Jason Matusiak" Cc: "USRP-users@lists.ettus.

Re: [USRP-users] Messaging the DDC

2018-10-23 Thread Jason Matusiak via USRP-users
USRP-users] Messaging the DDC From: "Jason Matusiak" Date: 10/3/18 2:58 pm To: "Marcus Müller" , usrp-users@lists.ettus.com Marcus, Looking a little closer, I am a little confused. I can make the change, and that allows the message block to appear in GRC, but I am thinkin

Re: [USRP-users] RFNoC Replay block for E310?

2018-10-31 Thread Jason Matusiak via USRP-users
I might be speaking out of turn here since I don't really know what the replay block does. But in the past, I successfully created a block that used a .coe file as a generated signal I transmitted over and over again. It was a pretty easy OOT module that just used a Xilinx core if I remember r

Re: [USRP-users] upgrading gcc on the E310

2018-11-05 Thread Jason Matusiak via USRP-users
(sorry for the hijack, but I felt it was somewhat on topic) Just curious, I am sure there is a good reason, but why can't we build in our own custom drivers (I am not a low-level linux guy, so I am sure it is probably obvious)? So far we have been OK, but we have been a little nervous with som

[USRP-users] building host and remote in same location

2018-11-05 Thread Jason Matusiak via USRP-users
Stupid question. I do a lot of work on both the E310 and X310. Currently I setup my X310 via pybombs and then my E310 by hand (pybombs install doesn't seem to work for us). The problem is that I am now maintaining two different trees if I want to have the same OOT module in both. Is there ar

[USRP-users] rfnoc build works for E310, doesn't meet timing with X310

2018-11-08 Thread Jason Matusiak via USRP-users
OK, this has befuddled me for 3 days and I can't seem to get past it. I have a prefix that seems to work fine. Here are my working steps for building a bitfile on an E310: cd /opt/gnuradio/e300/src/uhd/fpga-src/usrp3/tools/scripts source ../../top/e300/setupenv.sh ./uhd_image_builder.py kee

Re: [USRP-users] rfnoc build works for E310, doesn't meet timing with X310

2018-11-08 Thread Jason Matusiak via USRP-users
ples. Then wash, rinse, repeat. The verilog is attached since I was having trouble keeping formatting when I pasted it here. - Original Message - Subject: Re: [USRP-users] rfnoc build works for E310, doesn't meet timing with X310 From: "EJ Kreinar" Dat

Re: [USRP-users] rfnoc build works for E310, doesn't meet timing with X310

2018-11-08 Thread Jason Matusiak via USRP-users
n't meet timing with X310 From: "EJ Kreinar" Date: 11/8/18 10:02 am To: "Jason Matusiak" Cc: "USRP-users@lists.ettus.com" First, it's really not failing by much -- you got under 7 ns, so it's *almost* there. Two suggestions: 1. If the input/ou

Re: [USRP-users] Timeout On Chan 0 Error

2018-11-16 Thread Jason Matusiak via USRP-users
Peter, I know that this is an old thread, but I was wondering if you remember if you've ever solved this? I think that I am running into the same issue with my RFNOC OOT block. Thanks. Hi All, Tutorial aside, I was running the rfnoc_fir example from GNU Radio Companion. At 10M sample rat

[USRP-users] RFNoC cannot keep up on large DDC deltas

2018-11-19 Thread Jason Matusiak via USRP-users
I have a problem that I think I have a workaround for, but I would like to understand what is going on if I could. I am guessing that it is a DSPish issue with the way that the DDC is implemented, but I can't quite figure it out. My design had been working on an E310 and I was trying to move i

[USRP-users] weirdness with RFNoC RX "walking"

2018-11-27 Thread Jason Matusiak via USRP-users
I am seeing something weird that I am sure is a simple mistake on my side, but I can't quite see what I am doing wrong. I have a test transmitter outputting a signal at 391.5MHz. It is on 10s, and then off 10s. This works fine and runs independently. My flowgraph of interest on the receive

Re: [USRP-users] weirdness with RFNoC RX "walking"

2018-11-27 Thread Jason Matusiak via USRP-users
t the first time and then can bounce around a little on subsequent re-runs. So if I power cycle between runs it is fine. Not sure what is going on there, but I'll come back to that issue later. - Original Message - Subject: weirdness with RFNoC RX "walking" From: &q

Re: [USRP-users] RFNoC FPGA clear_tx_seqnum behavior

2018-11-30 Thread Jason Matusiak via USRP-users
t. After making the mod, I am working pretty well (small sample size though). - Original Message - Subject: RE: Re: Re: [USRP-users] RFNoC FPGA clear_tx_seqnum behavior From: "Jason Matusiak" Date: 7/2/18 12:03 pm To: "Brian Padalino" Cc: "USRP-us

[USRP-users] Can I use chained DDCs?

2018-12-03 Thread Jason Matusiak via USRP-users
I have a flowgraph where I use 3 different DDCs on an X310. There is a dual DDC that is connected to the two radios on the X310. Then I have 2 single DDCs chained off of that first one. I built these DDCs to only have a single input/output on them. The flowgraph will work, but sometimes won

Re: [USRP-users] Can I use chained DDCs?

2018-12-03 Thread Jason Matusiak via USRP-users
24d7b - Original Message - Subject: Can I use chained DDCs? From: "Jason Matusiak" Date: 12/3/18 7:23 am To: "Ettus Mail List" I have a flowgraph where I use 3 different DDCs on an X310. There is a dual DDC that is connected to the two radios on the X310. Then I ha

Re: [USRP-users] Can I use chained DDCs?

2018-12-03 Thread Jason Matusiak via USRP-users
uld handle. Right now I am not touching the CORDIC modifications at all. What version of UHD are you running for your applications? - Original Message - Subject: Re: [USRP-users] Can I use chained DDCs? From: "Brian Padalino" Date: 12/3/18 11:44 am To: "Jason M

Re: [USRP-users] Can I use chained DDCs?

2018-12-03 Thread Jason Matusiak via USRP-users
as well. Thanks! - Original Message - Subject: Re: Re: [USRP-users] Can I use chained DDCs? From: "Brian Padalino" Date: 12/3/18 12:03 pm To: "Jason Matusiak" Cc: "USRP-users@lists.ettus.com" Hey Jason, On Mon, Dec 3, 2018 at 11:50 AM Jason Ma

Re: [USRP-users] Can I use chained DDCs?

2018-12-03 Thread Jason Matusiak via USRP-users
into that more next. - Original Message - Subject: RE: Re: Re: [USRP-users] Can I use chained DDCs? From: "Jason Matusiak" Date: 12/3/18 12:08 pm To: "Brian Padalino" Cc: "USRP-users@lists.ettus.com" Brian, No. I am leaving it alone on

[USRP-users] X310's sample rate

2018-12-04 Thread Jason Matusiak via USRP-users
I have a X310 with a pair of CBX-130s installed and am running RFNoC. The flowraph looks like this: Radio (running at 200MHz) -> DDC (200MHz down to 50MHz) -> splitter -> off to some other blocks. What is weird to me is that I wasn't thinking and I set the sample_rate to to be the master

Re: [USRP-users] X310's sample rate

2018-12-06 Thread Jason Matusiak via USRP-users
- Subject: Re: [USRP-users] X310's sample rate From: "Brian Padalino" Date: 12/4/18 10:40 am To: "Jason Matusiak" Cc: "USRP-users@lists.ettus.com" On Tue, Dec 4, 2018 at 10:35 AM Jason Matusiak via USRP-users wrote: I have a X310 with a pair of CBX-

Re: [USRP-users] Can I use chained DDCs?

2018-12-10 Thread Jason Matusiak via USRP-users
users" Date: 12/9/18 5:27 am To: usrp-users@lists.ettus.com Hi Jason, I'm currently on the rfnoc-devel branch of uhd/host as well. And having the same problem: Changing frequency on the DDC or radio causes hangs. However, on 'master', the data format out of the rfnoc blocks d

[USRP-users] does uhd_image_builder work with N310

2018-12-14 Thread Jason Matusiak via USRP-users
I finally got an N310 to play with. I was trying to build a custom RFNoC FPGA image, but it keeps erroring out. The command I am running is: ./uhd_image_builder.py -d N310 -t N310_RFNOC_XG -I /opt/gnuradio/N310/src/rfnoc-nocblocks -y /opt/gnuradio/N310/src/rfnoc-nocblocks/fpga_build/n310_4ddc

Re: [USRP-users] does uhd_image_builder work with N310

2018-12-17 Thread Jason Matusiak via USRP-users
does uhd_image_builder work with N310 From: "EJ Kreinar" Date: 12/14/18 12:27 pm To: rkoss...@nd.edu Cc: "Jason Matusiak" , "USRP-users@lists.ettus.com" Hi Jason and Rob, I'm using OOT RFNoC builds for N300 and N310 successfully. What version are you on? Al

[USRP-users] cross-compiling for N310

2018-12-17 Thread Jason Matusiak via USRP-users
Has anyone successfully created a new build for an N310 (RFNoC version in particular)? I was going to bring it up to date, but seem to be having issues. I ran: uhd_images_downloader -t sdimg -v To get the *.sh image for cross-compiling: oecore-x86_64-cortexa9hf-neon-toolchain-nodistro.0.sh I

Re: [USRP-users] cross-compiling for N310

2018-12-17 Thread Jason Matusiak via USRP-users
Original Message - Subject: cross-compiling for N310 From: "Jason Matusiak" Date: 12/17/18 1:35 pm To: "Ettus Mail List" Has anyone successfully created a new build for an N310 (RFNoC version in particular)? I was going to bring it up to date, but seem to b

Re: [USRP-users] cross-compiling for N310

2018-12-18 Thread Jason Matusiak via USRP-users
ginal Message - Subject: RE: cross-compiling for N310 From: "Jason Matusiak" Date: 12/17/18 3:15 pm To: "Ettus Mail List" OK, I see the first mistake. I was copying-and-pasting my notes for the E310 which had a different sysroot. Once I made the change to the proper o

Re: [USRP-users] cross-compiling for N310

2018-12-18 Thread Jason Matusiak via USRP-users
step which is next (needed for RFNoC). I haven't tried running gnuradio, but it builds. - Original Message - Subject: Re: [USRP-users] cross-compiling for N310 From: "Philip Balister" Date: 12/18/18 10:25 am To: "Jason Matusiak" , "Ettus Mai

[USRP-users] mpm build for N310

2018-12-19 Thread Jason Matusiak via USRP-users
I think I need to rebuild mpm since I rebuilt UHD for the embedded N310. I tried to rebuild it on the host with cross-compile sourced, but I get this error that keeps make from working: CMake Warning at /opt/gnuradio/N310/sysroots/x86_64-oesdk-linux/usr/share/cmake-3.10/Modules/FindBoost.cmak

[USRP-users] mixed RFNoC inputs

2019-01-04 Thread Jason Matusiak via USRP-users
I was struggling with this problem a while back and had to drop it, but am back to dealing with it now. I have an RFNoC block that is basically crossing in/out streams. It has 2 inputs and 2 outputs. Input 0 goes to output 1, and input 1 goes to output 0. Eventually it will be more complica

[USRP-users] How does RFNoC siggen packet size work

2019-01-15 Thread Jason Matusiak via USRP-users
I'm a bit confused about the rfnoc siggen packet size option is doing. I am trying to incorporate the siggen block into one of my designs, but it doesn't work right. If I set packet size to 1, things aren't working right. So I change my packet size to something like 256, setting my other bloc

Re: [USRP-users] How does RFNoC siggen packet size work

2019-01-15 Thread Jason Matusiak via USRP-users
riginal Message - Subject: Re: [USRP-users] How does RFNoC siggen packet size work From: "Rob Kossler" Date: 1/15/19 9:58 am To: "Jason Matusiak" Cc: "Ettus Mail List" Have you looked at the GRC siggen examples in gr-ettus? I just took a quick look and perhaps they are n

Re: [USRP-users] RFNoC Overrun Using Split Stream

2019-01-23 Thread Jason Matusiak via USRP-users
Nick, I was wondering if you ever posted anything about your workaround to the limitation you talked about below from back in June? In my flowgraph, I have both RFNoC radio's receiving and each stream has a split_stream in it. I am concerned that the split stream might be causing some of my i

[USRP-users] 2 DMAfifo blocks?

2019-01-28 Thread Jason Matusiak via USRP-users
Is it possible to have two different DMAFifo RFNoC blocks on an X310? I am not worried about the resources so much as how to implement it (I know that I cannot add it to the uhd_image_builder as it is a special case). Thanks. ___ USRP-users mailing l

[USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
Is it possible to have a single flowgraph that has 2 X310s running RFNoC in it? I can't seem to figure out a way to make it work, though I think there must be a way. Both streams would be streaming to the same host machine for processing. Thanks. __

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
w, Device 0 will get associated with addr0, and device 1 will get associates with addr1. I hope that makes sense and helps someone. From: Rob Kossler Sent: Friday, February 1, 2019 9:23 AM To: Jason Matusiak Cc: Ettus Mail List Subject: Re: [USRP-users] tw

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
hings. From: Jason Matusiak Sent: Friday, February 1, 2019 9:43 AM To: Rob Kossler Cc: Ettus Mail List Subject: Re: [USRP-users] two X310s in one RFNoC flowgraph Rob, I just figured it out (I found lots of people asking the question, but no answers, so hopefully thi

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
Yep, works fine. When I am doing it in companion, it also reports info on both boxes while setting it up, but it feels like it only tries to talk to the first one it sees. From: Rob Kossler Sent: Friday, February 1, 2019 1:08 PM To: Jason Matusiak Cc: Ettus

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
ep getting that error. If feels like there is a UHD issue that when it is trying to setup which block goes with which device, it thinks that there is only one device From: Rob Kossler Sent: Friday, February 1, 2019 1:14 PM To: Jason Matusiak Cc: Ettus Mai

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
of issue where it assigns IP addresses to the two devices, and then there is a race condition with which one responds first From: Rob Kossler Sent: Friday, February 1, 2019 1:28 PM To: Jason Matusiak Cc: Ettus Mail List Subject: Re: [USRP-users] two X310s in one

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
ed:0 Num transmitted samples: 0 Num sequence errors (Tx): 0 Num sequence errors (Rx): 0 Num underruns detected: 0 Num late commands:0 Num timeouts (Tx):0 Num timeouts (Rx):0 Done! ____ From: Rob Kossler Sent: Friday, Feb

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
it is a crap-shoot. From: Jason Matusiak Sent: Friday, February 1, 2019 1:53 PM To: Rob Kossler Cc: Ettus Mail List Subject: Re: [USRP-users] two X310s in one RFNoC flowgraph I needed to make some mods to your command, but it seems to have worked. Not sure why it

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-01 Thread Jason Matusiak via USRP-users
Kossler Sent: Friday, February 1, 2019 2:19 PM To: Jason Matusiak Cc: Ettus Mail List Subject: Re: [USRP-users] two X310s in one RFNoC flowgraph Not sure.. This may be irrelevant, but I noticed that you only have 2 FFT and 2 fosphor blocks per device, whereas the TwinRx has 4 channels since the

[USRP-users] using PCIe on X310

2019-02-04 Thread Jason Matusiak via USRP-users
I am attempting to use PCIe on an X310 for the first time. I poked around and it looked like I needed to download and install niusrprio-installer-18.0.0.tar.gz. It seems to install correctly. I started up the service and then the X310, but I cannot seem to uhd_find_device. I am running Cento

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-04 Thread Jason Matusiak via USRP-users
I just realized that the order of IP addresses in Device3 matters for boxes that aren't TwinRX as well. So this isn't a multi_usrp twinrx problem, but a more generic one. ____ From: Jason Matusiak Sent: Friday, February 1, 2019 2:02 PM To: Rob Kossler Cc:

Re: [USRP-users] two X310s in one RFNoC flowgraph

2019-02-04 Thread Jason Matusiak via USRP-users
mment). I assume that if it was easy to make it thread safe it would have been done already, but I think it is biting me now and my quick attempt at working around it hasn't gone so well as of yet. ____ From: Jason Matusiak Sent: Monday, February 4, 2019 1:40 PM

[USRP-users] adding new hooks to gr-ettus

2019-02-08 Thread Jason Matusiak via USRP-users
A while back, I had asked about the lack of get_mboard_sensor when using an RFNoC source block: http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2018-October/058279.html I just revisted that this week and seem to have the hooks working as I would hope. I then went to move onto some

Re: [USRP-users] [B210] ERROR_CODE_TIMEOUT when recv_frame_size > 8184

2019-02-08 Thread Jason Roehm via USRP-users
Ron, Can you elaborate on what the changes you referenced are and their consequences? In my past experience, increasing the frame size has been critical to achieving full-rate throughput on the B200 series. Jason > On Feb 8, 2019, at 3:45 PM, Ron Economos via USRP-users > wrote: &g

[USRP-users] X300 REF OUT drive capability

2019-02-12 Thread Jason Roehm via USRP-users
How much current can the X300 REF OUT port drive? I have another device that has a reference input with a relatively low input impedance, and I want to ensure that it can source enough current to properly drive it. Thanks. Jason ___ USRP-users

Re: [USRP-users] E310 RFNoC FFT Overrun Issue

2019-02-19 Thread Jason Matusiak via USRP-users
Ramazan, The timeout channel 0 error is using a timeout that RFNoC is throwing. There is a timeout built in that can be ignored if you are purposely dropping a bunch of samples in the RFNoC domain (which I do in a few flowgraphs). If you dig through the mailing list, someone pointed to where

Re: [USRP-users] Hardware clocks, X310

2019-02-28 Thread Jason Matusiak via USRP-users
Cherif. I will attempt to take a stab at a few of your questions. Don't take my answers as 100% right 1 - All the blocks run at the same rate, but I am pretty sure you can implement an MMCM within your block to lower the rate for your needs and then back up to the crossbar rate. Don't qu

Re: [USRP-users] RFNoC FFT size > 1024

2019-03-01 Thread Jason Matusiak via USRP-users
Probably not the approved way, but I made an FFT 2048 block a while back. I didn't much with packet sizes or anything, I just sucked in two 1024 packets, did the FFT, and then sent two 1024 packets back out. It seemed to work fine. The only issue is that you have to remember downstream that y

[USRP-users] E310 IMU

2019-03-18 Thread Jason Matusiak via USRP-users
I've started playing with the E310's IMU and I keep seeming to go around in circles. All I really want is a heading. I have my own app that is heavily borrowed from the RTIMULibDemo included on the device (and from github), but I can't seem to get the heading still right when dealing with the

Re: [USRP-users] E310 IMU

2019-03-18 Thread Jason Matusiak via USRP-users
As usual, I should have emailed days ago since I found the answer just afterwards. Using the code from here: https://github.com/kriswiner/MPU9150/blob/master/MPU9150BasicAHRS.ino I was able to get good values. q[0] is w in his equation. From: Jason Matusiak

Re: [USRP-users] X310 unable to connect after recovery procedure

2019-03-28 Thread Jason Matusiak via USRP-users
And you have a 1Gb SFP plugged into the first port in the X310 going to a 1GB connection on the other end? From: USRP-users on behalf of Nicolas GALLAND via USRP-users Sent: Thursday, March 28, 2019 7:26 AM To: Marcus D. Leech; Joe Martin Cc: usrp-users@lists.e

Re: [USRP-users] Maximal number of RFNoC-blocks

2019-04-04 Thread Jason Matusiak via USRP-users
I don't know why this would be, but it almost feels like a hex issue somewhere. Where are you setting the block size to 10? It feels like something is interpreting that as 0x10, and I think 16 is a magic number that is too large. From: USRP-users on behalf of

Re: [USRP-users] E310 environment

2019-04-04 Thread Jason Matusiak via USRP-users
FWIW, these are the steps I use (some of them aren't really needed, but it works, so I do it every time): mkdir ~/E310 ###This is the directory that will be a mount point for your remote E310 sshfs -o allow_root root@192.168.1.10:/ ~/E310 ###Your E310's / directory now starts at ~/E310 on y

[USRP-users] rfnoc build for an e320

2019-04-08 Thread Jason Matusiak via USRP-users
I should be getting an e320 in this week, so I started to get my environment setup. I started off like I do for the e310 and ran the cross-compile shell script. I then sourced the environment. I cloned uhd and checked out rfnoc-devel like I usually do. Within uhd, I created a folder called

Re: [USRP-users] rfnoc build for an e320

2019-04-08 Thread Jason Matusiak via USRP-users
ed on the Ettus site. Does something like that exist for this? ____ From: Jason Matusiak Sent: Monday, April 8, 2019 3:33 PM To: usrp-users@lists.ettus.com Subject: rfnoc build for an e320 I should be getting an e320 in this week, so I started to get my environment s

Re: [USRP-users] rfnoc build for an e320

2019-04-10 Thread Jason Matusiak via USRP-users
t). ____ From: Nate Temple Sent: Monday, April 8, 2019 4:03 PM To: Jason Matusiak Cc: usrp-users@lists.ettus.com Subject: Re: [USRP-users] rfnoc build for an e320 Hi Jason, You can disable the QT widgets (not needed on the E320 itself) by adding the cmake flag -DE

[USRP-users] OOT RFNoC not building on latest

2019-04-10 Thread Jason Matusiak via USRP-users
Trying to build a FPGA image with an OOT module is not going well. I first built with standard blocks and that worked, so I know my setup is OK. I then tried to build with my OOT module (and this used to work on an old prefix), but now is erroring out because it can't find my OOT block. The c

Re: [USRP-users] OOT RFNoC not building on latest

2019-04-10 Thread Jason Matusiak via USRP-users
it is in the this case), it doesn't try to include it anymore? From: USRP-users on behalf of Jason Matusiak via USRP-users Sent: Wednesday, April 10, 2019 1:23 PM To: usrp-users@lists.ettus.com Subject: [USRP-users] OOT RFNoC not building on latest Tryi

<    1   2   3   4   >