- See Airspy HF+ Firmware changelog for the details.
- R3.0.7 and R4.0.8 both work OK on libairspyhf 1.6.8.
- For R4.0.8, use libairspy 1.8 to have full compatibility.
- R5.0.0 on libairspyhf 1.6.8 is not tested.
- For R5.0.0, use libairspy 1.8 to have full compatibility.
To install the latest libairspyhf:
brew install airspyhf --HEAD
You may need to add precedence of /usr/local/lib/pkg-config
for PKG_CONFIG_PATH
when building airspy-fmradion, as:
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH}"
You have to modify /etc/udev/rules.d/52-airspyhf.rules
as:
ATTR{idVendor}=="03eb", ATTR{idProduct}=="800c", SYMLINK+="airspyhf-%k", TAG+="uaccess", MODE="660", GROUP="plugdev"
Otherwise Airspy HF+ device will not be recognized when plugged in.
See GitHub issue airspy/airspyhf#46 for the details.
[End of memorandum]