Hello,
i have a problem with my AirPlayer 4.2. I am using a Raspberry Pi Zero, which was working fine with an older Version of AirPlayer and AirManager. However, after updating the PI OS and AirPlayer i cannot start the software.
Every time I try to run `./Bootloader`, I receive a "Segmentation fault" message.
I’ve also tried using a new SD card with a clean installation of Debian Bullseye, but it still doesn't work.
Does anyone know how to resolve this issue?
Raspberry Pi with AirPlayer - Segmentation fault
Re: Raspberry Pi with AirPlayer - Segmentation fault
In short addition, when ./Bootloader with gdb I receive this message:
Program received signal SIGILL, Illegal instruction.
0xb56b95c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
Program received signal SIGILL, Illegal instruction.
0xb56b95c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
Re: Raspberry Pi with AirPlayer - Segmentation fault
The Zero is too old, it won't run the application. The Zero has an ARM11, that's not supported, see our system requirements:
https://siminnovations.com/wiki/index.p ... quirements
https://siminnovations.com/wiki/index.p ... quirements
Re: Raspberry Pi with AirPlayer - Segmentation fault
Thanks for the Information!