
HARMAN_STCT_IOG1_USER_GUIDE Rev.
C1
18
gawk, wget, git-core, diffstat,
unzip, texinfo, gcc-multilib,
build-essential,
chrpath,
libsdl1.2-dev,
apt-file
1. Go to source/yocto directory
cd source/yocto/
2. Give command
MACHINE=imx6slzbha source ./setup-environment build
This command sets the build environment and automatically you will be moved to
build directory.
3. Give following command in build directory inorder to compile the images.
bitbake core-image-minimal
NOTE:
Yocto first time build will take more time and you need a working internet
connection for this build.
You will get images in the directory
s
ource/yocto/build/tmp/deploy/images/imx6slzbha/
The images are
u-boot.imx
- Boot loader image
uImage
–
Linux Kernel image
uImage-imx6sl-evk-ldo.dtb
–
Device tree image
core-image-minimal-imx6slzbha.tar.bz2
–
File system image(This need to be
converted to ramdisk format)
You can copy the uboot, uImage and dtb images to tftpboot folder in order to
flash them. While copying rename them as follows for matching with the nor flash
commands explained in section 2.1.4.
rename 'u-boot.imx' to 'iog1_uboot'
rename 'uImage' to 'iog1_uImage'
rename 'uImage-imx6sl-evk-ldo.dtb' to 'iog1_dtb'
The file system image needs to be converted to ramdisk format. For this
change directory to tools.