Skip to content

Instantly share code, notes, and snippets.

@newdigate
Created April 13, 2017 16:49
Show Gist options
  • Save newdigate/11bdcee0f88e644ae40a7b64b2e3f831 to your computer and use it in GitHub Desktop.
Save newdigate/11bdcee0f88e644ae40a7b64b2e3f831 to your computer and use it in GitHub Desktop.
Qemu arm audio drv
QEMU_AUDIO_DRV=alsa
qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.32-5-versatile -initrd initrd.img-2.6.32-5-versatile -hda debian_squeeze_armel_standard.qcow2 -append "root=/dev/sda1" -redir tcp:5022::22 -usb -usbdevice host:08bb:2902 -nographic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment