Skip to main content

Questions tagged [qemu]

QEMU (short for "Quick EMUlator") is a free and open-source hosted virtual machine monitor that performs hardware virtualization.

0 votes
1 answer
286 views

Back in the day, qemu didn't have actual support for the raspberry pi, so while it was possible to boot a raspberry pi disk image in a virtual environment, it required a special kernel. Since then, ...
larsks's user avatar
  • 685
1 vote
0 answers
543 views

I followed roughly this tutorial: https://www.ravbug.com/tutorials/virtual-rpi/ I used the versatilepb approach and tried to move to bullseye and replaced the Variables of the script accordingly: #!/...
MaKaNu's user avatar
  • 111
5 votes
1 answer
9k views

I was wondering whether it was possible to virtualize Raspberry Pi OS Lite Bullseye 64-bit arm64 on an M1 Macbook pro. I've downloaded the '.img' file from the official source and tried to load it ...
Daemonique's user avatar
0 votes
0 answers
103 views

Raspberry Pi network card is internally a USB card. Why then it has name eth0 and not usb0? I need to find a code, which is responsible for this. I am simulating Raspberry Pi with QEMU and having a ...
Dims's user avatar
  • 175
-1 votes
1 answer
221 views

I want to port some of my apps to Rasberry (Arm CPU), and am looking for the easiest way to get there. My apps are C++ & Qt5 based. I've read about cross compiling (looks like lots of headaches), ...
TSG's user avatar
  • 107
3 votes
1 answer
510 views

I am emulating a Raspberry Pi 3B running the latest Raspberry Pi OS Lite on qemu-system-arch64 but the file I/O speed is woefully slow. This is my QEMU command, for starting my virtual machine. sudo ...
jshbrntt's user avatar
  • 131
1 vote
1 answer
2k views

I am trying to emulate a Raspberry Pi 3B using QEMU 7 with the following options: qemu-system-aarch64 \ -M raspi3b \ -cpu cortex-a53 \ -append "ttyAMA0,115200 kgdboc=ttyAMA0,115200 ...
AQUATH's user avatar
  • 11
0 votes
1 answer
1k views

I have been trying to set up a RPi 3b emulation on QEMU for testing software related to the framebuffer, and have got it working including networking, but not video. Doing ls /dev/, I can't find the ...
rubemnobre's user avatar
0 votes
0 answers
169 views

I finally got raspian to boot in quem by following these instructions. https://github.com/dhruvvyas90/qemu-rpi-kernel/tree/master/native-emulation The only problem is that I can't figure out how to ...
bob mcgrath's user avatar
0 votes
0 answers
297 views

Canon Printers and CUPS: ARM drivers availabile? Platform: Raspbian Stretch I tried the link above but couldn't get it to work.In the driver guide it says I need to install some packages. # yum ...
a.gulcan's user avatar
  • 153
0 votes
1 answer
263 views

I compiled QEMU for my Raspberry pi and want to package it to a deb so I don't need to compile it every time I reflash (it takes a few hours). but every time I run sudo checkinstall I get errors (...
Itai Nelken's user avatar
1 vote
1 answer
2k views

EDIT: I significantly updated this after applying @Nikita Kipriyanov's answer. As of version 5.1 or 5.01 QEMU now supports RPI2 & 3 and USB. As the network on the RPI is behind USB, I should now ...
bronze51's user avatar
1 vote
1 answer
464 views

In order to emulate a Pi in the Qemu emulator, I will need to identify which (if any) of the files in /boot is the RAM disk, and which is the appropriate kernel. Booting Raspbian however, there is no ...
wudude's user avatar
  • 435
25 votes
4 answers
60k views

A few years ago, people were saying they were able to emulate a Raspberry Pi 2 or 3 in QEMU. However as of late 2020, I am unable to do so. Can anyone let me know what the correct command line ...
wudude's user avatar
  • 435
1 vote
1 answer
681 views

I have a Raspberry Pi 4b, with 4GB of RAM. I would like to run a Virtual Machine with other Raspberry Pi operating systems as Guest (Ubuntu MATE, LibreELEC, possibly RISC OS). I tried using AQEMU, ...
ProphetZarquon's user avatar

15 30 50 per page
1
2 3 4 5 6