Talk:Guided Tutorial GRC: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I was able to get this tutorial (very informative btw) to work on Raspberry Pi 2 after the following steps:
I was able to get this tutorial (very informative btw) '''to work on Raspberry Pi 2''' after the following steps:


Related previously installed programs: `sudo apt-get install rtl-sdr libtool libusb-1.0.0-dev librtlsdr-dev cmake`
Related previously installed programs: `sudo apt-get install rtl-sdr libtool libusb-1.0.0-dev librtlsdr-dev cmake`

Revision as of 01:44, 7 June 2017

I was able to get this tutorial (very informative btw) to work on Raspberry Pi 2 after the following steps:

Related previously installed programs: `sudo apt-get install rtl-sdr libtool libusb-1.0.0-dev librtlsdr-dev cmake`

Other Installs: `sudo apt-get install libboost-dev sqlite pyqt4-dev-tools liblog4cpp5 libboost-all-dev libcppunit-dev`

Note: most of the above are required but some may not be. I just kept Googling around and installing until the `cmake` worked.

If all programs are installed without reboot, the command `ldconfig` may be necessary to configure linker bindings.

To add "RTL-SDR Source" block to GNURadio, `sudo apt-get install gr-osmosdr'