-
-
Notifications
You must be signed in to change notification settings - Fork 195
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 install libraries on Raspberry pi install #879
Comments
after reboot now getting: `-------------------------------------
|
Creating new sets on the RPI with the Airspy SDR - running into same problem as the initial Mac install, don't know how to update/add the libraries via the Pi since Im not using homebrew???
this was the initial install line:
sudo apt -y install libssl-dev openssl curl git fdkaac sox libcurl3-gnutls libcurl4 libcurl4-openssl-dev gnuradio gnuradio-dev gr-osmosdr libhackrf-dev libuhd-dev cmake make build-essential libboost-all-dev libusb-1.0-0-dev libsndfile1-dev
Previous solution:
If you're following along the trunk-recorder mac homebrew directions, all you should really need to do is restart from the middle of the "Install the OsmoSDR Package for GNURadio" step.
cd
into thebuild
directory, do amake clean
and the continue on from thecmake ..
step. After the cmake, you should see the airspy drivers in the "Gnuradio enabled components" printout.Afterwards, do the same general thing with trunk-recorder. Clean out the build directory, then resume from the cmake step.
Originally posted by @taclane in #849 (comment)
The text was updated successfully, but these errors were encountered: