From a38b60a53581ea4db8f7b81e4b65c395c879a0cd Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Mon, 30 Jun 2014 09:27:07 +0100 Subject: 14.06: pointless reshuffle Signed-off-by: Ryan Harkin --- openembedded/juno-lsk/INSTALL.textile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'openembedded') 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 -- cgit v1.2.3