September 2016
Intermediate to advanced
989 pages
24h 10m
English
Building images for one of the supported boards (for example, Wandboard Quad) follows the same process we described earlier for the QEMU machines, with the exception of using the setup-environment script, which is a wrapper around oe-init-build-env.
To build an image for the wandboard-quad machine, use the following commands:
$ cd /opt/yocto/fsl-community-bsp $ mkdir -p wandboard-quad $ MACHINE=wandboard-quad source setup-environment wandboard-quad $ bitbake core-image-minimal
The current version of the setup-environment script only works if the build directory is under the installation folder; in our case, /opt/yocto/fsl-community-bsp.
The setup-environment script will create a build
Read now
Unlock full access