summaryrefslogtreecommitdiff
path: root/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/images/armv8-juice-juno-lsk/HOWTO_install.txt')
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt6
1 files changed, 4 insertions, 2 deletions
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