summaryrefslogtreecommitdiff
path: root/android/lcr/images/lcr-reference-juno/HOWTO_install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/lcr/images/lcr-reference-juno/HOWTO_install.txt')
-rw-r--r--android/lcr/images/lcr-reference-juno/HOWTO_install.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/android/lcr/images/lcr-reference-juno/HOWTO_install.txt b/android/lcr/images/lcr-reference-juno/HOWTO_install.txt
new file mode 100644
index 0000000..c11eac5
--- /dev/null
+++ b/android/lcr/images/lcr-reference-juno/HOWTO_install.txt
@@ -0,0 +1,35 @@
+h2. Get artifacts
+
+Click on each link to download:
+* boot.tar.bz2
+* system.tar.bz2
+* userdata.tar.bz2
+
+h2. Get linaro image tools
+
+Run these commands to get all the dependencies for linaro-image-tools and the tip of linaro-image-tools
+
+<pre>
+ $ sudo add-apt-repository ppa:linaro-maintainers/tools
+ $ sudo apt-get update
+ $ sudo apt-get install linaro-image-tools
+</pre>
+
+If you’re using a “tip” build then we suggest you use the tip of linaro-image-tools from http://git.linaro.org/ci/linaro-image-tools.git
+
+h2. Flash Linaro tarball images on USB drive
+Create mmc image:
+
+pre. $ linaro-android-media-create --image_file mmc.img --image_size 2000M --dev vexpress --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
+
+If you're using tip of linaro image tools
+
+pre. $ ./linaro-image-tools/linaro-android-media-create --image_file mmc.img --image_size 2000M --dev vexpress --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
+
+Flash the mmc.img to USB drive:
+
+pre. $ dd if=mmc.img of=/dev/sda(?) bs=4096 conv=notrunc,noerror
+
+h2. Configure Juno boot time UEFI configuration
+
+Stop at UEFI prompt and select the Shell item, it will boot up directly for you.