diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-07 08:27:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-07 22:49:03 +0200 |
commit | 5324b41283e1a1c1bff98b013cf463c64151aec9 (patch) | |
tree | 6577ac21cd6f0e25bb978d19b8f381559cd4cef1 /board/qemu/powerpc-mpc8544ds | |
parent | 6dbdf34629d0b0b139bf8962ce982fb9dba842c9 (diff) | |
download | buildroot-novena-5324b41283e1a1c1bff98b013cf463c64151aec9.tar.gz buildroot-novena-5324b41283e1a1c1bff98b013cf463c64151aec9.zip |
qemu/ppc-mpc8544ds: add new sample config
Add new powerpc-mpc8544ds sample qemu config.
Useful for SPE ABI testing.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/powerpc-mpc8544ds')
-rw-r--r-- | board/qemu/powerpc-mpc8544ds/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/qemu/powerpc-mpc8544ds/readme.txt b/board/qemu/powerpc-mpc8544ds/readme.txt new file mode 100644 index 000000000..6ecdc4b2b --- /dev/null +++ b/board/qemu/powerpc-mpc8544ds/readme.txt @@ -0,0 +1,6 @@ +Run the emulation with: + + qemu-system-ppc -M mpc8544ds -kernel output/images/vmlinux -serial stdio + +The login prompt will appear in the terminal that started Qemu. + |