diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-12-06 08:59:34 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-10 22:23:22 +0100 |
commit | fe3fee8bb6153be041cc6b28b6eb92ede020ab75 (patch) | |
tree | 304001dbf1715770af70e3eff6fea354d63e8ae6 /board | |
parent | 190ef5bac13a1387b526309c194638bfdb6f6e23 (diff) | |
download | buildroot-novena-fe3fee8bb6153be041cc6b28b6eb92ede020ab75.tar.gz buildroot-novena-fe3fee8bb6153be041cc6b28b6eb92ede020ab75.zip |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board')
-rw-r--r-- | board/qemu/powerpc-virtex-ml507/readme.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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 |