NoiseTorch icon indicating copy to clipboard operation
NoiseTorch copied to clipboard

Running NoiseTorch on raspberry Pi 4 with non-desktop OS

Open AbdouBou opened this issue 2 years ago • 2 comments

Hello everybody,

I want to know if there is any solution for the use of NoiseTorch on an ARM based Raspeberry Pi 4 running a bullseye (last raspbian version) 64 bits. i tried to use the provided package but i'm getting a running error. (Exec format error). The system i'm using on the raspberry is a non-desktop system.

Thank you in advance.

AbdouBou avatar Nov 28 '22 09:11 AbdouBou

@AbdouBou you get this error because you are trying to launch a x86 binary on your arm64 system. You should try to build it from source.

piotr277 avatar Dec 05 '22 14:12 piotr277

Did building from source work in this case? I don't think we have any plans to distribute an aarch64 binary at any point but it would be fun to know!

TheDukeofErl avatar Oct 03 '23 03:10 TheDukeofErl