diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 987941c87f..eecca8ebd4 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -100,7 +100,7 @@
You need to have the base BSP layer on your development system.
Similar to the local Yocto Project files, you can get the BSP
- layer a couple of different ways:
+ layer in a couple of different ways:
download the BSP tarball and extract it, or set up a local Git repository that
has the Yocto Project BSP layers.
You should use the same method that you used to get the local Yocto Project files earlier.
@@ -282,7 +282,7 @@
- Changing recipes-bsp
+ Changing recipes-bsp
First, let's look at recipes-bsp.
@@ -299,7 +299,7 @@
- Changing recipes-graphics
+ Changing recipes-graphics
Now let's look at recipes-graphics.
@@ -320,7 +320,7 @@
- Changing recipes-core
+ Changing recipes-core
Now let's look at changes in recipes-core.
@@ -349,7 +349,7 @@
- Changing recipes-kernel
+ Changing recipes-kernel
Finally, let's look at recipes-kernel changes.
@@ -611,7 +611,7 @@
Finally, once you have an image, you can try booting it from a device
(e.g. a USB device).
To prepare a bootable USB device, insert a USB flash drive into your build system and
- copy the .hddimage, located in the
+ copy the .hddimg file, 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,
@@ -659,8 +659,8 @@
contents with the contents of atom-pc.conf and replace
xorg.conf with atom-pc xorg.conf
in meta-yocto and see if it fares any better.
- In any case, following the previous steps should
- probably give you a buildable and bootable image.
+ In any case, following the previous steps will give you a buildable image that
+ will probably boot on most systems.
Getting things working like you want
them to for your hardware will normally require some amount of experimentation with
configuration settings.