summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-26 09:42:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-26 15:00:19 +0100
commit1938ad4efa3a78275979467b521fb3545c5c6f9e (patch)
tree93fcb0e567b750390b3d54cd9fe1c620d76704ec /board
parent40a60b7545beea2d1ea852481cbf779d740e1d66 (diff)
qemu-ppc: fixup wrong startup example, use either -hda or -drive
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/qemu/ppc-g3beige/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/ppc-g3beige/readme.txt b/board/qemu/ppc-g3beige/readme.txt
index 070fcbbb3..3bd88a6e3 100644
--- a/board/qemu/ppc-g3beige/readme.txt
+++ b/board/qemu/ppc-g3beige/readme.txt
@@ -1,6 +1,6 @@
Run the emulation with:
- qemu-system-ppc -M g3beige -kernel output/images/vmlinux -hda -drive file=output/images/rootfs.ext2,format=raw -append "console=ttyS0 root=/dev/hda" -serial stdio -net nic,model=rtl8139 -net user
+ qemu-system-ppc -M g3beige -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "console=ttyS0 root=/dev/hda" -serial stdio -net nic,model=rtl8139 -net user
The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.