User Tools

Site Tools


raspberry_pi_igate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
raspberry_pi_igate [2023/01/08 14:46] – created ei5iebraspberry_pi_igate [2025/06/08 19:30] (current) – [Direwolf First Test] ei5iyb
Line 11: Line 11:
  
 ===== Before You Begin ===== ===== Before You Begin =====
-Download Raspberry OS Lite 32 Bit Lite from [[https://www.raspberrypi.org/downloads/raspbian/]][ +Download Raspberry OS Lite 32 Bit Lite from [[https://www.raspberrypi.org/downloads/raspbian/]] 
-Not tested on 64 Bit (if anyone has tested please update to say Tested and Works on 64 Bit Lite)+Not tested on 64 Bit (if anyone has tested please update to say Tested and Works on 64 Bit Lite
  
 **Get an APRS Password from** [[http://apps.magicbug.co.uk/passcode/]] **Get an APRS Password from** [[http://apps.magicbug.co.uk/passcode/]]
Line 74: Line 74:
 ==== Install Dependencies ==== ==== Install Dependencies ====
  
-  sudo apt install git build-essential libasound2-dev libudev-dev rsyslog logrotate+  sudo apt install git gcc g++ make cmake build-essential libasound2-dev libudev-dev libavahi-client-dev rsyslog logrotate
      
 ==== Get Direwolf Source Code and build it ===== ==== Get Direwolf Source Code and build it =====
  
   cd ~   cd ~
-  git clone http://github.com/wb2osz/direwolf+  git clone https://github.com/wb2osz/direwolf.git
   cd direwolf   cd direwolf
   git checkout dev   git checkout dev
   mkdir build && cd build   mkdir build && cd build
   cmake -DUNITTEST=1 ..   cmake -DUNITTEST=1 ..
-  make+  make -j4
   make test   make test
   sudo make install   sudo make install
Line 100: Line 100:
   Pointless to continue without audio device.   Pointless to continue without audio device.
  
-The default configuration files created in youi home directory provide a good starting point.+The default configuration files created in your home directory provide a good starting point.
 Since we are setting up a receive only iGate using a RTL-SDR Dongle we will be using the sdr.conf file. Since we are setting up a receive only iGate using a RTL-SDR Dongle we will be using the sdr.conf file.
  
raspberry_pi_igate.1673189170.txt.gz · Last modified: by ei5ieb