summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2013-11-19 17:48:12 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2013-11-19 17:48:55 +0000
commite384c4487602bd4e1afdedf2cbe2792e109e44a5 (patch)
tree68b70b29b3104c15f943b17046b076cf19f7d84d
parente8fb750558b8a69dd45a019687e5f43680c17917 (diff)
13.11: android-lsk: change YY.MM links to 13.11
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/vexpress-lsk/HOWTO_getsourceandbuild.txt10
-rw-r--r--android/vexpress-lsk/HOWTO_install.txt10
-rw-r--r--android/vexpress-lsk/HOWTO_releasenotes.txt6
-rw-r--r--android/vexpress-lsk/HOWTO_rtsm.txt8
4 files changed, 17 insertions, 17 deletions
diff --git a/android/vexpress-lsk/HOWTO_getsourceandbuild.txt b/android/vexpress-lsk/HOWTO_getsourceandbuild.txt
index f2337f2..2a3da04 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/13.10/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.
+Run the "linaro_android_build_cmds.sh":http://releases.linaro.org/13.11/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/13.10/android/vexpress-lsk/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
-* "Source Manifest":http://releases.linaro.org/13.10/android/vexpress-lsk/source-manifest.xml
+* "Pinned Manifest":http://releases.linaro.org/13.11/android/vexpress-lsk/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
+* "Source Manifest":http://releases.linaro.org/13.11/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/13.10/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/13.10/android/vexpress-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/13.11/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/13.11/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/13.10/android/vexpress-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/13.11/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 7d31a3d..1c30fe7 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/13.10/android/vexpress-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/13.11/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/13.10/android/vexpress-lsk/boot.tar.bz2
-wget http://releases.linaro.org/13.10/android/vexpress-lsk/system.tar.bz2
-wget http://releases.linaro.org/13.10/android/vexpress-lsk/userdata.tar.bz2
+bc. wget http://releases.linaro.org/13.11/android/vexpress-lsk/boot.tar.bz2
+wget http://releases.linaro.org/13.11/android/vexpress-lsk/system.tar.bz2
+wget http://releases.linaro.org/13.11/android/vexpress-lsk/userdata.tar.bz2
* Download "Linaro image tools":https://wiki.linaro.org/Linaro-Image-Tools which can be obtained in two ways:
@@ -56,7 +56,7 @@ sudo apt-get install linaro-image-tools
** Method 2: Building from source
-bc. wget http://releases.linaro.org/13.10/components/platform/linaro-image-tools/linaro-image-tools-2013.10.tar.gz
+bc. wget http://releases.linaro.org/13.11/components/platform/linaro-image-tools/linaro-image-tools-2013.11.tar.gz
* Insert SD card and note the assigned @'/dev/sdX'@ or @'/dev/mmcblk0'@
diff --git a/android/vexpress-lsk/HOWTO_releasenotes.txt b/android/vexpress-lsk/HOWTO_releasenotes.txt
index 97460b5..cb9f125 100644
--- a/android/vexpress-lsk/HOWTO_releasenotes.txt
+++ b/android/vexpress-lsk/HOWTO_releasenotes.txt
@@ -1,4 +1,4 @@
-h1. Linaro Stable Kernel (LSK) 13.10 Release for Versatile Express (Android)
+h1. Linaro Stable Kernel (LSK) 13.11 Release for Versatile Express (Android)
p. The Linaro Stable Kernel (LSK) is produced, validated and released by Linaro and is based on the linux stable kernel tree. It is produced to satisfy the requirements of Linaro members. The LSK focuses on quality and stability and is therefore a great basis for member products. It also includes backports of commonly desired features, provided they meet the quality requirements, and also any bug fixes.
@@ -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 Real-Time System Model ("RTSM":http://www.arm.com/products/tools/software-tools/ds-5/rtsm-simulator.php). 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/13.10/android/vexpress-lsk/#tabs-3 tab).
+p. This release includes Linaro Android Jelly Bean for both Versatile Express and Real-Time System Model ("RTSM":http://www.arm.com/products/tools/software-tools/ds-5/rtsm-simulator.php). 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/13.11/android/vexpress-lsk/#tabs-3 tab).
h2. About the TC2 Engineering Build
@@ -16,7 +16,7 @@ The TC2 CoreTile is the first example of a big.LITTLE system shipped by ARM and
The release contains the big.LITTLE MP patchset developed by ARM. This patchset is hosted by Linaro and can be found in the linked "git repository":https://git.linaro.org/gitweb?p=arm/big.LITTLE/mp.git;a=shortlog;h=refs/heads/big-LITTLE-MP-latest. These patches have been developed and rigorously tested in order to enable the ARM Versatile Express V2P-CA15_A7 CoreTile (TC2) to run in full MP mode. This functionality has been optimised for energy and performance bringing it close to the Cortex-A7 (LITTLE) in energy consumption with near Cortex-A15 (big) performance. The patchset also includes optimizations that provide a considerable performance uplift across a wide range of benchmarks. The functionality introduced by this patchset is stable and ready for use on other platforms. Note that at present this LSK release is the reference point for big.LITTLE MP functionality.
-The patches in the big.LITTLE MP patchset are generic and applicable to big.LITTLE systems with minimal porting effort. To ease porting, the patches are also available as an isolated package located "here":https://wiki.linaro.org/ARM/VersatileExpress?action=AttachFile&do=get&target=big-LITTLE-MP-scheduler-patchset-13.10-lsk.tar.bz2. This package may be used directly by partners interested in porting the big.LITTLE MP scheduler functionality to their custom platform. Please contact "ARM support":mailto:support-sw@arm.com?subject=Query%20about%20ARM%20big.LITTLE%20MP%20patchset%20package in case of any queries related to this package.
+The patches in the big.LITTLE MP patchset are generic and applicable to big.LITTLE systems with minimal porting effort. To ease porting, the patches are also available as an isolated package located "here":https://wiki.linaro.org/ARM/VersatileExpress?action=AttachFile&do=get&target=big-LITTLE-MP-scheduler-patchset-13.11-lsk.tar.bz2. This package may be used directly by partners interested in porting the big.LITTLE MP scheduler functionality to their custom platform. Please contact "ARM support":mailto:support-sw@arm.com?subject=Query%20about%20ARM%20big.LITTLE%20MP%20patchset%20package in case of any queries related to this package.
Also provided is optional configurable kernel support for an implementation of ARM's Power State Co-ordination Interface (PSCI). This support is disabled by default. To use PSCI support you will require secure firmware that is currently available to ARM licensees upon request to ARM. Please contact "ARM support":mailto:support-sw@arm.com?subject=Access%20to%20PSCI to get access to the firmware code.
diff --git a/android/vexpress-lsk/HOWTO_rtsm.txt b/android/vexpress-lsk/HOWTO_rtsm.txt
index 625c793..599ddca 100644
--- a/android/vexpress-lsk/HOWTO_rtsm.txt
+++ b/android/vexpress-lsk/HOWTO_rtsm.txt
@@ -23,7 +23,7 @@ sudo apt-get install linaro-image-tools
** Method 2: Build from source
-bc. wget http://releases.linaro.org/13.10/components/platform/linaro-image-tools/linaro-image-tools-2013.10.tar.gz
+bc. wget http://releases.linaro.org/13.11/components/platform/linaro-image-tools/linaro-image-tools-2013.11.tar.gz
h2. Create a 2GB image file
@@ -31,9 +31,9 @@ RTSM will only deal with file systems up to 2GB in size, however the Linaro pre-
The following command downloads all the Android OS components necessary to make up a complete Android image.
-bc. wget http://releases.linaro.org/13.10/android/vexpress-lsk/boot.tar.bz2
-wget http://releases.linaro.org/13.10/android/vexpress-lsk/system.tar.bz2
-wget http://releases.linaro.org/13.10/android/vexpress-lsk/userdata.tar.bz2
+bc. wget http://releases.linaro.org/13.11/android/vexpress-lsk/boot.tar.bz2
+wget http://releases.linaro.org/13.11/android/vexpress-lsk/system.tar.bz2
+wget http://releases.linaro.org/13.11/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.