diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 10 |
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> |