-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Airspy HF+ Firmware R4.0.8 and libairspyhf 1.8 support #77
Comments
Updating Airspy HF+ firmware from R3.0.7 to R4.0.8 was successfully performed on the three Discovery devices and one Dual Port device at KRPEO. The flash update was done with a Windows 11 machine. R4.0.8 was fully compatible with libairspyhf 1.6.8. |
Airspy HF+ Firmware changelog: https://airspy.com/downloads/hfplus_changelog.txt |
libairspyhf 1.8 (new version) tested without issues on macOS and Ubuntu. |
Note: for macOS Apple Silicon, you need to add precedence of export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH}" On Raspberry Pi OS, you also need the above script to take precedence of |
For Raspberry Pi OS 64bit Lite, you have to modify ATTR{idVendor}=="03eb", ATTR{idProduct}=="800c", SYMLINK+="airspyhf-%k", TAG+="uaccess", MODE="660", GROUP="plugdev" |
libairspyhf 1.8 also tested and ran OK on Raspberry Pi OS 64bit Lite, provided the modification of |
So basically R4.0.8 firmware works OK without issues, for libairspyhf both version 1.6.8 or 1.8. |
For Homebrew, reinstall airspyhf with brew remove airspyhf
brew install airspyhf --HEAD |
See also: airspy/airspyhf#46 |
On Ubuntu 22.04.4 LTS, the modification of /etc/udev/rules.d/52-airspyhf.rules added |
#80 merged, so all the tasks are done. |
Compatibility tests with the new firmware R4.0.8-BB/CD of Airspy HF+ Dual Port/Discovery should be conducted.
Checklist:
Utilizing new functionality in the latest libairspyhf from airspy-fmradion AirspyHFSource driver will be another issue.
The text was updated successfully, but these errors were encountered: