[USRP-users] Shared UHD Access

2021-03-25 Thread Ben Magistro
This might be more of a GNURadio question, but is it possible to share a single USRP device (E310 in this case) with two flowgraphs? What I mean is the E310 has a "A" and "B" channel, could you use channel "A" with one flowgraph and "B" with another or does everything have to be implemented in a s

[USRP-users] Re: Shared UHD Access

2021-03-26 Thread Ben Magistro
understand it, the UHD Source and Sink blocks must be in the same > flowgraph. Otherwise, after you start one flowgraph, the other will say > it can't find the device, or some similar error. > > For how I solved the problem, see > > https://raw.githubusercontent.com/duggabe/gr-co

[USRP-users] Re: E300 sg3 images with uhd 4.0

2021-07-06 Thread Ben Magistro
I haven't done much testing beyond power on, but it appears the UHD 4.1 image restores the SG3 speeds. It is still based on Zeus with GCC 9.2 so likely has the fftw segfault still. Ben On Thu, Apr 15, 2021 at 8:45 AM Philip Balister wrote: > Any updates on this? Anyone have a fix for the ftw

[USRP-users] Custom SD Card Image

2020-10-15 Thread Ben Magistro via USRP-users
Hello, I'm trying to build a custom sd card image (e310) that has gnuradio 3.8 but am struggling to figure out how to get there. I have the oe-build docker image built but not quite sure how to change the recipes? that will be used to build the components that go into the image. I'm basing my st

Re: [USRP-users] UHD 4.0.0.0 (Marcus D Leech)

2020-10-22 Thread Ben Magistro via USRP-users
There is an image out there with UHD 4.0.0.0 in it but I'm not sure if it's ready for prime time yet. I stumbled upon it while looking for a different e310 image. I am actually using this image with the e310 now, locally, but so far it has been working for what I needed. https://files.ettus.com/

[USRP-users] meta-ettus-v4.0.0.0 segfault

2020-11-04 Thread Ben Magistro via USRP-users
Is anyone else using meta-ettus-v4.0.0.0 yet? if so, have you had any issues with libfftw? Using the image on an E310, adding a single OOT module (gr-ais) and trying to run an app distributed with it, the app segfaults. To further troubleshoot, I added gdb and it comes back with the following.

Re: [USRP-users] meta-ettus-v4.0.0.0 segfault

2020-11-11 Thread Ben Magistro via USRP-users
nd tag me on it so that we can keep track of it internally. - MLD > > On Wed, Nov 4, 2020 at 11:25 PM Ben Magistro via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Is anyone else using meta-ettus-v4.0.0.0 yet? if so, have you had any >> issues with libfftw? >

[USRP-users] Building Debug FS Image

2020-11-19 Thread Ben Magistro via USRP-users
I've been trying to rebuild meta-ettus (in this case -v4.0.0.0) with debug enabled but am hitting an issue with image size being larger than an 8GB sd card and can't seem to get past that. It says I should increase `MENDER_STORAGE_TOTAL_SIZE_MB` if the actual size is larger but increasing this in

Re: [USRP-users] Building Debug FS Image

2020-11-20 Thread Ben Magistro via USRP-users
.ettus.com/2020-November/063062.html) but I'd like to know I'm not introducing new problems at the same time I am trying to resolve my first problem. Ben On Thu, Nov 19, 2020 at 5:22 PM Philip Balister wrote: > Build without mender? > > Philip > > On 11/19/20 4:

Re: [USRP-users] Building Debug FS Image

2020-12-04 Thread Ben Magistro via USRP-users
so it does help to know OpenEmbedded/Yocto. > > Anyone know the status of the clock speed issue I reported a while back? > A quick scan of metta-ettus shows no updates since Sep 13. > > Philip > > On 11/20/20 10:44 AM, Ben Magistro via USRP-users wrote: > > I'm open

Re: [USRP-users] meta-ettus-v4.0.0.0 segfault

2020-12-06 Thread Ben Magistro via USRP-users
://bugzilla.yoctoproject.org/show_bug.cgi?id=14144) until this can be better resolved. I think data point 3 confirms this as I did not include options to enable neon when I compiled. On Wed, Nov 11, 2020 at 1:39 PM Ben Magistro wrote: > Adding some more data points. > > 1) I've been try

Re: [USRP-users] Building Debug FS Image

2020-12-06 Thread Ben Magistro via USRP-users
Fri, Dec 4, 2020 at 2:34 PM Philip Balister wrote: > On 12/4/20 10:52 AM, Ben Magistro via USRP-users wrote: > > How do you handle uboot? I've managed to get an ext4 rootfs (haven't > tried > > adding debug yet, just trying to get to a known point to start from) a

Re: [USRP-users] meta-ettus-v4.0.0.0 segfault

2021-01-09 Thread Ben Magistro via USRP-users
Finally getting a chance to circle back to this and I would rather be on dunfell but the bsp for the E310 doesn't appear to have been ported yet. I made an attempt but cannot build an image successfully and need to do a better set of diffs on the kernel patches. Has anyone else started on a dunfe

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-10 Thread Ben Magistro via USRP-users
I am using an image based on the v4.0.0.0 variant but I needed to rebuild it to overcome some other issues with the image. What you listed does work for me. If the link is not active, looking at the output of `ip addr` will not show any inet address(es). I don't see any obvious typos/differences