From e9412e3abb5332e1b55b50400ca7b5db60a7dffd Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 7 May 2012 04:06:03 +0000 Subject: qemu/arm-vexpress: add new sample config By popular demand! Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- board/qemu/arm-vexpress/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/qemu/arm-vexpress/readme.txt (limited to 'board/qemu') diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt new file mode 100644 index 000000000..0d3631c72 --- /dev/null +++ b/board/qemu/arm-vexpress/readme.txt @@ -0,0 +1,6 @@ +Run the emulation with: + + qemu-system-arm -M vexpress-a9 -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=sd -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. -- cgit v1.2.3