Google AIY System Image Still Fragile
After exploring a Google AIY Voice kit's capabilities and found it promising for future projects, I thought it was a pretty good deal at the clearance price of $15. Sadly for Google and Target, I still think its original price of $50 is high for what we get in the box. And that's before I ran into what appears to be a recurring problem with the Google AIY kits: their customized build of Raspbian is very fragile and has a history of failing after system updates.
Of course, I didn't realize the root cause immediately. When I initially booted up my box, with USB keyboard+mouse and HDMI cable attached, I ran through its initial setup procedure which helped me log on to my local network, change the default password to something other than 'raspberry', tasks of those nature. One of these steps was whether I wanted to download and install updates. Even though I followed instructions to download the latest system image, as of right now the "latest" is still from this past November and missing quite a few security patches since. I had continued playing with the hardware while updates installed, fiddling with things as I went. Eventually I had to reboot the box and when it came back up, everything has fallen apart.
I was in the middle of playing with aplay
and arecord
so my first symptom was a complaint of missing sound hardware. Since by then I had already established that they are standard Linux sound devices under ALSA (Advanced Linux Sound Architecture) I started looking up resources online to debug ALSA sound hardware running on a Raspberry Pi. This, I have since found out, is a huge bag of hurt best summarized by the following passage from this StackExchange thread:
However, at no time in history has mankind produced such an amount of useless and dysfunctional diagrams, as for trying to explain ALSA.
That's just one man's opinion, of course, but after several hours of banging my head against ALSA brick walls I saw nothing to contradict that opinion. Even Adafruit, typically the benchmark of clear concise tutorials, could only offer this mess which falls far short of their typical standards.
I was almost ready to give up on the whole works when I remembered to run a LED test and found that also failed with an error message Leds are not available on this board
. That's when I finally realized it's not just the sound hardware, everything on board Voice Bonnet has gone offline. I'm not enough of a Linux expert to understand the details of what went wrong, but apparently certain types of system upgrades would wipe out all the customization required to support Voice Bonnet hardware.
This comment on a Github issues discussion thread suggested running a whole bunch of sudo dpkg-reconfigure
commands to bring them all back. This might be worth trying some point later. But for today's experimentation I re-imaged my microSD card and set up the box again - this time declining to download and install all updates. It's a very insecure workaround, but today I only need to continue experimenting with the hardware. I'll have to see if this problem is updated when I want to use this hardware for an actual project.
Bottom line: it's very disappointing to have Google's custom AIY version of Raspbian stop working on Google AIY hardware after certain system updates. I'm sure some number of these incidents resulted in the product getting returned to Target under their generous refund policy, which wouldn't be very helpful to retail success at all.