diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-02-18 16:30:41 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-19 22:57:17 +0100 |
commit | 53d2eaaaca78f6c3c14d765a7735d9c8a1f44691 (patch) | |
tree | db985475c4e345b72c13d5a9378f968539a0b2c1 /board | |
parent | 6fdc1c3b55cbdf04502ca99986c13a0d3c80f6c9 (diff) | |
download | buildroot-novena-53d2eaaaca78f6c3c14d765a7735d9c8a1f44691.tar.gz buildroot-novena-53d2eaaaca78f6c3c14d765a7735d9c8a1f44691.zip |
qemu/ppc-g3beige: update readme and use kernel 3.2.6
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-g3beige/linux-3.2.config (renamed from board/qemu/powerpc-g3beige/linux-3.1.config) | 0 | ||||
-rw-r--r-- | board/qemu/powerpc-g3beige/readme.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/powerpc-g3beige/linux-3.1.config b/board/qemu/powerpc-g3beige/linux-3.2.config index 098dae30a..098dae30a 100644 --- a/board/qemu/powerpc-g3beige/linux-3.1.config +++ b/board/qemu/powerpc-g3beige/linux-3.2.config diff --git a/board/qemu/powerpc-g3beige/readme.txt b/board/qemu/powerpc-g3beige/readme.txt index 1006af9aa..a481b11dd 100644 --- a/board/qemu/powerpc-g3beige/readme.txt +++ b/board/qemu/powerpc-g3beige/readme.txt @@ -1,6 +1,6 @@ Run the emulation with: - qemu-system-ppc -M g3beige -kernel vmlinux -hda rootfs.ext2 -append "console=ttyS0 root=/dev/hdc" -serial stdio + qemu-system-ppc -M g3beige -kernel output/images/vmlinux -hda output/images/rootfs.ext2 -append "console=ttyS0 root=/dev/hdc" -serial stdio The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. |