summaryrefslogtreecommitdiff
path: root/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt')
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
deleted file mode 100644
index 17004e2..0000000
--- a/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-h2. License
-
-The use of Juno software is subject to the terms of the Juno "End User License Agreement":https://releases.linaro.org/latest/android/images/armv8-android-juno-lsk/#tabs-5.
-
-h1. Accessing Source Code
-
-h2. Linaro Android Source Code
-
-Run the "linaro_android_build_cmds.sh":http://releases.linaro.org/latest/android/images/armv8-android-juno-lsk/linaro_android_build_cmds.sh script, it will download the entire source code for both Android and the kernel and attempt to build it.
-
-The pinned and source manifests can be found here:
-
-* "Pinned Manifest":http://releases.linaro.org/latest/android/images/armv8-android-juno-lsk/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
-* "Source Manifest":http://releases.linaro.org/latest/android/images/armv8-android-juno-lsk/source-manifest.xml
-
-h2. Compiling Linaro Android RootFS+Kernel
-
-The following simple steps download, install and compile a complete Linaro Android distribution
-
-* Download and install Ubuntu 14.04 64 bit or newer ("download":http://www.ubuntu.com)
-* Accept the EULA and download the Mali graphics (vendor.tar.bz2) libraries from "here":https://releases.linaro.org/latest/android/images/armv8-android-juno-lsk/vendor.tar.bz2
-* Download the Android building script for this build from "here":http://releases.linaro.org/latest/android/images/armv8-android-juno-lsk/linaro_android_build_cmds.sh or from the list of artifacts listed above.
-
-* Run the script
-
-bc. chmod a+x linaro_android_build_cmds.sh
-./linaro_android_build_cmds.sh -o $PWD/vendor.tar.bz2 -m pinned-manifest.xml
-
-h3. Installing Android on your board
-
-bc. cd android/out/target/product/juno
-sudo linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
-
-Insert the USB drive into your board and reboot it. You must configure UEFI each time you create a new disk image.