SatDump icon indicating copy to clipboard operation
SatDump copied to clipboard

SatDump on Raspberry PI 4B

Open vu3tyg opened this issue 1 year ago • 4 comments

Hi,

I am trying to setup SatDump on a Raspberry PI 4B with 4 GB RAM. I have followed the steps as described in https://www.a-centauri.com/articoli/automating-satellite-reception-with-satdump-cli and also installed the dependencies as below

Install dependencies on Debian-based systems:

sudo apt install git build-essential cmake g++ pkgconf libfftw3-dev libpng-dev libtiff-dev libjemalloc-dev # Core dependencies sudo apt install libvolk2-dev # If this package is not found, use libvolk-dev or libvolk1-dev sudo apt install libnng-dev # If this package is not found, follow build instructions below for NNG sudo apt install librtlsdr-dev libhackrf-dev libairspy-dev libairspyhf-dev # All libraries required for live processing (optional) sudo apt install libglfw3-dev zenity # Only if you want to build the GUI Version (optional) sudo apt install libzstd-dev # Only if you want to build with ZIQ Recording compression

(optional)

sudo apt install libomp-dev # Shouldn't be required in general, but in case you have errors with OMP sudo apt install ocl-icd-opencl-dev # Optional, but recommended as it drastically increases speed of some operations. Installs OpenCL. sudo apt install intel-opencl-icd

When I try to run SatDump the below errror shows up. I am not a Linux expert... Any help to fix this will be appreciated

vu3tyg@pi-weather:~ $ satdump autotrack ~/autotrack.json satdump: error while loading shared libraries: libvolk.so.2.4: cannot open shared object file: No such file or directory

Regards Nitin

vu3tyg avatar May 01 '24 13:05 vu3tyg

You installed the build deps, not the runtime deps. For this specific error you need to install libvolk2.5 (assuming Debian/PiOS).

dj1471 avatar May 10 '24 16:05 dj1471

You installed the build deps, not the runtime deps. For this specific error you need to install libvolk2.5 (assuming Debian/PiOS).

Thanks for the guidance, Below is what I see after the install

WX

vu3tyg avatar May 12 '24 04:05 vu3tyg

Is this still a problem?

Aang23 avatar Jun 09 '24 07:06 Aang23

Hi, Thanks for checking , this is fixed. 73Nitin [VU3TYG]

Yahoo Mail: Search, organise, conquer

On Sun, 9 Jun 2024 at 1:05 pm, @.***> wrote:

Is this still a problem?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

vu3tyg avatar Jun 09 '24 16:06 vu3tyg