[meta-freescale] [Documentation][PATCH v2 2/2] UG: nsteps.rst: add <selected machine> to the path to the .sdcard file

Mario Domenech Goulart mario at ossystems.com.br
Mon Sep 8 08:26:23 PDT 2014


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

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 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



More information about the meta-freescale mailing list