summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-08-26 10:44:04 +0300
committerRiku Voipio <riku.voipio@linaro.org>2014-08-26 10:45:03 +0300
commitb6cc549dd8a9f96dd21653b41308a1139b6418b4 (patch)
tree0f41a55f4ff09d28276336cb0defcc5ae60ec2f7
parent5a1baf00891705168805cde3c073d08c567e75d3 (diff)
Fix QEMU links
Well, perhaps I should have read the textile reference before assuming I can have the url in quotes... Change-Id: I890d08a20bff21417156d74e6f2d12daa6ec5409 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
-rw-r--r--INSTALL.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.textile b/INSTALL.textile
index c10bbfd..a2591df 100644
--- a/INSTALL.textile
+++ b/INSTALL.textile
@@ -163,11 +163,11 @@ Details of the Foundation Model's command line options can be found in the "Foun
h3. Using QEMU
-QEMU supports ARMv8 since "2.1 release":"http://wiki.qemu.org/ChangeLog/2.1#ARM". To boot up Linaro image with QEMU, you will need the kernel (filename Image) and selected prebuilt image (file=vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-XYZ.img.gz). Uncompress the downloaded image and run:
+QEMU supports ARMv8 since "2.1 release":http://wiki.qemu.org/ChangeLog/2.1#ARM. To boot up Linaro image with QEMU, you will need the kernel (filename Image) and selected prebuilt image (vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-XYZ.img.gz). Uncompress the downloaded image and run:
bc. qemu-system-aarch64 -m 1024 -cpu cortex-a57 -nographic -machine virt \
-kernel Image -append 'root=/dev/vda2 rw rootwait mem=1024M console=ttyAMA0,38400n8' \
-netdev user,id=user0 -device virtio-net-device,netdev=user0 -device virtio-blk-device,drive=disk \
-drive if=none,id=disk,file=vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-XYZ.img
-See "QEMU manual":"http://qemu.weilnetz.de/qemu-doc.html" for details on installing and using Qemu.
+See "QEMU manual":http://qemu.weilnetz.de/qemu-doc.html for details on installing and using Qemu.