summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 09:27:07 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 09:33:57 +0100
commita38b60a53581ea4db8f7b81e4b65c395c879a0cd (patch)
tree232de2e061b1152126809900335afbdbb43e4735
parent50e22e4414116f57cfe6c4e2ba5ab3af4ac11cb5 (diff)
14.06: pointless reshuffle
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt9
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt9
-rw-r--r--openembedded/juno-lsk/INSTALL.textile10
3 files changed, 10 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 67c1af6..c161ae5 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -51,17 +51,12 @@ DRIVE=/dev/sdX # USB drive found from dmesg above
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".
-
After you have created the disk image and before you remove the USB drive from your system, you should make sure you wait for all writes to the USB drive to complete.
The following commands may help with this:
bc. $ sync
-$ sudo eject /dev/sdX
-
-Where /dev/sdX is the device node for the USB drive as discovered in the instructions above.
+$ sudo eject $DRIVE
You should also ensure that you have written the image to the USB drive correctly. To do this, after running the eject command, physically remove the USB drive from the system and re-connect the USB drive again. You must unmount all partitions on the USB drive at this point. Note, due to disconnecting and reconnecting the drive, the device path /dev/sdX may have changed. You should check the @dmesg@ output again to ensure that you know the correct path of your USB drive.
@@ -69,6 +64,8 @@ Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX juno.img
+When you are confident that the image was created successfully, skip down to the section "Booting the image".
+
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download
<hr>
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 9331773..0fa047e 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -51,17 +51,12 @@ DRIVE=/dev/sdX # USB drive found from dmesg above
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".
-
After you have created the disk image and before you remove the USB drive from your system, you should make sure you wait for all writes to the USB drive to complete.
The following commands may help with this:
bc. $ sync
-$ sudo eject /dev/sdX
-
-Where /dev/sdX is the device node for the USB drive as discovered in the instructions above.
+$ sudo eject $DRIVE
You should also ensure that you have written the image to the USB drive correctly. To do this, after running the eject command, physically remove the USB drive from the system and re-connect the USB drive again. You must unmount all partitions on the USB drive at this point. Note, due to disconnecting and reconnecting the drive, the device path /dev/sdX may have changed. You should check the @dmesg@ output again to ensure that you know the correct path of your USB drive.
@@ -69,6 +64,8 @@ Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX juno.img
+When you are confident that the image was created successfully, skip down to the section "Booting the image".
+
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download
<hr>
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index 1962acc..5eedc67 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -54,16 +54,12 @@ sudo dd if=*minimal*.img of=$DRIVE
Replace @*minimal*.img.gz@ with the full filename of the prebuilt image you are attempting to write to the disk.
-When the image is created, skip down to the section "Booting the image".
-
After you have created the disk image and before you remove the USB drive from your system, you should make sure you wait for all writes to the USB drive to complete.
The following commands may help with this:
bc. $ sync
-$ sudo eject /dev/sdX
-
-Where /dev/sdX is the device node for the USB drive as discovered in the instructions above.
+$ sudo eject $DRIVE
You should also ensure that you have written the image to the USB drive correctly. To do this, after running the eject command, physically remove the USB drive from the system and re-connect the USB drive again. You must unmount all partitions on the USB drive at this point. Note, due to disconnecting and reconnecting the drive, the device path /dev/sdX may have changed. You should check the @dmesg@ output again to ensure that you know the correct path of your USB drive.
@@ -71,7 +67,9 @@ Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX *minimal*.img
-Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.
+Replace @*minimal*.img.gz@ with the full filename of the prebuilt image you are attempting to write to the disk.
+
+When you are confident that the image was created successfully, skip down to the section "Booting the image".
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download