參考資訊:
https://gist.github.com/newdigate/11bdcee0f88e644ae40a7b64b2e3f831
Kernel Config
CONFIG_SND_ARMAACI=y
export QEMU_AUDIO_DRV
#!/bin/sh export QEMU_AUDIO_DRV=alsa qemu-system-arm \ -m 256M \ -M versatilepb \ -kernel zImage \ -dtb suniv-qemu.dtb \ -hda sd.img \ -serial mon:stdio \ -initrd rootfs.img \ -append "console=ttyAMA0 root=/dev/ram rdinit=/sbin/init"