** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1406016
Title:
qemu-system-arm hangs at start on OS X
Status in QEMU:
Invalid
Bug description:
Thanks for the quick response. Being a total mac n00b I just followed
the directions in the top google link for installing qemu on os x and I
ended up where I did. I replaced the old version of the qemu formula in
my brew library with the current one and re-installed and all is well,
running qemu 2
> brew install qemu --env=std --cc=gcc-4.2
Aha. Don't do that, that's an ancient gcc. Use the system 'clang' (which
configure should pick by default).
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/14
Peter, the bug occurs when mounting the rootfs.
I can reproduce this bug too, with a kernel that works perfectly on
QEMU on linux, windows and linux running on the same mac under vmware.
In the case where I ran it under vmware on the mac the raspi kernel is
the same file shared between the host
That zImage works for me with QEMU commit ab0302ee76 on OSX 10.9.5 (at
least it boots fine to the point of the kernel complaining it couldn't
find the rootfs, because I didn't bother to build that.) I tested with
the v2.2.0 tag and that works fine too.
Sanity check: use md5sum to check that the im
Ah, good question! I found an image and instructions at
http://fedoraproject.org/wiki/Architectures/ARM/HowToQemu#Using_QEMU_without_libvirt
that was a bit easier to work through, and sure enough, it works on
Linux but not on OS X.
Linux precise64 3.2.0-37-generic:
vagrant@precise64:/opt/qemu-ima
Do these guest images and command lines work on Linux QEMU? (The most
common cause of "nothing happens" is "wrong kernel for this board" or
similar misconfiguration, where QEMU is correctly emulating a crashed
guest that never made any output...)
--
You received this bug notification because you