-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start Raspberry Pi Zero VM due to usb-ehci added #2505
Comments
Can you check if |
I can confirm that |
Has this fix been removed? It appears that Line 463 in 7fd0f08
This prevents Raspberry Pi systems being emulated. Running UTM on macOS I get the following error: |
@fgenoese The ICH9 USB controller is added if USB sharing is selected. (This specific USB controller is required to make QEMU USB sharing work AFAIK) |
Thanks @conath, that worked. Just wanted to add that the field is greyed out when in console display mode saying that "USB sharing is not supported in console display mode". A reasonable approach might be to add |
That sounds good to me. |
UTM adds the
-device usb-ehci
to VMs even when the system is a Raspberry Pi Zero. This is not supported and means the VM won't start.The text was updated successfully, but these errors were encountered: