summaryrefslogtreecommitdiff
path: root/openembedded
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 /openembedded
parent50e22e4414116f57cfe6c4e2ba5ab3af4ac11cb5 (diff)
14.06: pointless reshuffle
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/juno-lsk/INSTALL.textile10
1 files changed, 4 insertions, 6 deletions
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