Hi all,
We have recently encountered problems with our N320. The UHD on the host and
the SD image file of the device have been upgraded to the latest version
v4.2.0.0. Does anyone know how to solve this problem?
srs@srs:/usr/local/lib/uhd/examples$ ./benchmark_rate
--args=type=n3xx,master_cloc
Hi Marcus,
Thank you for your reply.
The image file we use is a standard image file from Ettus Research, which has
not been modified.
We have several pcs of B200mini-i, and only one device reports this error.
Best regards,
Jason
From: Marcus D. Leech
Sent: Su
Unfortunately this likely
Means you have broken hardware.
If it was Purchased less than one year ago, send a note to supp...@ettus.com
for warranty support.
Sent from my iPhone
> On Jul 11, 2022, at 3:26 PM, pro jason wrote:
>
>
> Hi Marcus,
>
> Thank you for your reply.
> The image file
Hi Marcus,
This board was bought a year ago, so it is out of warranty.
Is the FPGA chip broken?
Best regards,
Jason
From: Marcus D Leech
Sent: Tuesday, July 12, 2022 3:29 AM
To: pro jason
Cc: USRP-users@lists.ettus.com
Subject: Re: [USRP-users] RuntimeError: fx
Hard to tell exactly. Interface between FX3 and FPGA could be the culprit. FX3
could be the culprit or the FPGA.
Sent from my iPhone
> On Jul 11, 2022, at 3:44 PM, pro jason wrote:
>
>
> Hi Marcus,
>
> This board was bought a year ago, so it is out of warranty.
> Is the FPGA chip broken?
>
I am running ubuntu 22.04. I am trying to build UHD from source using this
guide here.
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
However, when I run the following command:
sudo apt-get -y install autoconf automake build-essential
My guess is that package is either renamed or not there on 22.04. Those
instructions are for 20.04 so some
Fudging may be necessary for 22.04.
Also UHD is a prebuilt package for Ubuntu 22.04. So unless you need absolute
bleeding edge UHD I’d just install the UHD packaged binaries.
Sent from
I haven't updated the script to include Ubuntu 22.04 but here are my bare bones
requirements for ubuntu 20.04. Try these packages instead.
apt-get update
apt-get -y upgrade
apt-get -y install -q build-essential ccache git libffi-dev \
libssl-dev curl libboost-all-dev libusb-1.0-0-dev libudev-de
It's not needed. Just delete it from the command.
Ron
On 7/11/22 14:44, k1barrett--- via USRP-users wrote:
I am running ubuntu 22.04. I am trying to build UHD from source using
this guide here.
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_o