-
-
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
Raspberry Pi emulation is broken #4827
Comments
Weird. |
Of course any arm64 system runs on M1s. The issue is when specifically emulating a raspberry, that you don't even get to boot as the environment emulated doesn't have an adequate graphics output. |
Can confirm. I never got it working, tested all available display adapters.
UTM only has options up to Pi 3. Those are 32 bit (ARMhf) devices. A 64 bit image probably won't work with Pi 3 selected. |
Same here, Trying to emulate RPI 3B 32bit with error: |
I ran into this too. I was following this guide (from 2022), which made me believe that it was theoretically possible. I now understand it's not possible to emulate a Raspberry Pi? |
QEMU by itself definitely supports Raspberry Pi images. But somehow UTM seems to have some issues. |
Am able to use QEMU on Mac OS Ventura using the following params for network: -netdev user,id=net0,hostfwd=tcp::5022-:22 \
-device usb-net,netdev=net0 \ Seems UTM insists on using PCI device on which Raspberry Pi with no PCI bus. |
Is there already any working way to run Raspberry Pi OS (64-bit) on UTM with Apple Silicon? |
No, but it is not that far away. What's missing seems to be getting the UTM Qemu backend updated to version 8... but qemu does work. |
One of the issues seems to be that See here: |
Is there an active PR to update the backend already? |
Updating QEMU to version 8 is #5622, although that ticket points out that QEMU 9 is out now. |
Cool. So does that mean this work would shift over to the version nine
branch
…--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
On Fri, Jun 7, 2024 at 10:39 Dan Lipsitt ***@***.***> wrote:
Updating QEMU to version 8 is #5622
<#5622>, although that ticket points
out that QEMU 9 is out now.
—
Reply to this email directly, view it on GitHub
<#4827 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42DQSQFDD2ASEQNNFQDZGHA3LAVCNFSM6AAAAAATETFC66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJUHE4DINRUHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Any updates I have been trying to run my existing RPI4 .img in UTM for hours but never seem to get an image to display or see it's MAC appear in my router device table! |
Raspberry images do not boot, as there is no suitable raspberry output device.
No PCI on raspberry to emulate display adapter. Neither vertigo based adapters work.
Configuration
The text was updated successfully, but these errors were encountered: