Replies: 1 comment 4 replies
-
armhf is 32bit, you need aarch64 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to install SDR++ on a new Pi 5 running bookworm. I downloaded the sdrpp_bullseye_armhf.deb file (to Downloads folder) and extracted to the same folder. That .deb file appeared to be the only Raspberry Pi OS option.
After downloading the file I used:
cd ~/Downloads
sudo dpkg ~i sdrpp_bullseye_armhf.deb
to run the install
Everything seemed like it went well but when I try to run the program from the GUI desktop I get the error “ Failed to execute child process /user/bin/sdrpp (No such file or directory)”
I’m thinking it “installed” to the wrong location?
I’m really new to Raspberry Pi and Linux and not quite sure what I’m doing.
Beta Was this translation helpful? Give feedback.
All reactions