Hardware OS - He3556/SDR-Detector GitHub Wiki

Basic Systems for development and testing

1. Install on Harddisk GNURadio 3.7.2 or newer Installation with Pybombs seems to be the best solution (also for PC-Compute Sticks). The gr-gsm software and libraries have to be installed,too. more information: https://github.com/ptrkrysik/gr-gsm/wiki/Installation

Sample modifications to .bashrc after pybombs installations. (global bash > folder /etc/bash.bashrc)

export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/dist-packages:/home/user/opt/lib/python2.7/dist-packages export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/home/user/opt/bin:/home/user/opt/include:/home/user/opt/lib export GRC_BLOCKS_PATH=$GRC_BLOCKS_PATH:/home/user/opt/share/gnuradio/grc/blocks export PATH=$PATH:/home/user/opt/bin

next: https://github.com/He3556/SDR-Detector/wiki/Installation-of-components-and-libraries

2. Use a Virtual Machine Ubuntu incl. GNURadio (for VMWare player) https://csepmp590.davinci.cs.washington.edu/

3. Use a Live System (Boot-Stick) (Ubuntu, GNURadio) http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioLiveDVD


If you are using a Intel PC-Compute Sticks (BOXSTCK1A32WFC) Tutorial how to install Ubuntu 14.04 on the Win8 2GB Stick http://liliputing.com/2015/07/install-ubuntu-14-04-lts-on-the-2gb-intel-compute-stick.html Download the Ubuntu14.04 ISO for the Intel Pc-Stick (incl. driver for bluetooth and wifi) https://plus.google.com/+IanMORRISON/posts/igAkD5j3MAq (from Ian "linuxium" Morrison - https://plus.google.com/+IanMORRISON/posts)

Flash rom to version:0031 (Fixed issue where remote operation when the Compute Stick is not attached to a monitor does not work with the Ubuntu SKU.) This one i still need to do https://downloadcenter.intel.com/download/25506/BIOS-Update-FCBYT10H-86A- other info: Technical Specs: http://ark.intel.com/products/86612/Intel-Compute-Stick-STCK1A32WFC Recovery: http://download.intel.com/support/motherboards/desktop/sb/recoveryupdateinstructions1.pdf


Ubuntu Configuration Activate "Desktop Sharing". Install VNC Client for your WIN or MAC machine. IMPORTANT: You have to run a command on the Ubuntu Computer, so the connection can be established. Run in the Ubuntu konsole: '$ gsettings set org.gnome.Vino require-encryption false'