summaryrefslogtreecommitdiff
path: root/android/images
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-27 16:43:13 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-27 16:43:13 +0100
commitbad52d16c8bef6f0864af228c9c47bdef307e246 (patch)
tree8873090dafe23de4822667eb746ab4aaa8552b9f /android/images
parentc683161be48a7e51b3b62c546eab324b8a3dbaa9 (diff)
14.06: remove bs=64k from Juno dd commands
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.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".