(一).定制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
阅读(961) | 评论(0) | 转发(0) |