[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Black screen when emulating Raspberry Pi with qemu 2.
From: |
Per Olofsson |
Subject: |
Re: [Qemu-discuss] Black screen when emulating Raspberry Pi with qemu 2.5 |
Date: |
Tue, 08 Mar 2016 16:48:53 +0100 |
With console output fixed it wasn't too hard to make it all work. For
future reference, the instructions here had all the necessary pieces of
the puzzle:
https://github.com/dhruvvyas90/qemu-rpi-kernel/wiki
https://github.com/dhruvvyas90/qemu-rpi-kernel/wiki/Emulating-Jessie-image-with-4.1.x-kernel
After converting the modified raw image to a qcow2 my final command line
for qemu 2.5.0 is:
/usr/local/qemu/bin/qemu-system-arm \
-cpu arm1176 \
-m 256 \
-M versatilepb \
-no-reboot \
-kernel kernel-qemu-4.1.13-jessie \
-hda raspbian-jessie-qemu.qcow \
-append "root=/dev/sda2 rootfstype=ext4 rw" \
-serial stdio
--
Per Olofsson
address@hidden