Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uhd returns wrong path to image downloader #815

Open
JustusBab opened this issue Nov 27, 2024 · 1 comment
Open

uhd returns wrong path to image downloader #815

JustusBab opened this issue Nov 27, 2024 · 1 comment

Comments

@JustusBab
Copy link

Issue Description

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.

@joergho
Copy link
Contributor

joergho commented Nov 29, 2024

Thanks for reporting, @JustusBab! We will address this in the upcoming release of UHD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants