summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-25 12:41:41 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-25 12:41:41 +0100
commitf31ab77f8ff07ab43b3f25e1ad58a117ce619fa0 (patch)
treea90f0596cd105c17e7ccb443ae00f217d5dcdc67 /openembedded
parent5b08e594ab07622ffdd882672b1fedd37b804585 (diff)
14.06: sync and update firmware and UEFI instructions
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/juno-lsk/INSTALL.textile51
1 files changed, 34 insertions, 17 deletions
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index ab7baa1..5e022ce 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -6,13 +6,14 @@ h2. Installation
Linaro OpenEmbedded releases are made up of the following components.
-| *.img.gz | pre-built images for minimal, LAMP and LEG root filesystems |
+| *.img.gz | pre-built images for minimal and LAMP root filesystems |
| hwpack_*.tar.gz | hardware pack |
| linaro-image-*.rootfs.tar.gz | a choice of Root file system (RootFS) images |
| Image | kernel used by UEFI |
| juno_bl1.bin | ARM Trused Firmware BL1 binary |
| juno_fip.bin | ARM Trused Firmware Firmware Image Package (FIP) binary |
| juno.dtb | Device Tree Binary |
+| board_recovery_image_0.7.5.zip | Juno board firmware recovery image |
Other files such as *.manifest, *.txt and *.html provide information such as package contents or MD5SUMs about the files they share a common filename with.
@@ -25,7 +26,7 @@ Linaro provides two methods for installing Linaro binary builds:
h2. Pre-Installation Steps
-Before any installation begins, it is important that you ensure your board has the latest firmware installed. Please see "Juno Board Recovery Image and MCC firmware update" below for the latest updates and installation instructions. The 14.06 release has been tested with Firmware version 0.7.1, but we always recommend that users install the latest version available.
+Before any installation begins, it is important that you ensure your board has the latest "firmware":#firmware installed. Please see "Juno Board Recovery Image and MCC firmware update":#firmware below for the latest updates and installation instructions. The 14.06 release has been formally QA tested with Firmware version 0.7.1 and sanity tested with Firmware version 0.7.5, but we always recommend that users install the latest version available.
h2. Using pre-built image
@@ -33,9 +34,8 @@ h3. Prerequisites
* Ubuntu 12.04 64 bit or newer on your desktop PC ("www.ubuntu.com":http://www.ubuntu.com)
* 2GB USB drive or larger
-* Latest firmware installed onto the board. Please see "Firmware Update tab":https://releases.linaro.org/14.06/openembedded/juno-lsk/#tabs-4.
-* Download the pre-built image for this release
-bc. wget http://releases.linaro.org/14.06/openembedded/juno-lsk/*minimal*.img.gz
+* Latest firmware installed onto the board. Please see "Juno Board Recovery Image and MCC firmware update":#firmware section below
+* This release pre-built image, which you can download from the above list of artifacts
h3. Installation Steps
@@ -43,24 +43,24 @@ h3. Installation Steps
* Insert USB drive into your PC and note the assigned @'/dev/sdX'@
bc. dmesg
-DISK=/dev/sdX # USB drive found from dmesg above
-zcat http://releases.linaro.org/14.06/openembedded/juno-lsk/*minimal*.img.gz | sudo dd bs=64k of=$DISK
+DRIVE=/dev/sdX # USB drive found from dmesg above
+zcat *minimal*.img.gz | sudo dd bs=64k of=$DRIVE
When the image is created, skip down to the section "Booting the image".
-*Note:* Windows users may use the "Image Writer for Windows.":https://launchpad.net/win32-image-writer/+download
+*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download
<hr>
h2. Building a custom image using pre-built components
-Sometimes, you may wish to build your own custom image for a board. Perhaps you wish to use a more recent snapshot of the "hardware pack":https://wiki.linaro.org/HardwarePacks or take the latest Android build. Whatever the reason, you will want to use the "Linaro Image Tools":https://wiki.linaro.org/Linaro-Image-Tools to create a custom image.
+Sometimes, you may wish to build your own custom image for your board. Perhaps you wish to use a more recent snapshot of the "hardware pack":https://wiki.linaro.org/HardwarePacks or take the latest Android build. Whatever the reason, you will want to use the "Linaro Image Tools":https://wiki.linaro.org/Linaro-Image-Tools to create a custom image.
Using components to generate the image will yield the same functionality found in the pre-built image of the same release.
h3. Prerequisites
-* Ubuntu 12.04 64 bit or newer on your desktop PC ("www.ubuntu.com":http://www.ubuntu.com)
+* 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
* Get "Linaro image tools":https://wiki.linaro.org/Linaro-Image-Tools. There are multiple ways you can get the latest Linaro Image Tools:
@@ -74,7 +74,7 @@ sudo apt-get install linaro-image-tools
bc. wget http://releases.linaro.org/14.06/components/platform/linaro-image-tools/linaro-image-tools-2014.06.tar.gz
-* Insert USB drive and note the assigned @'/dev/sdX'@ or @'/dev/mmcblk0'@
+* Insert the USB drive and note the assigned @'/dev/sdX'@ or @'/dev/mmcblk0'@
bc. dmesg | less
@@ -82,11 +82,11 @@ Look for a line that looks like the following at the end of the log
@[288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 <sdc5 sdc6 >@
-Or, if your machine uses '/dev/mmcblkX', you may see a line line this:
+Or, if your machine uses @'/dev/mmcblkX'@, you may see a line line this:
@[10770.938042] mmcblk0: p1 p2 p3 p4 < p5 p6 >@
-*WARNING:* In the next step, make sure you use /dev/"whatever you see above". *You can erase your hard drive* with the wrong parameter.
+*WARNING:* In the next step, make sure you use @/dev/"whatever you see above"@. *You can erase your hard drive* with the wrong parameter.
* Create media
@@ -96,7 +96,22 @@ h2. Booting the image
After the media create tool has finished executing, remove the USB drive from your PC and insert it into the board.
-Before you can boot the image you will need to install the latest firmware on the board. The instructions below provide information on how to do this. See the "UEFI wiki":https://wiki.linaro.org/ARM/UEFI#Configure_UEFI for more information on how to configure UEFI to boot disk images.
+Before you can boot the image you will need to install the latest "firmware":#firmware on the board. The "instructions below":#firmware provide information on how to do this.
+
+See the "UEFI wiki":https://wiki.linaro.org/ARM/UEFI#Configure_UEFI for more information on how to configure UEFI to boot disk images.
+
+In general terms, you use the UEFI Boot Manager to configure the "Boot Device":
+* select USB device's boot partition after selecting option "@[1] Add Boot Device Entry@", then:
+
+bc. File path of the EFI Application or the kernel: Image
+Has FDT support? [y/n] y
+Add an initrd: [y/n] n
+Arguments to pass to the binary: console=ttyAMA0,115200 rootwait root=/dev/sda2
+
+* select option @"[4] Update FDT path"@ from the Boot Menu, choose the boot partition, then:
+
+bc. File path of the FDT blob: juno\juno.dtb
+
h2. DS-5 Configuration Files for Juno
@@ -120,7 +135,7 @@ b.      Location, which must be the directory that you extracted the DS-5 c
 
-h2. Juno Board Recovery Image and MCC firmware update
+h2(#firmware). Juno Board Recovery Image and MCC firmware update
This section describes how to reset all firmware images to their factory default state. This procedure is also the only way that you can install updates to the MCC firmware.
@@ -150,8 +165,10 @@ The configuration flash memory should now be visible on the host computer as a m
6.      If you wish to update the MCC firmware only then skip to step 7. Otherwise, for a full system recovery, format the configuration flash memory (FAT16).
-7.      Extract the board recovery image to the root directory of the configuration flash memory, preserving the directory structure.
+7.      Extract the board recovery image ("board_recovery_image_0.7.5.zip":http://releases.linaro.org/14.06/android/images/armv8-android-juno-lsk/board_recovery_image_0.7.5.zip) to the root directory of the configuration flash memory, preserving the directory structure.
+
+8.      Safely eject the mass storage device, giving it time to write the files to the internal storage.
-8.      Press the red ON/OFF button on the rear panel of the board and wait for reprogramming to complete.
+9.      Press the red ON/OFF button on the rear panel of the board and wait for reprogramming to complete.
The board will load the default configuration and boot up.