Skip to content

Installation

Paul edited this page Dec 1, 2024 · 2 revisions

Download the install file in pi home directory (the install script supports different SDR's) The install script can install DSI or Waveshare 7 inch display SDR Unit being used Supported: hackfr = HRF / HifiBerry = HFB / Pluto = PLT / RadioBerry = RDB / No = No device If you want to install the devices using current packages add Y to the install command install DEVICE LCD PACKAGE Y/N

wget https://raw.githubusercontent.com/paulh002/sdrberry/master/install/install.sh
chmod +x install.sh
./install.sh HFB DSI

For radioberry use

./install.sh RDB DSI

To enable auto start download the crontab and sdrstar.sh file from the install directory to the pi home directory.

crontab crontab
chmod +x sdrstart.sh
sudo reboot

Now sdrberry should start after reboot. The sdrstart.sh script waits 15 seeconds for the radioberry driver to upload the gateware. The content of sdrstart.sh is:

#!/bin/bash

sleep 15
sudo /usr/local/bin/sdrberry >/dev/null 2>&1
Clone this wiki locally