资源描述:
《基于arm的嵌入式linux操作系统移植》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要趁摘要近年来,随着计算机技术、通信技术的匕速发展,特别是互联网的迅速普及和3C(计算机、通信、消费电子)合一的加速,微型化和专业化成为发展的新趋势,嵌入式产品已经成为了信息产业的主流。本论文的研究主要是基于ARMIntegrator/CP硬件平台,它的内核模块采用了ARM1136JF-S核的CPU,外部有128M的SDRAM和16M的FLASH:基板模块集成了多种外设。其中有串口、网卡、鼠标、键盘、LCD、声卡等接口,同时还提供有扩展插槽。该平台主要面向高性能的用户产品开发,适用于网络,智能终端的研究。在此平台基础上,本文深入探讨和解决了Linux内核和
2、外设驱动移植过程中所面临的任务和难题。论文首先提出了在ARMIntegrator/CP平台上移植Linux2.6的主要任务,紧接着对嵌入式Linux的体系结构和设备驱动的开发模型作了较为深入的剖析。然后,给出了启动引导代码Bootloader和Linux内核的启动分析以及移植到硬件平台上的整个过程。最后,在对Linux内核驱动模型深入掌握的基础上,实现了LCD帧缓冲显示设备和鼠标、键盘及其声卡驱动的移植。通过对Linux内核和外设接口驱动程序的移植,为ARMIntegrator/CP平台提供了操作系统的支持,从而大大减少了复杂嵌入式产品的开发难度和开发周期。
3、关键词:嵌入式系统LinuxARMIntegrator/CP内核设备驱动移植ABSTRACTABSTRACTRecently,alongwiththefastestdevelopmentofcomputerandcommunicationstechnology,especiallyrapidpopularizationofInternetandsyncretismaccelerationof3C(ComputerCommunication&ConsumeElectric),micromationandspecializationbecomethemainde
4、velopingtrend,atthesametimeembeddedproductsturnintothemainstreamofinformationindustry.TheresearchanddevelopmentofthistaskismainbasedARMIntegrator/CPhardwareplatform.It'sCoremoduleadoptARM1136JF-Scoreasit'sCPU,aroundithas128MSDRAMand16MFLASH.TheBaseboardintegratedsomedevice,suchasul
5、traserial,networkcard,LCD,keyboard,mouse,andaudiocardetcinterface.Contempitsupportextendableinterface.Theplatformmainlytohighperfectionuserproductsdevelopment,suchasnetworkandsmartterminal.Onthisplatform,wedeeplydiscussedandresolvedthetaskanddifficultproblembeconfrontedwiththecours
6、eofLinuxkernelanddevicedriverporting.ThepaperfirstlygiveoutthemainlytaskthatportingLinux2.6toARMIntegrator/Cl?Platform.OntopofthoroughanatomythearchitectureofembeddedLinuxandthedevelopmentmodelofdevicedriver.Andthen,giveoutstart-upguidecode(Bootloader)andLinuxkernel'sstart-upanalys
7、is,alsoportingthemintoARMIntegrator/CP.Intheend,basedondeeplygraspedLinuxdevicedrivermodel,realizetheportingofLCDFramebuffer,mouse,ke如oardandaudiocarddriver.ThroughprotingtheLinuxkernelanddevicedriver,theplatformhasbeensupportedbyOS,sowecandevelopothersapplicationsonthisplatformeas
8、ily.Keywords:EmbeddedSyste