summaryrefslogtreecommitdiffstats
path: root/board/qemu/arm-vexpress/readme.txt
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-04 12:49:57 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-12-04 21:26:56 +0100
commit122d613b57dfac7f1c4f0834620257f11726e14a (patch)
tree0dfec36568eb7638c92ec9d5f27689b5e5a4a3f5 /board/qemu/arm-vexpress/readme.txt
parentc994c3db1f7d76b5dfe79e3b1133d66fdd06212c (diff)
downloadbuildroot-122d613b57dfac7f1c4f0834620257f11726e14a.tar.gz
buildroot-122d613b57dfac7f1c4f0834620257f11726e14a.zip
configs/qemu: specify drive image file format (raw)
Specify that the drive image file format is raw to avoid warnings and restrictions. Also switch to -drive syntax for all configs. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/qemu/arm-vexpress/readme.txt')
-rw-r--r--board/qemu/arm-vexpress/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt
index a3dc6e4999..7ca4e891ea 100644
--- a/board/qemu/arm-vexpress/readme.txt
+++ b/board/qemu/arm-vexpress/readme.txt
@@ -1,6 +1,6 @@
Run the emulation with:
- qemu-system-arm -M vexpress-a9 -m 256 -kernel output/images/zImage -dtb output/images/vexpress-v2p-ca9.dtb -drive file=output/images/rootfs.ext2,if=sd -append "console=ttyAMA0,115200 root=/dev/mmcblk0" -serial stdio -net nic,model=lan9118 -net user
+ qemu-system-arm -M vexpress-a9 -m 256 -kernel output/images/zImage -dtb output/images/vexpress-v2p-ca9.dtb -drive file=output/images/rootfs.ext2,if=sd,format=raw -append "console=ttyAMA0,115200 root=/dev/mmcblk0" -serial stdio -net nic,model=lan9118 -net user
The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.
OpenPOWER on IntegriCloud