summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-12-28 11:49:21 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-28 22:13:05 +0100
commitaa0b16d8690e8db9b2dc30291407e7bcc082596a (patch)
tree7ec7281c7ce9b96a845463f8ea020103995f5fc0 /board
parent872421d2ef9015aa7c3f8634b006a19e54cb2ff6 (diff)
downloadbuildroot-aa0b16d8690e8db9b2dc30291407e7bcc082596a.tar.gz
buildroot-aa0b16d8690e8db9b2dc30291407e7bcc082596a.zip
configs/qemu: update to the latest kernel/headers versions
Used to test the new default binutils 2.24 (all passed). Also update the virtex readme since the dtb is in output/images as well. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/qemu/ppc-virtex-ml507/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/ppc-virtex-ml507/readme.txt b/board/qemu/ppc-virtex-ml507/readme.txt
index 5713970141..f8bf150264 100644
--- a/board/qemu/ppc-virtex-ml507/readme.txt
+++ b/board/qemu/ppc-virtex-ml507/readme.txt
@@ -1,6 +1,6 @@
Run the emulation with:
- qemu-system-ppc -M virtex-ml507 -kernel output/images/vmlinux -m 256 -nographic -append "console=ttyS0" -dtb virtex440-ml507.dtb
+ qemu-system-ppc -M virtex-ml507 -kernel output/images/vmlinux -m 256 -nographic -append "console=ttyS0" -dtb output/images/virtex440-ml507.dtb
The login prompt will appear in the terminal that started Qemu.
OpenPOWER on IntegriCloud