From 79e288f1fd0b1b3d95ffeefc1f45ceddcd4039e3 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 24 Oct 2011 16:42:10 -0300 Subject: [PATCH] qemu_arm_versatile: use kernel 3.1 and add readme Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- .../arm-versatile/{linux-2.6.38.config => linux-3.1.config} | 0 board/qemu/arm-versatile/readme.txt | 6 ++++++ configs/qemu_arm_versatile_defconfig | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) rename board/qemu/arm-versatile/{linux-2.6.38.config => linux-3.1.config} (100%) create mode 100644 board/qemu/arm-versatile/readme.txt diff --git a/board/qemu/arm-versatile/linux-2.6.38.config b/board/qemu/arm-versatile/linux-3.1.config similarity index 100% rename from board/qemu/arm-versatile/linux-2.6.38.config rename to 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 0000000000..834b0e006c --- /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. diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig index e4a70245c1..b629ba9907 100644 --- a/configs/qemu_arm_versatile_defconfig +++ b/configs/qemu_arm_versatile_defconfig @@ -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 -- 2.30.2