shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
604 stars 61 forks source link

Not Running on Raspberry Pi 4 #30

Closed DereIBims closed 1 year ago

DereIBims commented 1 year ago

Hello,

docker-compose successfully downloads and creates all 3 containers. But sdr_scanner and sdr_monitor keep restarting with the same error "standard_init_linux.go:219: exec user process caused: exec format error ".

Builing sdr_scanner myself fixed the problem for that container, but there's no way to also simply build sdr_monitor.

Please provide docker images for ARM aswell or a guide to build myself.

Thank you!

shajen commented 1 year ago

I released docker version of all components (sdr-scanner, sdr-monitor, mqtt-broker) for arm32, arm64, amd64. Now it should work on RaspberryPi. Strongly recommend to familiar with RaspberryPi section before start.

Checkout latest version.

DereIBims commented 1 year ago

Works now without any problems on an PI4 4Gb. Thank you very much!