summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 11:48:56 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 11:48:56 +0100
commitd7598b2f6eee019b971a2e7cc3f1e7ea3807edcb (patch)
tree739a7893aae56f0738eeb1f9fc64ddcbe34fc946
parent07d0887c207650e98663663d866f2b6dc798ce5e (diff)
14.06: dec->dev typo
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, 3 insertions, 3 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index e8138ae..7c3f779 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -64,7 +64,7 @@ Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX juno.img
$ sync
-$ sudo eject /dec/sdX
+$ sudo eject /dev/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 59c4845..f4f1060 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -64,7 +64,7 @@ Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX juno.img
$ sync
-$ sudo eject /dec/sdX
+$ sudo eject /dev/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 ac3deaf..40fd7c9 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -67,7 +67,7 @@ Once you are ready, run the following commands:
bc. $ sudo cmp /dev/sdX *minimal*.img
$ sync
-$ sudo eject /dec/sdX
+$ sudo eject /dev/sdX
Replace @*minimal*.img.gz@ with the full filename of the prebuilt image you are attempting to write to the disk.