Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1020658
  • 博文数量: 297
  • 博客积分: 11721
  • 博客等级: 上将
  • 技术积分: 3431
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-25 10:21
文章分类

全部博文(297)

文章存档

2016年(9)

2011年(71)

2010年(137)

2009年(80)

分类: 嵌入式

2009-07-13 09:46:15

(一).定制linux内核及制作文件系统(使用默认配置)
1.使用NEC3.5 LCD内核配置文件
cd /opc/arm/Friendly/linux2.6.29

2.生成.config 配置文件
cp config_mini2440_n35  .config

3.生成相应配置的头文件
(1)配置内核界面
make menuconfig
(2)在主菜单选择Exit,选择Yes 退出

4.编译内核
make zImage

(手工定制内核)
1.使用NEC3.5 LCD内核配置文件
cd /opc/arm/Friendly/linux2.6.29

2.生成.config 配置文件
cp config_mini2440_n35  .config

3.生成相应配置的头文件
(1)配置内核界面
make menuconfig

配置CPU: SystemType -> S3C2440 -> S3C2440Machines ->FriendlyARM mini2440 development  board

配置LCD :Device Driver -> Graphic support ->Suport for frame buffer devices ->
backlight -> LCD Select -> 3.5NEC LCD

配置触摸屏: Device Driver -> input device ->touch screens -> Samsung S3C2410

配置USB鼠标/键盘:Device Driver -> HID Device(Human Interface Device) -> USB Human Interface Device

配置U盘:Device Driver ->SCSI Device (SCSI = Small Computer System Interface)->SCSI Disk

       Device Dricer -> USB Suport ->USB Mass Storage

配置万能驱动USB摄像头:Device Driver -> MultiMedia Device -> Vedio Capture Adapters -> V4L USB Device &&  GSPCA baseed webcams &&下面的都选上

配置CMOS摄相头 :  device driver -> MultiMedia Device -> Vedio Capture Adapters -> OV9650

配置网卡驱动:Networking Support -> TCP/IP
networking support -> ethernet (10M-100M) -> Generic media && DMA9000

4.编译内核
make zImage
阅读(931) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~