summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames King <james.king@arm.com>2015-12-16 17:09:07 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-12-18 16:41:36 +0000
commit02dc7c9ace76cb0976965ceede11ebd0832a9d75 (patch)
tree5e74ea0f71e62731dafbd095782e6155cff9614d
parent4b321b0ae6766452b38183761c0f1f3e02e00148 (diff)
Fix the now broken binary paths15.06
Signed-off-by: James King <james.king@arm.com>
-rw-r--r--members/arm/platforms/README.textile12
1 files changed, 6 insertions, 6 deletions
diff --git a/members/arm/platforms/README.textile b/members/arm/platforms/README.textile
index 587186e..d7632c5 100644
--- a/members/arm/platforms/README.textile
+++ b/members/arm/platforms/README.textile
@@ -106,13 +106,13 @@ h3(#down-bins). 2.3 Downloading the filesystem binaries
Ignore this section if you want to boot BusyBox
-For Juno Android, download "juno.img.bz2":https://releases.linaro.org/latest/android/reference-lcr/juno/juno.img.bz2 (accept the EULA to download)
+For Juno Android, download "juno.img.bz2":https://releases.linaro.org/15.06/android/reference-lcr/juno/juno.img.bz2 (accept the EULA to download)
-For FVP Android, download "fvp.img.bz2":https://releases.linaro.org/latest/android/reference-lcr/fvp/fvp.img.bz2
+For FVP Android, download "fvp.img.bz2":https://releases.linaro.org/15.06/android/reference-lcr/fvp/fvp.img.bz2
-For any platform minimal OE, download "lt-vexpress64-openembedded_minimal-armv8-gcc-4.9_20150620-722.img.gz":https://releases.linaro.org/latest/openembedded/juno-lsk/lt-vexpress64-openembedded_minimal-armv8-gcc-4.9_20150620-722.img.gz
+For any platform minimal OE, download "lt-vexpress64-openembedded_minimal-armv8-gcc-4.9_20150620-722.img.gz":https://releases.linaro.org/15.06/openembedded/juno-lsk/lt-vexpress64-openembedded_minimal-armv8-gcc-4.9_20150620-722.img.gz
-For any platform LAMP OE, download "lt-vexpress64-openembedded_lamp-armv8-gcc-4.9_20150620-722.img.gz":https://releases.linaro.org/latest/openembedded/juno-lsk/lt-vexpress64-openembedded_lamp-armv8-gcc-4.9_20150620-722.img.gz
+For any platform LAMP OE, download "lt-vexpress64-openembedded_lamp-armv8-gcc-4.9_20150620-722.img.gz":https://releases.linaro.org/15.06/openembedded/juno-lsk/lt-vexpress64-openembedded_lamp-armv8-gcc-4.9_20150620-722.img.gz
Unpack the compressed image file.
@@ -124,8 +124,8 @@ bc. sudo dd if=<downloaded file>.img of=/dev/sd<x>
(where @<x>@ is the letter corresponding to the USB stick)
-For Juno Android, download "ramdisk.img":https://releases.linaro.org/latest/android/reference-lcr/juno/ramdisk.img or
-for FVP Android, download "ramdisk.img":https://releases.linaro.org/latest/android/reference-lcr/fvp/ramdisk.img
+For Juno Android, download "ramdisk.img":https://releases.linaro.org/15.06/android/reference-lcr/juno/ramdisk.img or
+for FVP Android, download "ramdisk.img":https://releases.linaro.org/15.06/android/reference-lcr/fvp/ramdisk.img
and copy to the root directory of your workspace.
h3(#build). 2.4 Building the software