diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-21 09:08:14 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-27 22:37:31 +0100 |
| commit | e4648f288870dd1b789c353e7ef768867834b03a (patch) | |
| tree | 773e30bbaf1a1526ca9277b575f27ccebe23626b | |
| parent | fadc438393841eced94aa6decfd04c5bf448b255 (diff) | |
| download | buildroot-e4648f288870dd1b789c353e7ef768867834b03a.tar.gz buildroot-e4648f288870dd1b789c353e7ef768867834b03a.zip | |
board/qemu/ppc64-pseries: adjust Qemu command line
This helps the toolchains.free-electrons.com build logic re-use
directly the Qemu command lines from this readme.txt file, by having a
-append option similar to the ones used in other readme.txt files.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | board/qemu/ppc64-pseries/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/ppc64-pseries/readme.txt b/board/qemu/ppc64-pseries/readme.txt index 7cc0c67d61..9de13779d0 100644 --- a/board/qemu/ppc64-pseries/readme.txt +++ b/board/qemu/ppc64-pseries/readme.txt @@ -1,6 +1,6 @@ Run the emulation with: - qemu-system-ppc64 -M pseries -cpu POWER7 -m 256 -kernel output/images/vmlinux -append 'console=hvc0 root=/dev/sda' -drive file=output/images/rootfs.ext2,if=scsi,index=0,format=raw -serial stdio -display curses + qemu-system-ppc64 -M pseries -cpu POWER7 -m 256 -kernel output/images/vmlinux -append "console=hvc0 root=/dev/sda" -drive file=output/images/rootfs.ext2,if=scsi,index=0,format=raw -serial stdio -display curses The login prompt will appear in the terminal that started Qemu. |

