EMBEDDED FOR US
Would you like to react to this message? Create an account in a few clicks or log in to continue.

configuring and building the linux kernel for tiny 6410 and mini6410

Go down

6410 - configuring and building the linux kernel for tiny 6410 and mini6410 Empty configuring and building the linux kernel for tiny 6410 and mini6410

Post  Admin Tue Mar 05, 2013 2:45 pm

1.First untar Linux kernel by becoming a supper user
Code:

sudo su

tar -xvf linux x.x.x .tar.gz

x.x.x is the kernel version

2. configure and compile linux kernel
Code:

# cd linux-2.6.28.6
# cp config_mini6410_n43 .config
# make zImage

Notice:
config_mini6410_n43 was the configure file for NEC 4.3"LCD,If you use the other LCD, please use the adapter configure fileconfig_mini6410_t35: For 3.5”LCD, Resolution: 240x320
config_mini6410_n43: For NEC4.3”LCD, 分Resolution:480x272 config_mini6410_a70: For 7"LCD, Resolution:800x480 config_mini6410_l80; For Sharp 8”LCD, Resolution:640x480 config_mini6410_vga1024x768: For VGA module, Resolution:1024x768


If you can build kernel successfully, you will have "arch/arm/boot/zImage" (approximately 2Mbytes).


Last edited by Admin on Tue May 21, 2013 3:03 am; edited 1 time in total
Admin
Admin
Admin

Posts : 49
Join date : 2012-08-15
Location : Mumbai,INDIA

http://embeddedforus.com

Back to top Go down

6410 - configuring and building the linux kernel for tiny 6410 and mini6410 Empty download link for linux kernel for tiny 6410 and mini6410 and mini 2440 with touchscreen lcd support

Post  Admin Tue Mar 05, 2013 2:55 pm

download link for linux kernel for tiny 6410 and mini6410

http://www.friendlyarm.net/dl.php?file=linux-2.6.32.2-mini2440_20110413.tgz
Admin
Admin
Admin

Posts : 49
Join date : 2012-08-15
Location : Mumbai,INDIA

http://embeddedforus.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum