From 0d975eee19c99db2461a88a04135fd10fae85c78 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Mon, 30 Jun 2014 08:28:56 +0100 Subject: 14.06: remove mmcblkX Signed-off-by: Ryan Harkin --- android/images/armv8-android-juno-lsk/HOWTO_install.txt | 8 ++------ android/images/armv8-juice-juno-lsk/HOWTO_install.txt | 8 ++------ openembedded/juno-lsk/INSTALL.textile | 8 ++------ 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 @ -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 @ -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 @ -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 -- cgit v1.2.3