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>
This commit is contained in:
Scott Rifenbark 2012-01-11 23:35:36 -06:00 committed by Richard Purdie
parent 495d37ab0b
commit b8cb28fc2f
1 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@
</literallayout>
Alternatively, you can start with the downloaded Poky "edison" tarball:
<literallayout class='monospaced'>
$ tar xfj poky-edison-6.0.tar.bz2
$ tar xfj poky-edison-6.0.1.tar.bz2
$ cd poky
</literallayout>
<note>If you're using the tarball method, you can ignore all the following steps that
@ -130,7 +130,7 @@
Again, be sure that you are already in the <filename>poky</filename> directory
as described previously:
<literallayout class='monospaced'>
$ tar xfj crownbay-noemgd-edison-6.0.0.tar.bz2
$ tar xfj crownbay-noemgd-edison-6.0.1.tar.bz2
$ cd meta-intel
</literallayout>
</para>
@ -610,13 +610,13 @@
copy the <filename>.hddimage</filename>, located in the
<filename>poky/build/tmp/deploy/images</filename>
directory after a successful build to the flash drive.
Assuming the USB flash drive takes device <filename>/dev/sdf</filename>,
Assuming the USB flash drive takes device <filename>/dev/sdc</filename>,
use <filename>dd</filename> to copy the live image to it.
For example:
<literallayout class='monospaced'>
# dd if=core-image-sato-mymachine-20111101223904.hddimg of=/dev/sdf
# dd if=core-image-sato-mymachine-20120111232235.hddimg of=/dev/sdc
# sync
# eject /dev/sdf
# eject /dev/sdc
</literallayout>
You should now have a bootable USB flash device.
</para>