summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-02-26 11:01:44 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-02-26 11:01:44 +0000
commit7503f84eb328d364e94686260782abad325169aa (patch)
treef3ca3309cdd14a5303feb1d335f7103d283a273b
parente637382b8c87e37b76f08057cb908ee522f61883 (diff)
15.02: update board_recovery_image to point directly to git repo
Change-Id: I4375e9e050e857de45f9896480fd35d40f459848 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt2
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt3
-rw-r--r--members/arm/openembedded/juno-lsk/HACKING.textile2
-rw-r--r--members/arm/openembedded/juno-lsk/INSTALL.textile3
4 files changed, 4 insertions, 6 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
index 1408919..37e01e9 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -229,7 +229,7 @@ $ make fiptool
bc. $ export PATH=$JUNO_ROOT_DIR/arm-trusted-firmware/tools/fip_create:$PATH
-3. Download the "firmware image artefacts":https://releases.linaro.org/15.02/members/arm/android/images/armv8-android-juno-lsk/board_recovery_image-0.10.1-linaro3.tar.bz2 and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
+3. Download the "firmware image artefacts":https://git.linaro.org/arm/vexpress-firmware.git/blob/5df1188de898f9eb44b9d8ed45408e6fe95fc8ba:/board_recovery_image.tar.bz2 and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
4. Gather the binary files (the following example is for release builds only).
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index eed1719..a3afd53 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -13,7 +13,6 @@ Linaro Android releases are made up of the following components.
| juno.dtb | Device Tree Binary |
| ramdisk.img | Ramdisk image |
| linaro_android_build_cmds.sh | Build script for the complete Android release |
-| board_recovery_image_0.10.1.zip | Latest 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.
@@ -319,7 +318,7 @@ The configuration flash memory should now be visible on the host computer as a m
6. If you wish to update one or more of the firmware components then skip to step 7. Otherwise, for a full system recovery, format the configuration flash memory (FAT16).
-7. Extract the board recovery image ("board_recovery_image-0.10.1-linaro3.tar.bz2":https://releases.linaro.org/15.02/members/arm/android/images/armv8-android-juno-lsk/board_recovery_image-0.10.1-linaro3.tar.bz2) to the root directory of the configuration flash memory, preserving the directory structure.
+7. Extract the board recovery image ("board_recovery_image.tar.bz2":https://git.linaro.org/arm/vexpress-firmware.git/blob/5df1188de898f9eb44b9d8ed45408e6fe95fc8ba:/board_recovery_image.tar.bz2) to the root directory of the configuration flash memory, preserving the directory structure.
8. If you are performing a system recovery or installing an update from ARM then skip to step 9. Otherwise if you wish to install firmware images that you have "built yourself":https://releases.linaro.org/15.02/members/arm/android/images/armv8-android-juno-lsk/#tabs-3 then delete the bl1.bin and fip.bin from the /SOFTWARE/ directory in the configuration flash memory, and copy your own bl1.bin and fip.bin images into that directory to replace them.
diff --git a/members/arm/openembedded/juno-lsk/HACKING.textile b/members/arm/openembedded/juno-lsk/HACKING.textile
index 6800c35..af8e8fb 100644
--- a/members/arm/openembedded/juno-lsk/HACKING.textile
+++ b/members/arm/openembedded/juno-lsk/HACKING.textile
@@ -217,7 +217,7 @@ $ make fiptool
bc. $ export PATH=$JUNO_ROOT_DIR/arm-trusted-firmware/tools/fip_create:$PATH
-3. Download the "firmware image artefacts":https://releases.linaro.org/15.02/members/arm/openembedded/juno-lsk/board_recovery_image-0.10.1-linaro3.tar.bz2 and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
+3. Download the "firmware image artefacts":https://git.linaro.org/arm/vexpress-firmware.git/blob/5df1188de898f9eb44b9d8ed45408e6fe95fc8ba:/board_recovery_image.tar.bz2 and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
4. Gather the binary files (the following example is for release builds only).
diff --git a/members/arm/openembedded/juno-lsk/INSTALL.textile b/members/arm/openembedded/juno-lsk/INSTALL.textile
index 36de8c9..8aaafb3 100644
--- a/members/arm/openembedded/juno-lsk/INSTALL.textile
+++ b/members/arm/openembedded/juno-lsk/INSTALL.textile
@@ -13,7 +13,6 @@ Linaro OpenEmbedded releases are made up of the following components.
| 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.10.1.zip | Latest 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.
@@ -324,7 +323,7 @@ The configuration flash memory should now be visible on the host computer as a m
6. If you wish to update one or more of the firmware components then skip to step 7. Otherwise, for a full system recovery, format the configuration flash memory (FAT16).
-7. Extract the board recovery image ("board_recovery_image-0.10.1-linaro3.tar.bz2":https://releases.linaro.org/15.02/members/arm/openembedded/juno-lsk/board_recovery_image-0.10.1-linaro3.tar.bz2) to the root directory of the configuration flash memory, preserving the directory structure.
+7. Extract the board recovery image ("board_recovery_image.tar.bz2":https://git.linaro.org/arm/vexpress-firmware.git/blob/5df1188de898f9eb44b9d8ed45408e6fe95fc8ba:/board_recovery_image.tar.bz2) to the root directory of the configuration flash memory, preserving the directory structure.
8. If you are performing a system recovery or installing an update from ARM then skip to step 9. Otherwise if you wish to install firmware images that you have "built yourself":https://releases.linaro.org/15.02/members/arm/openembedded/juno-lsk/#tabs-3 then delete the bl1.bin and fip.bin from the /SOFTWARE/ directory in the configuration flash memory, and copy your own bl1.bin and fip.bin images into that directory to replace them.