summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:28:56 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:33:00 +0100
commit0d975eee19c99db2461a88a04135fd10fae85c78 (patch)
treea14b831000a4c95f50a6f4459a1e89dc0f344e45
parentdddf64d418638557b27ff72dc96a501875f389d1 (diff)
14.06: remove mmcblkX
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt8
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt8
-rw-r--r--openembedded/juno-lsk/INSTALL.textile8
3 files changed, 6 insertions, 18 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index 52d600f..b174dff 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -46,7 +46,7 @@ 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 driver
+* Write the image to the drive
bzcat juno.img.bz2 | sudo dd of=$DRIVE
@@ -95,7 +95,7 @@ sudo apt-get install linaro-image-tools
bc. wget http://releases.linaro.org/14.06/components/platform/linaro-image-tools/linaro-image-tools-2014.06.tar.gz
-* Insert the USB drive and note the assigned @'/dev/sdX'@ or @'/dev/mmcblk0'@
+* Insert the USB drive and note the assigned @'/dev/sdX'@
bc. dmesg | less
@@ -103,10 +103,6 @@ Look for a line that looks like the following at the end of the log
@[288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 <sdc5 sdc6 >@
-Or, if your machine uses @'/dev/mmcblkX'@, you may see a line line this:
-
-@[10770.938042] mmcblk0: p1 p2 p3 p4 < p5 p6 >@
-
*WARNING:* In the next step, make sure you use @/dev/"whatever you see above"@. *You can erase your hard drive* with the wrong parameter.
* Create media
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index c58fe1f..e4b68ea 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -46,7 +46,7 @@ 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 driver
+* Write the image to the drive
bzcat juno.img.bz2 | sudo dd of=$DRIVE
@@ -93,7 +93,7 @@ sudo apt-get install linaro-image-tools
bc. wget http://releases.linaro.org/14.06/components/platform/linaro-image-tools/linaro-image-tools-2014.06.tar.gz
-* Insert the USB drive and note the assigned @'/dev/sdX'@ or @'/dev/mmcblk0'@
+* Insert the USB drive and note the assigned @'/dev/sdX'@
bc. dmesg | less
@@ -101,10 +101,6 @@ Look for a line that looks like the following at the end of the log
@[288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 <sdc5 sdc6 >@
-Or, if your machine uses @'/dev/mmcblkX'@, you may see a line line this:
-
-@[10770.938042] mmcblk0: p1 p2 p3 p4 < p5 p6 >@
-
*WARNING:* In the next step, make sure you use @/dev/"whatever you see above"@. *You can erase your hard drive* with the wrong parameter.
* Create media
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index f543bc6..f7bd50e 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -47,7 +47,7 @@ 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 driver
+* Write the image to the drive
zcat *minimal*.img.gz | sudo dd of=$DRIVE
Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.
@@ -95,7 +95,7 @@ sudo apt-get install linaro-image-tools
bc. wget http://releases.linaro.org/14.06/components/platform/linaro-image-tools/linaro-image-tools-2014.06.tar.gz
-* Insert the USB drive and note the assigned @'/dev/sdX'@ or @'/dev/mmcblk0'@
+* Insert the USB drive and note the assigned @'/dev/sdX'@
bc. dmesg | less
@@ -103,10 +103,6 @@ Look for a line that looks like the following at the end of the log
@[288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 <sdc5 sdc6 >@
-Or, if your machine uses @'/dev/mmcblkX'@, you may see a line line this:
-
-@[10770.938042] mmcblk0: p1 p2 p3 p4 < p5 p6 >@
-
*WARNING:* In the next step, make sure you use @/dev/"whatever you see above"@. *You can erase your hard drive* with the wrong parameter.
* Create media