respeaker / respeakerd

respeakerd is the server application for the microphone array solutions of SEEED, based on librespeaker which combines the audio front-end processing algorithms.
MIT License
54 stars 24 forks source link

Illegal instruction /usr/bin/respeakerd --source="${SOURCE} #9

Closed pipe89 closed 5 years ago

pipe89 commented 5 years ago

Hi, I'm trying to install respeakerd to my raspberry pi zero W. I don't know if it's supported on zero W.

After the install, I get this error message:

pi@raspberrypi:~ $ sudo journalctl -f -u respeakerd -- Logs begin at Thu 2016-11-03 17:16:44 GMT. -- Mar 24 12:33:18 raspberrypi systemd[1]: Started ReSpeaker Server. Mar 24 12:33:18 raspberrypi respeakerd_safe[2329]: Check PulseAudio daemon ... Mar 24 12:33:19 raspberrypi respeakerd_safe[2329]: PulseAudio daemon up. Mar 24 12:33:19 raspberrypi respeakerd_safe[2329]: Start respeakerd ... Mar 24 12:33:20 raspberrypi respeakerd_safe[2329]: Detected seeed 8mic voicecard on Pi Mar 24 12:33:20 raspberrypi respeakerd_safe[2329]: Will use --source=alsa_input.platform-soc_sound.seeed-8ch for respeakerd Mar 24 12:33:21 raspberrypi respeakerd_safe[2329]: /usr/bin/respeakerd_safe: line 88: 2370 Illegal instruction /usr/bin/respeakerd --source="${SOURCE}" Mar 24 12:33:21 raspberrypi systemd[1]: respeakerd.service: Main process exited, code=exited, status=132/n/a Mar 24 12:33:21 raspberrypi systemd[1]: respeakerd.service: Unit entered failed state. Mar 24 12:33:21 raspberrypi systemd[1]: respeakerd.service: Failed with result 'exit-code'.

When I try to start "python ~/respeakerd/clients/Python/demo_respeaker_v2_vep_alexa_with_light.py", I get this message: pi@raspberrypi:~ $ python2 /home/pi/respeakerd/clients/Python/demo_respeaker_v2_vep_alexa_with_light.py Illegal instruction

What am I doing wrong?