AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdr++ very slow to respond on raspberry pi

wptracy opened this issue · comments

I couldn't fine deb file for arch aarch64 on nightly build, so I compiled new.

SDR++ opens and runs, but is very very slow to respond.

I've attached a screenshot of the window, and the commands I used to complie sdr++ (below)

pi@64bit8GramRpiLogitecMediaServer:~ $ arch
aarch64
pi@64bit8GramRpiLogitecMediaServer:~ $ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
pi@64bit8GramRpiLogitecMediaServer:~ $

git clone https://github.com/drowe67/codec2.git
cd codec2
mkdir build_linux
cd build_linux
cmake ..
make
sudo make install

sudo apt install libglfw3-dev libglew-dev libairspyhf-dev libiio-dev libad9361-dev libairspy-dev librtlsdr-dev portaudio19-dev libzstd1 libzstd-dev

cd ~/
git clone https://github.com/AlexandreRouma/SDRPlusPlus.git

cd SDRPlusPlus
mkdir build
cd build
cmake ..
make -j4
sudo make install
sudo ldconfig

2024-03-25-144036_1022x702_scrot

I discovered that it works fine if the raspberry pi is not running headless with VNC.
If there is a display terminal attached, it works OK.
I ordered a Micro HDMI to HDMI Adapter to connect a dummy display, and will see if that works.

The micro HDMI to HDMI adapter and dummy display fixed the problem.