summaryrefslogtreecommitdiff
path: root/android/images
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 09:12:49 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 09:12:49 +0100
commit50e22e4414116f57cfe6c4e2ba5ab3af4ac11cb5 (patch)
treef4c9ce91630cd00ec54141912b7e30d9d501a32c /android/images
parenta345b6bb00765482dd32f603bb738494ef87e0c7 (diff)
14.06: fix problems with cmp and zipped images
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'android/images')
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt6
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt6
2 files changed, 8 insertions, 4 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index 06b0b7f..67c1af6 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -47,7 +47,9 @@ DRIVE=/dev/sdX # USB drive found from dmesg above
* Unmount all partitions on the drive
** If you do not unmount all of the USB drive's partitions, you run the risk that the image will not be created successfully.
* Write the image to the drive
-bzcat juno.img.bz2 | sudo dd of=$DRIVE
+
+bc. bunzip2 juno.img.bz2
+sudo dd if=juno.img of=$DRIVE
When the image is created, skip down to the section "Booting the image".
@@ -65,7 +67,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $ sudo cmp /dev/sdX juno.img.bz2
+bc. $ sudo cmp /dev/sdX juno.img
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 6235c32..9331773 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -47,7 +47,9 @@ DRIVE=/dev/sdX # USB drive found from dmesg above
* Unmount all partitions on the drive
** If you do not unmount all of the USB drive's partitions, you run the risk that the image will not be created successfully.
* Write the image to the drive
-bzcat juno.img.bz2 | sudo dd of=$DRIVE
+
+bc. bunzip2 juno.img.bz2
+sudo dd if=juno.img of=$DRIVE
When the image is created, skip down to the section "Booting the image".
@@ -65,7 +67,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $ sudo cmp /dev/sdX juno.img.bz2
+bc. $ sudo cmp /dev/sdX juno.img
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download