Picroft 2018-09-12 and the Google AIY Voice Hat

Hi @andlo,
I played around a bit today and this is what I have right now, by doing this:

(1) I use a vanilla 9-12 stable image on a v1 board

(2) When it boots I Ctrl-C at the Picroft image

(3) I add my Wifi in /etc/wpa…, delete auto_run.sh and reboot

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid=“MyNetworkSSID”
psk=“mypassword”
}
Ctrl + X and then Y

(4) And download/replace your 2 scripts from stretch and reboot

wget https://raw.githubusercontent.com/andlo/enclosure-picroft/stretch/home/pi/auto_run.sh
wget https://raw.githubusercontent.com/andlo/enclosure-picroft/stretch/home/pi/AIY-asound.conf

(5) Guided setup with Y, 4 for AIY and wait around 10 min for install

(6) Type R for reboot as we just installed AIY

(7) N command line (no fasteners)

(8) Updated with

cd mycroft-core
git pull
msm update

I am new to mycroft, so I am a bit at a loss as what to do now?

  • alsamixer shows that sound is 0, but I can change that with the hints from above.
  • aplay -l shows exactly your given output
  • mycroft-cli-client shows fasteners error (pip install fasteners fixes it), then starts and shows the attached output log.
  • When I log in, it says I should update via ./dev_setup.sh but that didn’t work either

Looks like I am missing something or what else can I debug?

Mvh
Olaf