You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using uhd_usrp_probe, I got the following error:
Error: RuntimeError: Expected FPGA compatibility number 39.0, but got 38.0:
The FPGA image on your device is not compatible with this host code build.
Download the appropriate FPGA images for this version of UHD.
As an Administrator, please run:
"C:\Program Files\UHD\bin\uhd\utils\uhd_images_downloader.py"
However, the location of the uhd_images_downloader.py is actually in C:\Program Files\UHD\lib\uhd\utils\uhd_images_downloader.py.
The correct path is used in the wiki under UHD Image Downloader.
Otherwise, the downloading and burning of the new image works. Just this path in the error message is wrong.
Setup Details
UHD_4.6.0.0-0-g0c4637ab, Windows 11 22H2
Expected Behavior
Returns the correct path in the error message.
Actual Behavior
Returns the wrong path in the error message.
The text was updated successfully, but these errors were encountered:
Issue Description
When using
uhd_usrp_probe
, I got the following error:However, the location of the
uhd_images_downloader.py
is actually inC:\Program Files\UHD\lib\uhd\utils\uhd_images_downloader.py
.The correct path is used in the wiki under UHD Image Downloader.
Otherwise, the downloading and burning of the new image works. Just this path in the error message is wrong.
Setup Details
UHD_4.6.0.0-0-g0c4637ab
,Windows 11 22H2
Expected Behavior
Returns the correct path in the error message.
Actual Behavior
Returns the wrong path in the error message.
The text was updated successfully, but these errors were encountered: