t1m0thyj / AssistantPi

Unofficial installer for Google Assistant on Raspbian
36 stars 7 forks source link

Error on Pi Zero #12

Closed Elijah067 closed 6 years ago

Elijah067 commented 6 years ago

I am using raspberry pi zero w and installed raspbian via noobs.

I run the bash install.sh and got an error of "Cannot run hotword demo on Pi zero!"

t1m0thyj commented 6 years ago

The official Assistant package only works on Pi 2's and 3's which have an ARM7 CPU. The Zero W has an ARM6 CPU, so the hotword detection ("OK Google" functionality) won't work on it. I would suggest trying this repository instead, an alternative version someone made that should work on Pi Zeros. I'll also add a warning to the README that this repository will only work for ARM7 devices.