howto:gnuradio_easy
This is an old revision of the document!
Table of Contents
How to get GNU Radio up and running (the easy way)
This howto explains how to get GNU Radio up und running without installing, compiling, fiddling with OS stuff etc.!
Requirements
- Basic computer knowledge
- A rad1o with HKRF-OLD as default application.
Tasks
- Get the latest version of Pentoo Linux from http://pentoo.ch/download/. You have the choice between “default” and “hardened” versions. For our purpose (just playing with GNU Radio) “default” is recommended.
- Burn the .iso on a DVD or install it to USB stick and make it bootable (eg. with UNetbootin)
- Boot your computer from the DVD or the USB stick (this will take some time… you can save some time by selecting the
no verifyoption) - When the shell prompt is displayed, connect your rad1o (which must be turned on!) to your computer (be sure to use the left USB port of rad1o)
hackrf_infoshould show that rad1o was detected (some text like “Found HackRF board” is displayed)- Now you can use all GNU Radio command line tools like
hackrf_transfer - If you want to use graphical tools like GNU Radio Companion (
grc) orosmocom_fft:startxto start the desktop environment- Start GNU Radio Companion (Applications ⇒ Development ⇒ GRC)#
Manual Installation
Dependencies
Make sure that python2 and the following modules are installed.
On archlinux:
sudo pacman -S python2 python2-lxml python2-cheetah
GNU Radio
Subsequently you are ready to install and run GNU Radio.
GNU Radio on archlinux:
sudo pacman -S gnuradio gnuradio-companion
Result
- A working GNU Radio with all of it's tools!
Potential problems
- In the latest Pentoo release (3.8) there seems to be a problem with Gtk: When running
osmocom_fftsome strange “Gtk-CRITICAL” errors show up.
Credits
Credits to Michael Ossmann (the “Great Scott”
) for providing the info (source).
howto/gnuradio_easy.1439589496.txt.gz · Last modified: by 151.217.196.144
