Hi! Does anyone know of a “simple” way to get the basic drivers functioning with Yocto? I am using the meta-raspberrypi with poky and the minimal image (the Pi will run with a custom, headless software and I want minimal other “bloat”). I’ll try to incorporate the driver myself but I am not a Yocto nor linux driver expert.
Sure, the Pisound’s kernel driver is included with the Raspberry Pi kernel, just make sure it is enabled in the kernel config you use:
SND_PISOUND=m
The source is here: