Page 1 of 1

Linux -- Configure and Compile Kernel

Posted: Mon May 02, 2011 8:02 pm
by esky-sh
For different LCD systems we offered their corresponding configuration files:
config_tq6410_w35 – for TFT landscape 3.5”LCD, resoluiotn 320x240
config_tq6410_n43 – for NEC4.3”LCD, resolution 480x272
config_tq6410_l80 - for Sharp 8” (or compatible models)LCD, resolution 640x480
config_tq6410_a70 – for 7” true color screen, resolution 800x480
config_tq6410_vga1024x768 – for VGA module, resolution 1024x768
Type the following command to compile:
#cp config_tq6410_a70 .config : there is a space after n43 and a “.” prior to “config”
#make zImage ; begins to compile
After the compilation is done, an image file zImage will be generate under “arch/arm/boot”. There are image files under “images/linux” in the shipped CD such as zImage_w35, zImage_a70 and so on