summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-26 21:12:11 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-26 21:12:11 +0100
commit498baf75753d7066cc2ef861fd7492605c68eb40 (patch)
treead4e626632336a33102099b586d674acdcd88367 /android
parent014fe528cb7f7c9d2198d03fa5e135fe86582950 (diff)
14.06: update for juno.img.bz2
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt2
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index 878ccbf..b887e76 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -43,7 +43,7 @@ h3. Installation Steps
bc. dmesg
DRIVE=/dev/sdX # USB drive found from dmesg above
-bzcat vexpress.img.bz2 | sudo dd bs=64k of=$DRIVE
+bzcat juno.img.bz2 | sudo dd bs=64k of=$DRIVE
When the image is created, skip down to the section "Booting the image".
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 83212a8..e3bc405 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -43,7 +43,7 @@ h3. Installation Steps
bc. dmesg
DRIVE=/dev/sdX # USB drive found from dmesg above
-bzcat vexpress.img.bz2 | sudo dd bs=64k of=$DRIVE
+bzcat juno.img.bz2 | sudo dd bs=64k of=$DRIVE
When the image is created, skip down to the section "Booting the image".