diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 25413c97ca..810a689975 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -688,21 +688,37 @@ - Build a Minimal Image for MinnowBoard MAX: - Use the following command to build the minimal image for + Build an Image for MinnowBoard MAX: + The type of image you build depends on your goals. + For example, the previous build created a + core-image-sato image, which is an + image with Sato support. + It is possible to build many image types for the MinnowBoard MAX. - Because configuration changes are minimal to set up for - this second build, the OpenEmbedded build system can + Some possibilities are core-image-base, + which is a console-only image. + Another choice could be a + core-image-full-cmdline, which is + another console-only image but has more full-features + Linux system functionality installed. + For types of images you can build using the Yocto + Project, see the + "Images" + chapter in the Yocto Project Reference Manual. + Because configuration changes are minimal to set up + for this second build, the OpenEmbedded build system can re-use files from previous builds as much as possible. Re-using files means this second build will be much faster than an initial build. + For this example, the core-image-base + image is built: $ bitbake core-image-minimal - Once the build completes, the resulting basic console image + Once the build completes, the resulting console-only image is located in the Build Directory here: - tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.hddimg + tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.hddimg Write the Image: @@ -713,7 +729,7 @@ scripts/contrib/mkefidisk.sh: $ sudo $HOME/source/poky/scripts/contrib/mkefidisk.sh HOST_DEVICE \ - tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.hddimg TARGET_DEVICE + tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.hddimg TARGET_DEVICE In the previous command, HOST_DEVICE is the device node