Difference between revisions of "PiHPSDR"

From HPSDRwiki
Jump to: navigation, search
(Compiling PiHPSDR)
(Compiling PiHPSDR)
Line 1: Line 1:
  
 +
=== System Requirements ===
 +
 +
PiHPSDR is software designed to run on the Raspberry Pi using the official 7 inch touch screen.  It can be compiled to include support for Rotary Encoders and Push Buttons using the GPIO pins and/or the i2c interface.
 +
 +
It can be compiled and run on most Linux and Apple Mac systems without using GPIO.
 +
 +
It is recommended to use a Raspberry Pi 4 4 GB or 8 GB versions if running 64bit OS.  The 2 GB version will work OK using the Raspberry Pi 32 bit OS.
 +
 
=== Compiling PiHPSDR ===
 
=== Compiling PiHPSDR ===
  
 
[http://openhpsdr.org/wiki/index.php?title=PiHPSDR_compile_rpi Compiling on Raspberry Pi OS (32 bit)]
 
[http://openhpsdr.org/wiki/index.php?title=PiHPSDR_compile_rpi Compiling on Raspberry Pi OS (32 bit)]
  
[http://openhpsdr.org/wiki/index.php?title=PiHPSDR_compile_ubuntu Compiling on Raspberry Pi Ubuntu 20.10 (64 bit)] (Use 4GB or 8GB RPi 4)
+
[http://openhpsdr.org/wiki/index.php?title=PiHPSDR_compile_ubuntu Compiling on Raspberry Pi Ubuntu 20.10 (64 bit)]

Revision as of 02:47, 19 November 2020

System Requirements

PiHPSDR is software designed to run on the Raspberry Pi using the official 7 inch touch screen. It can be compiled to include support for Rotary Encoders and Push Buttons using the GPIO pins and/or the i2c interface.

It can be compiled and run on most Linux and Apple Mac systems without using GPIO.

It is recommended to use a Raspberry Pi 4 4 GB or 8 GB versions if running 64bit OS. The 2 GB version will work OK using the Raspberry Pi 32 bit OS.

Compiling PiHPSDR

Compiling on Raspberry Pi OS (32 bit)

Compiling on Raspberry Pi Ubuntu 20.10 (64 bit)