summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-01-05 13:30:17 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-06 10:30:58 +0100
commit37f488843cb7d5c2cca3d6455e5a19808e3c70eb (patch)
tree79e6df2a39c370145b31873b4a86a5734589f757 /board
parent2c0b0ab8993c380aa9fe479dba7497a1c28a9cb4 (diff)
qemu/mipsel-malta: update readme and use kernel version 3.2
Update configuration to use kernel version 3.2 Also update the readme to use buildroot basedir as a reference for kernel and rootfs like the other samples do. 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/mipsel-malta/linux-3.2.config (renamed from board/qemu/mipsel-malta/linux-3.1.config)0
-rw-r--r--board/qemu/mipsel-malta/readme.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/mipsel-malta/linux-3.1.config b/board/qemu/mipsel-malta/linux-3.2.config
index b51de4b8d..b51de4b8d 100644
--- a/board/qemu/mipsel-malta/linux-3.1.config
+++ b/board/qemu/mipsel-malta/linux-3.2.config
diff --git a/board/qemu/mipsel-malta/readme.txt b/board/qemu/mipsel-malta/readme.txt
index b49497645..94e959df9 100644
--- a/board/qemu/mipsel-malta/readme.txt
+++ b/board/qemu/mipsel-malta/readme.txt
@@ -1,6 +1,6 @@
Run the emulation with:
- qemu-system-mipsel -M malta -kernel vmlinux -serial stdio -hda rootfs.ext2 -append "root=/dev/hda"
+ qemu-system-mipsel -M malta -kernel output/images/vmlinux -serial stdio -hda output/images/rootfs.ext2 -append "root=/dev/hda"
The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer. No keyboard support has been