qemu-ppc: fixup wrong startup example, use either -hda or -drive
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 26 Nov 2016 08:42:58 +0000 (09:42 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 26 Nov 2016 14:00:19 +0000 (15:00 +0100)
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/qemu/ppc-g3beige/readme.txt

index 070fcbbb32569c3e6d9fd77420051205074b1813..3bd88a6e391f61a34c5b7208d2c3b52f44e53352 100644 (file)
@@ -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.