I'm trying to run latest armv6h - raspberry pi image in qemu-system-arm.
However, whatever I do I get stuck with this same error:
$this->bbcode_second_pass_code('', '[ TIME ] Timed out waiting for device dev-sda1.device.
[DEPEND] Dependency failed for /boot.
[DEPEND] Dependency failed for Local File Systems.
[ TIME ] Timed out waiting for device sys-subsystem-net-devices-eth0.device.
[ TIME ] Timed out waiting for device dev-ttyAMA0.device.')
After which system goes to emergency mode.
For comparasion I tried latest raspbian image, which boots properly.
I use this to start it:
$this->bbcode_second_pass_quote('', 'q')emu-system-arm -M versatilepb -kernel kernel3.12-armv6h -cpu arm1176 -m 256 -no-reboot -serial stdio -net nic,model=smc91c111 -net user -append "root=/dev/sda5 rw panic=0" -hda ArchLinuxARM-2014.06-rpi.img