Skip to content

Commit

Permalink
last small foutje
Browse files Browse the repository at this point in the history
  • Loading branch information
pa3gsb committed Feb 15, 2021
1 parent dfb8926 commit 04e54d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SBC/rpi-4/releases/dev/radioberry_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sudo systemctl disable radioberry
if [[ $fpgatype == 1 ]]; then
echo "Installing Radioberry gateware Cyclone 10 CL016..."

cd Radioberry-2.x/SBC/rpi-4/releases/stable/CL016
cd Radioberry-2.x/SBC/rpi-4/releases/dev/CL016
sudo cp ./radioberry.rbf /lib/firmware
cd ../../../../../..

Expand All @@ -57,7 +57,7 @@ fi
if [[ $fpgatype == 2 ]]; then
echo "Installing Radioberry gateware Cyclone 10 CL025..."

cd Radioberry-2.x/SBC/rpi-4/releases/stable/CL025
cd Radioberry-2.x/SBC/rpi-4/releases/dev/CL025
sudo cp ./radioberry.rbf /lib/firmware
cd ../../../../../..

Expand Down

0 comments on commit 04e54d1

Please sign in to comment.