Releases: pa3gsb/Radioberry-2.x
Radioberry Software Installation @RPI-5
Installation of radioberry software.
The repository does contain a driver for gpio mode and pio mode.
Pio mode is the prefered setup for using the radioberry. Iam not supporting the gpio mode; it is present in the archive folder.
radioberry running at rpi-5 pio mode explained
Radioberry release pio mode @rpi-5
Selling and downloading the image will give you a ready to run image.
Enjoy
Johan PA3GSB
Radioberry Software Installation @Juice
Installation of radioberry juice software.
This release is only applicable for radioberry with Cyclone CL025.
For Windows:
Open a browser:
https://raw.githubusercontent.com/pa3gsb/Radioberry-2.x/master/juice/releases/dev/beta2.zip
Unzip the downloaded beta2 zip file and read the instructions from setup radioberry juice beta 2 (windows).pdf.
For linux some work ahead; some directions can be found in the linux folder; setup file.
Have fun
73 Johan
PA3GSB
Radioberry Software Installation @RPI-4 <<<DEPCRECATED>>
Installation of radioberry software.
The whole software stack will be installed.
https://github.com/pa3gsb/Radioberry-2.x/wiki/Radioberry-Software-stack
The install script will give details about the versions to be installed.
Open a command window and executing the following commands:
cd /tmp
wget https://raw.githubusercontent.com/pa3gsb/Radioberry-2.x/master/SBC/rpi-4/releases/dev/radioberry_install.sh
sudo chmod +x radioberry_install.sh
./radioberry_install.sh
Alternative radioberry setup using Docker
cd /tmp
wget https://raw.githubusercontent.com/pa3gsb/Radioberry-2.x/master/SBC/rpi-4/releases/docker/build_install_rb_driver.sh
sudo chmod +x build_install_rb_driver.sh
./build_install_rb_driver.sh
wget https://raw.githubusercontent.com/pa3gsb/Radioberry-2.x/master/SBC/rpi-4/releases/docker/run_rb_firmware.sh
sudo chmod +x run_rb_firmware.sh
./run_rb_firmware.sh
pihpsdr
I advise running the radioberry on a RPI to use the pihpsdr version maintained by Christoph DL1YCF
Installation look into the manual:
https://github.com/dl1ycf/pihpsdr/releases/download/v2.5/piHPSDR-Manual-v2.5.pdf
Have fun
73 Johan
PA3GSB