Difference between revisions of "GNURadio: Instalasi UHD"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python cd usr/local/src/SDR/gnuradio/build/ sudo make uninstall sudo apt-get remo...") |
Onnowpurbo (talk | contribs) |
||
Line 8: | Line 8: | ||
libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | ||
uhd-host uhd-soapysdr | uhd-host uhd-soapysdr | ||
+ | |||
+ | Install gnuradio dan UHD | ||
+ | |||
+ | #assuming you have git installed: | ||
+ | cd /usr/local/src/ | ||
+ | git clone --recursive git://github.com/pybombs/pybombs | ||
+ | cd pybombs | ||
+ | ./pybombs install gnuradio uhd \ | ||
+ | gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ | ||
+ | libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | ||
+ | uhd-host uhd-soapysdr | ||
+ | |||
Revision as of 08:47, 2 January 2020
Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python
cd usr/local/src/SDR/gnuradio/build/ sudo make uninstall sudo apt-get remove gnuradio \ gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ uhd-host uhd-soapysdr
Install gnuradio dan UHD
#assuming you have git installed: cd /usr/local/src/ git clone --recursive git://github.com/pybombs/pybombs cd pybombs ./pybombs install gnuradio uhd \ gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ uhd-host uhd-soapysdr