3

Is there a way to create a virtual ARM architecture machine so that I could create Raspberry Pi images on my PC?

For instance, I would like to create an Ubuntu Server 17.04 image that I could burn to an SD card an then boot an RPi 3. I'm assuming that if I create the image in virtualbox on x86 architecture then it won't run on the RPi hardware.

Is there a way to do this?

4
  • 4
    I will give you a hint: qemu.
    – cylgalad
    Commented Jun 26, 2017 at 8:09
  • 1
    I've seen articles referring to running rpi software in qemu, but I thought qemu was "just" a VM like virtualbox. But sounds like it can do something different.
    – abalter
    Commented Jun 26, 2017 at 15:27
  • 2
    Unlike Virtualbox, qemu can emulate other kind CPUs than x86.
    – cylgalad
    Commented Jun 26, 2017 at 19:14
  • 2
    QEMU based: "Raspberry Pi Emulator A Raspberry Pi emulator for Mac OS X and Linux" SourceForge : sourceforge.net/projects/raspberrypiemulator/files/…
    – Frayser
    Commented Jun 26, 2017 at 22:53

0

You must log in to answer this question.

Browse other questions tagged .