summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-06-08 18:50:28 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-06-08 18:50:28 +0100
commit500c1c08c5d9c27c67bdb287c1675f4f515ee299 (patch)
tree37889e69e2450a3321080bf9b0e23d1c23cab0f8
parentefa32355c919deabf59506a77030fadba178d559 (diff)
15.05: update prebuilt instructions
Change-Id: I95f46c3866fa166e38994f8c18a6d717dd3ec7a6 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/platforms/README.textile14
1 files changed, 9 insertions, 5 deletions
diff --git a/members/arm/platforms/README.textile b/members/arm/platforms/README.textile
index b989705..ecb2e2c 100644
--- a/members/arm/platforms/README.textile
+++ b/members/arm/platforms/README.textile
@@ -156,10 +156,14 @@ Power cycle your Juno and it will copy and run the new software images.
h3(#prebuilt). 2.6 Installing prebuilt binaries your Juno
-If you want to use prebuilt firmware and kernel binaries rather than download and build the software as described above, they can be downloaded from:
+If you want to use prebuilt firmware and kernel binaries rather than download and build the software as described above, first, you should create a USB disk by following the instructions in "section 2.3":down-bins and then download the prebuilt firmware images for the latest release from "here":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-platforms.zip
-* "Linaro Stable Kernel (v3.10) + Android LCR":https://releases.linaro.org/15.04/android/lcr/armv8-android-juno-lsk
-* "Linaro Stable Kernel (v3.10) + OpenEmbedded Filesystem":https://releases.linaro.org/15.04/openembedded/juno-lsk
-* "Linaro Tracking Kernel (latest) + OpenEmbedded Filesystem":https://releases.linaro.org/15.04/openembedded/aarch64
+The pre-built ZIP contains the follow ZIP files that you unpack to the firmware volume on your board, depending upon the configuration you want:
-In each case follow the instructions in the Binary Image Installation tab to install
+| *Filename* | *Variant* | *Kernel* | *Bootloader* |
+| juno-lsk-android-uboot.zip | Android | LSK 3.10 | U-Boot |
+| juno-lsk-android-uefi.zip | Android | LSK 3.10 | UEFI |
+| juno-lsk-oe-uboot.zip | OpenEmbedded | LSK 3.10 | U-Boot |
+| juno-lsk-oe-uefi.zip | OpenEmbedded | LSK 3.10 | UEFI |
+| juno-latest-oe-uboot.zip | OpenEmbedded | latest | U-Boot |
+| juno-latest-oe-uefi.zip | OpenEmbedded | latest | UEFI |