Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 392 Bytes

OpenWebRX Raspberry PI 3/4

Install on Linux - Raspberry PI 4 ... Buster Release (2020)

Install##

Download image from (OpenWebRX)[https://www.openwebrx.de/]

Disable bluetooth & WiFi

echo "dtoverlay=pi3-disable-bt" | sudo tee -a /boot/config.txt
echo "dtoverlay=pi3-disable-wifi" | sudo tee -a /boot/config.txt

sudo systemctl disable hciuart
sudo reboot