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

Closed
JustusBab opened this issue Nov 27, 2024 · 2 comments
Closed

uhd returns wrong path to image downloader #815

JustusBab opened this issue Nov 27, 2024 · 2 comments
Labels

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.

@mbr0wn mbr0wn added the bug label Dec 13, 2024
@joergho joergho closed this as completed Feb 7, 2025
@joergho
Copy link
Contributor

joergho commented Feb 7, 2025

The fix will be in public master soon. Unfortunately the fix did not make it into the UHD 4.8.0.0 release but it will be part of the next release.

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

No branches or pull requests

3 participants