Last active
August 12, 2020 16:01
-
-
Save waltercool/cc614ffb4ff726ce843222480b6f4eba to your computer and use it in GitHub Desktop.
Qemu helper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to connect USB through debug console | |
device_add usb-host,vendorid=0xL33T,productid=0xDEMO,id=whatever | |
(Obtain values from L33T and DEMO with lsusb) | |
Make sure to provide QEMU access to /dev/bus/usb/X/Y, take X and Y from dmesg values |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment