REL 1.0
Page 17 of 69
iWave Systems Technologies Pvt. Ltd.
iW-RainboW-G15D Linux User Manual
2.2.7
Yocto build
This section provides the detailed information and process for building the yocto binaries.
Open a terminal window and change the directory to yocto setup path.
$cd ~/<path to iwg15-release-bsp>/iwg15-release-bsp/
To setup environment build path, execute the below command. This is required only once on switching of
every new terminal window.
$MACHINE=imx6qdl-iwg15-q7 source setup-environment build_iwg15
To compile the yocto file system, execute the below command.
$bitbake fsl-image-gui
To re-build the yocto image, execute the below commands.
$bitbake -f fsl-image-gui
After the successful compilation the binaries will be placed in below path.
~/<path to iwg15-release-bsp>/iwg15-release-bsp/build_iwg15/tmp/deploy/images/imx6qdl-iwg15-
q7/
The binary files are listed below
fsl-image-gui-imx6qdl-iwg15-<date & time>.rootfs.tar.bz2
zImage--<revision>-imx6*-iwg15m-q7_*-<date & time>.dtb
zImage--<revision>-imx6qdl-iwg15m-q7-<date & time>.bin
u-boot-imx6qdl-iwg15-<revision>.imx
Rename the binary files as mentioned below
fsl-image-gui-imx6qdl-iwg15-<date & time>.rootfs.tar.bz2
--> rootfs.tar.bz2
zImage--<revision>-imx6*-iwg15m-q7_*-<date & time>.dtb
--> imx6*-iwg15m-q7*.dtb
zImage--<revision>-imx6qdl-iwg15m-q7-<date & time>.bin
--> zImage
u-boot-imx6qdl-iwg15-<revision>.imx
--> u-boot.imx
Refer the BINARY PROGRAMMING section to update the Linux kernel binary.