diff options
author | Gustavo Zacarias | 2011-11-11 22:12:47 +0100 |
---|---|---|
committer | Peter Korsgaard | 2011-11-11 22:15:15 +0100 |
commit | 5ae731063619966f58ed8b58eeeda6cda5b0ed25 (patch) | |
tree | 158607a53eeb3228ddc3899bf6ee5c4e3e765f7f /board | |
parent | uClibc: fix sparc build breakage (diff) | |
download | buildroot-5ae731063619966f58ed8b58eeeda6cda5b0ed25.tar.gz buildroot-5ae731063619966f58ed8b58eeeda6cda5b0ed25.tar.xz buildroot-5ae731063619966f58ed8b58eeeda6cda5b0ed25.zip |
qemu_sparc: add new qemu defconfig
Add a new qemu sample config for the SPARC architecture.
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/sparc-ss10/readme.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/qemu/sparc-ss10/readme.txt b/board/qemu/sparc-ss10/readme.txt new file mode 100644 index 000000000..5f01efa07 --- /dev/null +++ b/board/qemu/sparc-ss10/readme.txt @@ -0,0 +1,7 @@ +Run the emulation with: + + qemu-system-sparc -M SS-10 -kernel output/images/zImage -drive file=output/images/rootfs.ext2 -append "root=/dev/sda console=ttyS0,115200" -serial stdio + +The login prompt will appear in the terminal that started Qemu. +The graphical window is the framebuffer. + |