Also fix a small typo at the same line (s/select machine/selected machine/)

Signed-off-by: Mario Domenech Goulart <[email protected]>
---
 user-guide/source/nsteps.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user-guide/source/nsteps.rst b/user-guide/source/nsteps.rst
index a5922c6..faaa711 100644
--- a/user-guide/source/nsteps.rst
+++ b/user-guide/source/nsteps.rst
@@ -35,10 +35,10 @@ Build and boot in *N*-steps
     # Type '$ dmesg | tail' to see the device node being used, e.g /dev/sdb
     # In case the SD to be flashed has already some partitions, the host 
system may have 
     # mounted these, so unmount them, e.g. '$ sudo umount /dev/sdb?'.
-    build $ ls -la 'tmp/deploy/images/*.sdcard'
+    build $ ls -la 'tmp/deploy/images/<selected machine>/*.sdcard'
 
     # Flash the soft link one
-    build $ sudo dd if=tmp/deploy/images/<selected image>-<select 
machine>.sdcard \
+    build $ sudo dd if=tmp/deploy/images/<selected machine>/<selected 
image>-<selected machine>.sdcard \
                     of=/dev/sdX \
                     bs=1M \
                     conf=fsync
-- 
1.7.10.4

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to