Closed YonghoonChung closed 1 month ago
Can you try updating the FPGA image? I'm wondering if the FPGA image is older than the UHD version you're using.
https://kb.ettus.com/USRP_X410/X440_Getting_Started_Guide#Updating_the_FPGA
I'm also pretty sure that running uhd_image_loader
with a recent image will fix this. Closing this -- please reopen if you think this is a legitimate issue.
Issue Description
After completing the installation of UHD on Ubuntu 22.04 LTS, I was able to successfully run uhd_find_devices. However, when I attempt to use uhd_usrp_probe, I encounter the following error:
I have tried loading new images onto my USRP X410, but the same error persists. This issue also occurs when using the Python API with uhd.usrp.MultiUSRP().
Setup Details
Below is the output of uhd_usrp_probe:
Additional Information
While this may not be a critical issue, I did notice an error during the installation of UHD with the following commands:
The error appeared in the init phase. Could this be related to the issue I'm experiencing? Any guidance on resolving this would be greatly appreciated.