]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
qemu_arm_versatile: use kernel 3.1 and add readme
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 24 Oct 2011 19:42:10 +0000 (16:42 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 Oct 2011 06:18:01 +0000 (08:18 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
board/qemu/arm-versatile/linux-3.1.config [moved from board/qemu/arm-versatile/linux-2.6.38.config with 100% similarity]
board/qemu/arm-versatile/readme.txt [new file with mode: 0644]
configs/qemu_arm_versatile_defconfig

diff --git a/board/qemu/arm-versatile/readme.txt b/board/qemu/arm-versatile/readme.txt
new file mode 100644 (file)
index 0000000..834b0e0
--- /dev/null
@@ -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.
index e4a70245c15078561c60d99d921ed4cbee8acfce..b629ba9907f435033dabf614a4016c9e0003d327 100644 (file)
@@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-2.6.38.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.1.config"
 BR2_LINUX_KERNEL_ZIMAGE=y