From 0ccffb0b743abbdb4db4c446a397a8c704d99c7b Mon Sep 17 00:00:00 2001 From: Mark Tomlin Date: Sun, 29 May 2022 23:46:15 -0400 Subject: [PATCH 1/2] Added debian notes. Debian works too! --- docs/INSTALL-PI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL-PI.md b/docs/INSTALL-PI.md index a2bd520b3..165dacb76 100644 --- a/docs/INSTALL-PI.md +++ b/docs/INSTALL-PI.md @@ -1,6 +1,6 @@ -# Raspberry Pi +# Raspberry Pi / Debian -Smaller radio systems can be covered using a Raspberry Pi. If you are interested in doing this, you should really get a Pi 4. It maybe possible to get things running on an older Pi, but you often get unexpect behavior and errors. A Pi 4 can handle 3-4 simulatanious recordings. Make sure you have a good power supply. Also pay attention to heat. If the Pi gets too hot, it will slow down. A good case or fan can help keep it going full tilt. +Smaller radio systems can be covered using a Raspberry Pi. If you are interested in doing this, you should really get a Pi 4. It maybe possible to get things running on an older Pi, but you often get unexpect behavior and errors. A Pi 4 can handle 3-4 simulatanious recordings. Make sure you have a good power supply. Also pay attention to heat. If the Pi gets too hot, it will slow down. A good case or fan can help keep it going full tilt. You can also just run debian on a NUC or Miniform PC. These commands will work with a vaneilla debian install as well. ## RaspberryOS (aka Raspbian) From 9d8266772adbded129167b37fb08c037c7ea88bc Mon Sep 17 00:00:00 2001 From: Mark Tomlin Date: Tue, 31 May 2022 23:54:00 -0400 Subject: [PATCH 2/2] Added libsndfile1-dev for Ubuntu 22.04. Added `libsndfile1-dev` so cmake completes on Ubuntu 22.04. --- docs/INSTALL-PI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-PI.md b/docs/INSTALL-PI.md index 165dacb76..e08380b1e 100644 --- a/docs/INSTALL-PI.md +++ b/docs/INSTALL-PI.md @@ -101,7 +101,7 @@ sudo apt upgrade ``` ```bash -sudo apt install -y apt-transport-https build-essential ca-certificates fdkaac git gnupg gnuradio gnuradio-dev gr-osmosdr libboost-all-dev libcurl4-openssl-dev libgmp-dev libhackrf-dev liborc-0.4-dev libpthread-stubs0-dev libssl-dev libuhd-dev libusb-dev pkg-config software-properties-common cmake sox +sudo apt install -y apt-transport-https build-essential ca-certificates fdkaac git gnupg gnuradio gnuradio-dev gr-osmosdr libboost-all-dev libcurl4-openssl-dev libgmp-dev libhackrf-dev liborc-0.4-dev libpthread-stubs0-dev libssl-dev libuhd-dev libusb-dev pkg-config software-properties-common cmake sox libsndfile1-dev ``` If you are using a HackRF: