From b8cb28fc2fc2a3d9f2535dff1e5eb2c5a646d32d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jan 2012 23:35:36 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') 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 @@ Alternatively, you can start with the downloaded Poky "edison" tarball: - $ tar xfj poky-edison-6.0.tar.bz2 + $ tar xfj poky-edison-6.0.1.tar.bz2 $ cd poky 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 poky directory as described previously: - $ tar xfj crownbay-noemgd-edison-6.0.0.tar.bz2 + $ tar xfj crownbay-noemgd-edison-6.0.1.tar.bz2 $ cd meta-intel @@ -610,13 +610,13 @@ copy the .hddimage, located in the poky/build/tmp/deploy/images directory after a successful build to the flash drive. - Assuming the USB flash drive takes device /dev/sdf, + Assuming the USB flash drive takes device /dev/sdc, use dd to copy the live image to it. For example: - # 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 You should now have a bootable USB flash device. -- cgit v1.2.3-54-g00ecf