diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-07 19:34:07 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-08 08:30:44 +0200 |
commit | 332687c8fdf9720dd7ccfe188a38a353def88c0b (patch) | |
tree | 0e4fa321193b6c038095f3eb28c7338bbc4dc4f2 /board/qemu/sparc-ss10 | |
parent | 0fbee81a64c7f0d572e2084212b9db7cef2a6def (diff) | |
download | buildroot-novena-332687c8fdf9720dd7ccfe188a38a353def88c0b.tar.gz buildroot-novena-332687c8fdf9720dd7ccfe188a38a353def88c0b.zip |
configs/qemu: bump relevant config versions
While at it add the missing network interfaces to configurations that
support it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/sparc-ss10')
-rw-r--r-- | board/qemu/sparc-ss10/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/qemu/sparc-ss10/readme.txt b/board/qemu/sparc-ss10/readme.txt index 3f70a0364..b177c4459 100644 --- a/board/qemu/sparc-ss10/readme.txt +++ b/board/qemu/sparc-ss10/readme.txt @@ -1,8 +1,8 @@ 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 + 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 -net nic,model=lance -net user The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.4.0 +Tested with QEMU 1.4.2 |