Skip to main content

All Questions

Tagged with
0 votes
0 answers
122 views

running X86 Virtualbox VM on an Apple silicon Mac, UTM not working

My college provides a virtual machine (SliTaz VM, possibly an old Linux distro) to run veriluoc which is a software to design and simulate logic gates. The problem is that VM was designed to run on ...
Nil Oller 's user avatar
-1 votes
1 answer
64 views

I am trying to emulate a board which has a OLED display, but can't see anything. Can you tell me if there is something important I am not considering? [closed]

I am just a newbie that is trying to learn. I can't see anything in the OLED display (ssd0303). I am just using this demo: https://www.freertos.org/portlm3s811keil.html as you can see it says that: ...
Allexj's user avatar
  • 265
0 votes
0 answers
101 views

The attached virtio disk is not recognized by libvirt but it is recognized by qemu

I'm trying to virtualize FreeBSD 13.2 for arm 32 bit on my laptop ARM Chromebook where qemu is version 5.1,KVM is enabled,libvirt and virt-manager are installed from the source code and everything ...
Marietto's user avatar
  • 549
0 votes
1 answer
3k views

How to boot ARM kernel using QEMU?

I am having a hard time booting up an ARM linux kernel with a rootfs using QEMU. First I tried compiling it myself, then resorted to the debian linux-image-rt-armmp kernel, nothing works. Here is what ...
milck's user avatar
  • 151
0 votes
1 answer
221 views

Editing a debian img with QEMU

I'm trying to run an existing debian img with QEMU, edit it by installing custom packages and adding various configs, verify that it works and then write it to an sd card so I can boot it from a ...
user423896's user avatar
1 vote
0 answers
1k views

Why does qemu-system-arm hang if dtb and machine are swapped?

I am trying to use qemu-system-arm to emulate an embedded system. I am using Ubuntu 20.04 and installed the backport of QEMU emulator version 5.0.0 (Debian 1:5.0-5ubuntu6~ppa0). I thought I would ...
Bob Forties's user avatar
1 vote
1 answer
451 views

Unexpected enum value 0 for virDomainDeviceAddressType emulating raspi3 on jetson nano with virt-install

it's more of a challenge,to be able to emulate the raspberry pi 3 on my Jetson nano (aarch64) using virt-install. I'm learning how to do that by reading heavily here : https://github.com/dhruvvyas90/...
Marietto's user avatar
  • 549
0 votes
0 answers
200 views

Is there any Rossetta 2 (SBT Static Binary Translation) alternative on Linux?

On an Apple Silicon chip such as M1 (ARMv8), x86 instructions can be translated statistically by Rossetta 2 when the program runs for the first time. It's fast. Because Rossetta 2 does the SBT (Static ...
dotslash's user avatar
  • 193
0 votes
1 answer
246 views

chroot error : "I: arm64 cannot be executed, falling back to qemu-user"

I set up a arm64 chroot named via this command: sudo mmdebstrap --architectures=arm64 buster myArm64Machine entered said chroot with command below: sudo chroot gnome-core-arm64 myArm64Machine one of ...
mmj's user avatar
  • 109
2 votes
1 answer
1k views

chroot debootstrap problem : no such file or directory

I would like to run X86 applications on my Jetson Nano using qemu and debootstrap on ubuntu 18.04. Actually I'm following this tutorial : https://www.youtube.com/watch?v=dzAoaFOJy7U&t=338s&...
Marietto's user avatar
0 votes
0 answers
868 views

Very long kernel build time

I have a small problem related to kernel build time. Sorry for a bit messy writing. I'm very poor at it. :D We (my team) are using qemu for rebuilding Linux kernel for our product. We all share ...
user8715154's user avatar
1 vote
0 answers
329 views

How to virtualize a board with QEMU?

I've got an embedded board based on ARMv7 cpu. I'd like to virtualize its rootfs with qemu, so I could work without hardware. I made an image of SD card present on board (these are the partitions): ...
Denny Vavalà's user avatar
0 votes
0 answers
236 views

How to pass through USB device to guest VM? What are "hostaddr", "hostport" etc? [duplicate]

I have the following on the host machine $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-...
Dims's user avatar
  • 3,285
4 votes
0 answers
2k views

How to boot Raspberry Pi IMG file on QEMU?

I have an IMG file, which is Raspberry Pi image. Can I boot it in Qemu on windows or linux? I am confused by examples, which say I need not only IMG file, but also a "kernel" file. Can I ...
Dims's user avatar
  • 3,285
0 votes
1 answer
2k views

How do I install OpenBSD/ARM in qemu?

Could you share a specific command line & which file I need to download to make this work? If you have a link to an OpenBSD/ARM image that is already installed (and a commandline to run it), that ...
Christian B's user avatar

15 30 50 per page