NoiseTorch
NoiseTorch copied to clipboard
Running NoiseTorch on raspberry Pi 4 with non-desktop OS
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 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.
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!