summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-10-24 16:42:10 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-25 08:18:01 +0200
commit79e288f1fd0b1b3d95ffeefc1f45ceddcd4039e3 (patch)
treeb4fe6864423efd82a72772c6c983c0423040295c /board
parentc4b0af9885ab6649aa547aa01943cb1ee2d18f09 (diff)
qemu_arm_versatile: use kernel 3.1 and add readme
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board')
-rw-r--r--board/qemu/arm-versatile/linux-3.1.config (renamed from board/qemu/arm-versatile/linux-2.6.38.config)0
-rw-r--r--board/qemu/arm-versatile/readme.txt6
2 files changed, 6 insertions, 0 deletions
diff --git a/board/qemu/arm-versatile/linux-2.6.38.config b/board/qemu/arm-versatile/linux-3.1.config
index 5f58b973a..5f58b973a 100644
--- a/board/qemu/arm-versatile/linux-2.6.38.config
+++ b/board/qemu/arm-versatile/linux-3.1.config
diff --git a/board/qemu/arm-versatile/readme.txt b/board/qemu/arm-versatile/readme.txt
new file mode 100644
index 000000000..834b0e006
--- /dev/null
+++ b/board/qemu/arm-versatile/readme.txt
@@ -0,0 +1,6 @@
+Run the emulation with:
+
+ qemu-system-arm -M versatilepb -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=scsi -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio
+
+The login prompt will appear in the terminal that started Qemu. The
+graphical window is the framebuffer.