summaryrefslogtreecommitdiffstats
path: root/meta-sys940x
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:51:34 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:51:34 -0600
commit11fc51c05f378b7fef2f5879e8e1f11d7046e85b (patch)
treea493ad23b780a1b3710f9381da2749df596d9205 /meta-sys940x
parentbbdd8ab766b715084d0fe350a659ad0df6eed55d (diff)
downloadmeta-intel-11fc51c05f378b7fef2f5879e8e1f11d7046e85b.tar.gz
meta-sys940x: Use the symlink to the actual image in README
Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sys940x')
-rw-r--r--meta-sys940x/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sys940x/README b/meta-sys940x/README
index f63d3c9d..57f64f23 100644
--- a/meta-sys940x/README
+++ b/meta-sys940x/README
@@ -152,7 +152,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
152takes device /dev/sdf, use dd to copy the live image to it. For 152takes device /dev/sdf, use dd to copy the live image to it. For
153example: 153example:
154 154
155# dd if=core-image-sato-sys940x-20101207053738.hddimg of=/dev/sdf 155# dd if=core-image-sato-sys940x.hddimg of=/dev/sdf
156# sync 156# sync
157# eject /dev/sdf 157# eject /dev/sdf
158 158