summaryrefslogtreecommitdiff
path: root/android/images
diff options
context:
space:
mode:
Diffstat (limited to 'android/images')
-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 56c2ce0..273b468 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 juno.img.bz2 | sudo dd bs=64k of=$DRIVE
+bzcat juno.img.bz2 | sudo dd 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 9d33af9..f34c5e2 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 juno.img.bz2 | sudo dd bs=64k of=$DRIVE
+bzcat juno.img.bz2 | sudo dd of=$DRIVE
When the image is created, skip down to the section "Booting the image".