summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 11:30:10 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 11:30:10 +0100
commitd050b1cb5b6d03dd0e12522b15a0a032ec111d63 (patch)
treea86246e1b70e4afe3c8dce4b88c590cc3c24deaa
parenta38b60a53581ea4db8f7b81e4b65c395c879a0cd (diff)
14.06: sync and eject
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt2
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt2
-rw-r--r--openembedded/juno-lsk/INSTALL.textile2
3 files changed, 6 insertions, 0 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index c161ae5..e8138ae 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -63,6 +63,8 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX juno.img
+$ sync
+$ sudo eject /dec/sdX
When you are confident that the image was created successfully, skip down to the section "Booting the image".
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 0fa047e..59c4845 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -63,6 +63,8 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX juno.img
+$ sync
+$ sudo eject /dec/sdX
When you are confident that the image was created successfully, skip down to the section "Booting the image".
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index 5eedc67..ac3deaf 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -66,6 +66,8 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX *minimal*.img
+$ sync
+$ sudo eject /dec/sdX
Replace @*minimal*.img.gz@ with the full filename of the prebuilt image you are attempting to write to the disk.