[USRP-users] Re: Sample alignment between 2x UBX160 using USRP-2794

2025-01-27 Thread Martin Braun
You can theoretically connect the radio0 and radio1 I/O ports directly to your block, and keep the ctrlport connections so that you can do tunes etc. I would *not* recommend this. We've done loads of tests regarding time/phase alignment on X310. If you feed data into the radio blocks with identical

[USRP-users] Re: REG: GNU RADIO in USRP B205mini

2025-01-27 Thread Martin Braun
Follow these instructions: https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux#Downloading_the_UHD_FPGA_Images Then these: https://uhd.readthedocs.io/en/latest/page_usrp_x3x0.html#uhd_image_loader_tool --M On Mon, Jan 27, 2025 at 3:57 PM wrot

[USRP-users] Re: REG: GNU RADIO in USRP B205mini

2025-01-27 Thread kavinraj
Hi, How to change this? Thanks, Kavinraj. On 2025-01-27 09:07, Muhammad Hassan wrote: Hi You need to change the environment variable On Mon, 27 Jan 2025 at 13:43, wrote: Hi, I have created a block in GNU RADIO-companion. when I am running it is showing runtime error. I have attached a

[USRP-users] Re: REG: GNU RADIO in USRP B205mini

2025-01-27 Thread Muhammad Hassan
Hi You need to change the environment variable On Mon, 27 Jan 2025 at 13:43, wrote: > Hi, > > I have created a block in GNU RADIO-companion. when I am running it > is showing runtime error. I have attached a image file for your > reference. > I am using UHD version 4.7 only. > What

[USRP-users] Re: [EXTERN] Re: [EXTERN] Re: [EXTERN] Re: Re: [EXTERN] Re: X310 RIO Session Initialization Failure (Error code -63150)

2025-01-27 Thread Marcus D. Leech
On 27/01/2025 05:29, Heinz, Dominik wrote: Okay, seems like I had to manually set the IP addresses for the interfaces. Now I can interact perfectly with the device. Tho, I don't know how to configure it to use both Links simultaneously, like you suggested (to do 2x200 Msps streaming). Any

[USRP-users] Re: [EXTERN] Re: Re: [EXTERN] Re: X310 RIO Session Initialization Failure (Error code -63150)

2025-01-27 Thread Marcus D. Leech
On 27/01/2025 04:18, Heinz, Dominik wrote: Hello Martin, Hello Marcus, The X310 does not show up as a RIO device, but rather like this: 4a:00.0 Signal processing controller: National Instruments PXIe/PCIe Device (rev ff) (prog-if ff)     !!! Unknown header type 7f     Kernel driver in use: ni

[USRP-users] Re: [EXTERN] Re: [EXTERN] Re: [EXTERN] Re: Re: [EXTERN] Re: X310 RIO Session Initialization Failure (Error code -63150)

2025-01-27 Thread Heinz, Dominik
Okay, seems like I had to manually set the IP addresses for the interfaces. Now I can interact perfectly with the device. Tho, I don't know how to configure it to use both Links simultaneously, like you suggested (to do 2x200 Msps streaming). Any advice on that would be appreciated :) ___

[USRP-users] Re: [EXTERN] Re: [EXTERN] Re: Re: [EXTERN] Re: X310 RIO Session Initialization Failure (Error code -63150)

2025-01-27 Thread Heinz, Dominik
When I run the image loader without the IP address parameter it seems to be flashing the correctly. uhd_image_loader --args="type=x300" However, I don't see how I can configure the IP address to be able to interact via the 10GbE links (?) From: Heinz, Dominik

[USRP-users] Re: [EXTERN] Re: Re: [EXTERN] Re: X310 RIO Session Initialization Failure (Error code -63150)

2025-01-27 Thread Heinz, Dominik
Hello Martin, Hello Marcus, The X310 does not show up as a RIO device, but rather like this: 4a:00.0 Signal processing controller: National Instruments PXIe/PCIe Device (rev ff) (prog-if ff) !!! Unknown header type 7f Kernel driver in use: niusrpriok Kernel modules: niusrpriok This

[USRP-users] Sample alignment between 2x UBX160 using USRP-2794

2025-01-27 Thread cyberphox
Hi Ettus We are having a real challenge trying to align two identical streams feeding the ubx160 on a usrp-2974. It is a problem we have had for a long time. The data entering the axi bus is aligned but at the output it can be misaligned by 5 to 15ns or so. Is it possible to completely bypass

[USRP-users] Re: REG: GPIO in USRP B205mini

2025-01-27 Thread Martin Braun
The mask affects the bits that you actually write to the attribute. In this case: uhd_usrp_set_gpio_attr(usrp, bank, "DDR", 1, 0x02, mboard); ...you're setting the DDR register to 0x01 and the mask to 0x02. 0x01 & 0x02 == 0, so you're not setting anything. This works: uhd_usrp_set_gpio_attr(usr