- Building a HAM Radio
- Learning (from noob to guru)
WIKI FOR MORE DETAILS: https://github.com/pa3gsb/Radioberry-2.x/wiki
Radioberry is designed to run on Raspberry Pi hardware and is licensed to use the official “Powered by Raspberry Pi” logo.
Raspberry Pi is a trademark of Raspberry Pi Ltd.
sudo apt-get update
sudo apt-get install git libpulse-dev libgtk-3-dev libasound2-dev libcurl4-openssl-dev \
libi2c-dev libgpiod-dev libusb-1.0-0-dev device-tree-compiler libfftw3-dev
cd /tmp
git clone --depth=1 https://github.com/pa3gsb/Radioberry-2.x.git
cd Radioberry-2.x
git submodule update --init --recursive --depth=1
sudo cp /tmp/Radioberry-2.x/wdsp/libwdsp.so /usr/local/lib/
sudo ldconfig
make CFLAGS="-g -Wno-deprecated-declarations -I../wdsp" LDFLAGS="-L../wdsp" -j$(nproc)
sudo make install FPGATYPE=CL016


