summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-25 09:31:57 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-25 09:31:57 +0100
commitc2f5c85098b9f8661aa7d69896e581b5d3029ce4 (patch)
tree2afce3f33546aedf70e877f8e84d542afb2cea19 /android
parent2c89b81a9df607502ef9edf8bd21353cb71dee55 (diff)
14.06: fix old armv7-lsk links
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/vexpress-lsk/HOWTO_getsourceandbuild.txt10
-rw-r--r--android/vexpress-lsk/HOWTO_install.txt8
-rw-r--r--android/vexpress-lsk/HOWTO_releasenotes.txt2
-rw-r--r--android/vexpress-lsk/HOWTO_rtsm.txt6
4 files changed, 13 insertions, 13 deletions
diff --git a/android/vexpress-lsk/HOWTO_getsourceandbuild.txt b/android/vexpress-lsk/HOWTO_getsourceandbuild.txt
index 1b700cf..cf38352 100644
--- a/android/vexpress-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/vexpress-lsk/HOWTO_getsourceandbuild.txt
@@ -2,16 +2,16 @@ h1. Accessing Source Code
h2. Linaro Android JB Source Code
-Run the "linaro_android_build_cmds.sh":http://releases.linaro.org/14.06/android/armv7-lsk/linaro_android_build_cmds.sh, it will download the entire source code for both Android JB and the kernel and attempt to build it.
+Run the "linaro_android_build_cmds.sh":http://releases.linaro.org/14.06/android/vexpress-lsk/linaro_android_build_cmds.sh, it will download the entire source code for both Android JB and the kernel and attempt to build it.
The pinned and source manifests can be found here:
-* "Pinned Manifest":http://releases.linaro.org/14.06/android/armv7-lsk/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
-* "Source Manifest":http://releases.linaro.org/14.06/android/armv7-lsk/source-manifest.xml
+* "Pinned Manifest":http://releases.linaro.org/14.06/android/vexpress-lsk/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
+* "Source Manifest":http://releases.linaro.org/14.06/android/vexpress-lsk/source-manifest.xml
h2. Kernel Source Code
-Obtain the exact *kernel source code* for this cycle by using the "linaro_kernel_build_cmds.sh":http://releases.linaro.org/14.06/android/armv7-lsk/linaro_kernel_build_cmds.sh script to download the source and build it. You can get the kernel configuration from "here":http://releases.linaro.org/14.06/android/armv7-lsk/kernel_config (listed above)
+Obtain the exact *kernel source code* for this cycle by using the "linaro_kernel_build_cmds.sh":http://releases.linaro.org/14.06/android/vexpress-lsk/linaro_kernel_build_cmds.sh script to download the source and build it. You can get the kernel configuration from "here":http://releases.linaro.org/14.06/android/vexpress-lsk/kernel_config (listed above)
h2. Compiling Linaro Android RootFS+Kernel
@@ -24,7 +24,7 @@ bc. sudo apt-get install zip curl flex bison build-essential git-core gnupg gper
gcc-multilib g++-multilib libc6-dev-i386 ia32-libs lib32z-dev gcc-4.5 g++-4.5 cpp-4.5 gcc-4.5-multilib g++-4.5-multilib \
uboot-mkimage uuid-dev openjdk-6-jdk ant lib32ncurses5-dev xsltproc
-* Download the Android building script for this release from "here":http://releases.linaro.org/14.06/android/armv7-lsk/linaro_android_build_cmds.sh or from the list of artifacts listed above.
+* Download the Android building script for this release from "here":http://releases.linaro.org/14.06/android/vexpress-lsk/linaro_android_build_cmds.sh or from the list of artifacts listed above.
* Run the script
diff --git a/android/vexpress-lsk/HOWTO_install.txt b/android/vexpress-lsk/HOWTO_install.txt
index 4fcfc01..6e1e18a 100644
--- a/android/vexpress-lsk/HOWTO_install.txt
+++ b/android/vexpress-lsk/HOWTO_install.txt
@@ -14,7 +14,7 @@ h3. Prerequisites
* Ubuntu 12.04 64 bit or newer on your desktop PC, which you can download from "www.ubuntu.com":http://www.ubuntu.com
* 4GB SD card or larger
* Latest firmware installed onto the Versatile Express. Please see "Firmware Update" tab
-* This release pre-built image (vexpress.img.bz2), which you can downloaded from the above list of artifacts or just click "here":http://releases.linaro.org/14.06/android/armv7-lsk/vexpress.img.bz2
+* This release pre-built image (vexpress.img.bz2), which you can downloaded from the above list of artifacts or just click "here":http://releases.linaro.org/14.06/android/vexpress-lsk/vexpress.img.bz2
h3. Installation Steps
@@ -42,9 +42,9 @@ h3. Prerequisites
* Ubuntu 12.04 64 bit or newer on your desktop PC, which you can download from "www.ubuntu.com":http://www.ubuntu.com
* Download Artifacts from above or use the following command in your terminal
-bc. wget http://releases.linaro.org/14.06/android/armv7-lsk/boot.tar.bz2
-wget http://releases.linaro.org/14.06/android/armv7-lsk/system.tar.bz2
-wget http://releases.linaro.org/14.06/android/armv7-lsk/userdata.tar.bz2
+bc. wget http://releases.linaro.org/14.06/android/vexpress-lsk/boot.tar.bz2
+wget http://releases.linaro.org/14.06/android/vexpress-lsk/system.tar.bz2
+wget http://releases.linaro.org/14.06/android/vexpress-lsk/userdata.tar.bz2
* Download "Linaro image tools":https://wiki.linaro.org/Linaro-Image-Tools which can be obtained in two ways:
diff --git a/android/vexpress-lsk/HOWTO_releasenotes.txt b/android/vexpress-lsk/HOWTO_releasenotes.txt
index 31be584..f141c1f 100644
--- a/android/vexpress-lsk/HOWTO_releasenotes.txt
+++ b/android/vexpress-lsk/HOWTO_releasenotes.txt
@@ -6,7 +6,7 @@ p. Linaro releases monthly binary images for the ARM "Versatile Express":http://
p. For support matters related to ARM hardware or firmware images downloaded from ARM sites, please contact "ARM support":mailto:support@arm.com
-p. This release includes Linaro Android Jelly Bean for both Versatile Express and Fast Models. The images are able to boot A5, A9 and TC2 using UEFI. Sources are also made available so you can build your own images (see the "'Building from Source'":https://releases.linaro.org/14.06/android/armv7-lsk/#tabs-3 tab).
+p. This release includes Linaro Android Jelly Bean for both Versatile Express and Fast Models. The images are able to boot A5, A9 and TC2 using UEFI. Sources are also made available so you can build your own images (see the "'Building from Source'":https://releases.linaro.org/14.06/android/vexpress-lsk/#tabs-3 tab).
h2. About the TC2 Engineering Build
diff --git a/android/vexpress-lsk/HOWTO_rtsm.txt b/android/vexpress-lsk/HOWTO_rtsm.txt
index 8095eb8..31ed027 100644
--- a/android/vexpress-lsk/HOWTO_rtsm.txt
+++ b/android/vexpress-lsk/HOWTO_rtsm.txt
@@ -31,9 +31,9 @@ Fast Models will only deal with file systems up to 2GB in size, however the Lina
The following command downloads all the Android OS components necessary to make up a complete Android image.
-bc. wget http://releases.linaro.org/14.06/android/armv7-lsk/boot.tar.bz2
-wget http://releases.linaro.org/14.06/android/armv7-lsk/system.tar.bz2
-wget http://releases.linaro.org/14.06/android/armv7-lsk/userdata.tar.bz2
+bc. wget http://releases.linaro.org/14.06/android/vexpress-lsk/boot.tar.bz2
+wget http://releases.linaro.org/14.06/android/vexpress-lsk/system.tar.bz2
+wget http://releases.linaro.org/14.06/android/vexpress-lsk/userdata.tar.bz2
Using the @linaro-android-media-create@, which is part of the @linaro-image-tools@, you can combine all the components into a single image.