summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-11 23:35:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:55 +0000
commitb8cb28fc2fc2a3d9f2535dff1e5eb2c5a646d32d (patch)
tree44b03fb0d4c8dfc613691c6e15e21752c0e8420c /documentation
parent495d37ab0bdd8871b7831d06c6baff47ca221e4b (diff)
downloadpoky-b8cb28fc2fc2a3d9f2535dff1e5eb2c5a646d32d.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: dd example updated
After building the BSP example the dd example command is being updated with new image. (From yocto-docs rev: ed9dc2a1af1c1160d03b0b12f06c91028120f177) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 5a4b9c2572..e788de4ec8 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -42,7 +42,7 @@
42 </literallayout> 42 </literallayout>
43 Alternatively, you can start with the downloaded Poky "edison" tarball: 43 Alternatively, you can start with the downloaded Poky "edison" tarball:
44 <literallayout class='monospaced'> 44 <literallayout class='monospaced'>
45 $ tar xfj poky-edison-6.0.tar.bz2 45 $ tar xfj poky-edison-6.0.1.tar.bz2
46 $ cd poky 46 $ cd poky
47 </literallayout> 47 </literallayout>
48 <note>If you're using the tarball method, you can ignore all the following steps that 48 <note>If you're using the tarball method, you can ignore all the following steps that
@@ -130,7 +130,7 @@
130 Again, be sure that you are already in the <filename>poky</filename> directory 130 Again, be sure that you are already in the <filename>poky</filename> directory
131 as described previously: 131 as described previously:
132 <literallayout class='monospaced'> 132 <literallayout class='monospaced'>
133 $ tar xfj crownbay-noemgd-edison-6.0.0.tar.bz2 133 $ tar xfj crownbay-noemgd-edison-6.0.1.tar.bz2
134 $ cd meta-intel 134 $ cd meta-intel
135 </literallayout> 135 </literallayout>
136 </para> 136 </para>
@@ -610,13 +610,13 @@
610 copy the <filename>.hddimage</filename>, located in the 610 copy the <filename>.hddimage</filename>, located in the
611 <filename>poky/build/tmp/deploy/images</filename> 611 <filename>poky/build/tmp/deploy/images</filename>
612 directory after a successful build to the flash drive. 612 directory after a successful build to the flash drive.
613 Assuming the USB flash drive takes device <filename>/dev/sdf</filename>, 613 Assuming the USB flash drive takes device <filename>/dev/sdc</filename>,
614 use <filename>dd</filename> to copy the live image to it. 614 use <filename>dd</filename> to copy the live image to it.
615 For example: 615 For example:
616 <literallayout class='monospaced'> 616 <literallayout class='monospaced'>
617 # dd if=core-image-sato-mymachine-20111101223904.hddimg of=/dev/sdf 617 # dd if=core-image-sato-mymachine-20120111232235.hddimg of=/dev/sdc
618 # sync 618 # sync
619 # eject /dev/sdf 619 # eject /dev/sdc
620 </literallayout> 620 </literallayout>
621 You should now have a bootable USB flash device. 621 You should now have a bootable USB flash device.
622 </para> 622 </para>