From fe3fee8bb6153be041cc6b28b6eb92ede020ab75 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 6 Dec 2012 08:59:34 +0000 Subject: qemu/ppc-virtex-ml507: add new sample config Add new powerpc-virtex-ml507 sample qemu config. Useful for powerpc softfloat testing. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- board/qemu/powerpc-virtex-ml507/readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 board/qemu/powerpc-virtex-ml507/readme.txt (limited to 'board') diff --git a/board/qemu/powerpc-virtex-ml507/readme.txt b/board/qemu/powerpc-virtex-ml507/readme.txt new file mode 100644 index 000000000..0500a9575 --- /dev/null +++ b/board/qemu/powerpc-virtex-ml507/readme.txt @@ -0,0 +1,8 @@ +Run the emulation with: + + cp output/images/virtex440-ml507.dtb ppc.dtb + qemu-system-ppc -M virtex-ml507 -kernel output/images/vmlinux -m 256 -nographic -append "console=ttyS0" + +The login prompt will appear in the terminal that started Qemu. + +Tested with QEMU 1.2.0 -- cgit v1.2.3