summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.