Hi I followed your instructions (a merge)
Install picroft 0.9 on RPI3+AIY
Boot up
sudo apt-get update
sudo apt-get install raspberrypi-kernel
git clone GitHub - google/aiyprojects-raspbian: API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
cd aiyprojects-rasbian/scripts
sudo scripts/configure-driver.sh
sudo scripts/install-alsa-config.sh
sudo systemctl reboot -i
then
sudo vi /etc/pulse/default.pa
uncomment and change:
load-module module-alsa-sink device=“hw:0”
load-module module-alsa-source device=“hw:0,0”
Now i have the sound but not listen… so I paired mycroft via CLI
Could you give me some tips to correct the problem?