configuring and building the linux kernel for tiny 6410 and mini6410
Page 1 of 1
configuring and building the linux kernel for tiny 6410 and mini6410
1.First untar Linux kernel by becoming a supper user
x.x.x is the kernel version
2. configure and compile linux kernel
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).
- 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
download link for linux kernel for tiny 6410 and mini6410 and mini 2440 with touchscreen lcd support
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
http://www.friendlyarm.net/dl.php?file=linux-2.6.32.2-mini2440_20110413.tgz
Similar topics
» linux/unix and windows: Image converter commands for ImageMagick
» Linux directory structure 1.2
» installing sqlite 3 on linux/windows,mac
» Delete / Remove a Directory Linux Command
» Image converter and resizer in linux -> ImageMagick
» Linux directory structure 1.2
» installing sqlite 3 on linux/windows,mac
» Delete / Remove a Directory Linux Command
» Image converter and resizer in linux -> ImageMagick
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum