dhruvvyas90 / qemu-rpi-kernel

Qemu kernel for emulating Rpi on QEMU
2.04k stars 357 forks source link

Should USB work with any of the kernels? #110

Closed dims12 closed 3 years ago

dims12 commented 3 years ago

I tried varios combinations of kernels and dtbs but always have

# lsusb
unable to initialize libusb: -99

and unable to access USB devices. Is it possible to configure them?

dhruvvyas90 commented 3 years ago

@dims12 : You have specify in qemu argument which usb devices you would want to use with emulation. Here's some resources on how to do so. (https://qemu.readthedocs.io/en/latest/system/usb.html)