SBC-EC9100 User Manual
Embest Technology Co. Ltd
|
http://www.embest-tech.com
24
3.3
Kernel
3.3.1
Get Kernel Source Code
The source code of the kernel locate under $HOME/S4_Sourcecode/, extract the linux*.tar.gz
$ tar -zxvf linux*.tar.gz
3.3.2
Compile and Burn the Images to SD Card
$ cd $HOME/S4_Sourcecode/linux
$ make distclean
$ make embest_fsl_sbc_ec9100_defconfig
$ make
When the compilation finished, it will generate
-
zImage under $HOME/S4_Sourcecode/linux/arch/arm/boot;
-
following dtb files under $HOME/ sourcecode/linux/arch/arm/boot/dts
1.
embest_fsl_sbc_ec9100_4.3inch.dtb
2.
embest_fsl_sbc_ec9100_7inch.dtb
The dtb file is corresponding for 4.3” LCD and 7” LCD. (Refer to
Copy the files to SD Card.