[meta-freescale] [Documentation][PATCH] UG: tweak dd operand when writing image to sdcard

Bob Cochran yocto at mindchasers.com
Fri Nov 7 06:59:58 PST 2014


conf is an invalid operand; change it to conv

Signed-off-by: Bob Cochran <yocto at mindchasers.com>
---
 user-guide/source/nsteps.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user-guide/source/nsteps.rst b/user-guide/source/nsteps.rst
index fd8894c..c1dbabe 100644
--- a/user-guide/source/nsteps.rst
+++ b/user-guide/source/nsteps.rst
@@ -41,7 +41,7 @@ Build and boot in *N*-steps
     build $ sudo dd if=tmp/deploy/images/<selected machine>/<selected image>-<selected machine>.sdcard \
                     of=/dev/sdX \
                     bs=1M \
-                    conf=fsync
+                    conv=fsync
 
 7. Place your SD Card in the correct board's slot and boot!
 
-- 
1.7.9.5



More information about the meta-freescale mailing list