
Anyway, I want to mess around with PIHPSDR for stand alone operation but mine did not come with it installed just a greyed icon on the desktop that won't open. It reports that it is missing files when executed. When I received the G2 being a normal fix things that are not broken ham I immediately updated the firmware and ran through the commands listed below to update the P2 app but received errors when at the git pull of pihpsdr. I don't remember the exact error as I'm at work, but it was something about missing and unmerged files.
I ran flash writer, and it updated fine to V19 firmware but still no go with PIHPSDR, Thetis work fine. Can anyone help me with the Linux commands to grab and reinstall install PIHPSDR?
Finally, the P2 App starts automatically and needs to be shut down when running PIHPSDR what is the procedure in Linux to stop a program running in the background. Thanks Vin KD1GA
cd ~/github/Saturn/sw_projects/P2_app
make clean
cd ~/github/Saturn/sw_projects/audiotest
make clean
cd ~/github/Saturn git pull cd sw_projects/P2_app
make
cd ../audiotest
make
cd ~/github/pihpsdr
make clean
git pull
make (Got error here)