资源描述:
《linux操作系统在ARM平台上的移植毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业论文题目(中文)LINUX操作系统在ARM上的移植(英文)Transplantation of the LINUX operatingsystem onARM系别:物理与电子工程系专业:电气工程及其自动化班级:姓名:学号:指导教师:II诚信声明我声明,所呈交的毕业论文是本人在老师指导下进行的研究工作及取得的研究成果。据我查证,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,我承诺,论文中的所有内容均真实、可信。毕业论文作者签名:签名日期:年月日II摘要:在ARM平台上移
2、植linux操作系统作为实现设备小型化、智能化的一个重要元素,目前己经广泛应用于国防、工业、交通、能源、信息技术以及日常生活等各个领域,研究和开发linux操作系统在ARM平台上的移植具有重要的现实意义。本文主要介绍了将公开源代码的linux3.3.3内核移植到S3C6410(arm1172核)的关键技术分析以及具体的移植过程,建立嵌入式Linux交叉开发环境,移植BootLoader引导程序,配置、编译、移植Linux内核,制作文件系统并对文件系统进行移植到开发板。我们可以根据内核所支持的文件系统类型制作
3、文件系统本论文选择制作yaffs文件系统并移植。并且vim,arm-linux-gcc开发环境下设计了一个简单的测试程序。另外,基于此平台的开发也将使软件缺陷大幅度减少,从而为程序员开发此平台上进行二次开发。关键词:系统移植;BootLoader;S3C6410;Linux3.3.3IIAbstract:intheARMplatformtransplantLinuxoperatingsystemasrealizeminiaturization,intelligentequipmentanimportante
4、lementof,atpresenthasbeenwidelyusedinnationaldefense,industrial,transportation,energyresources,informationtechnologyanddailylife,andotherfields,researchanddevelopmentandLinuxoperatingsystemintheARMplatformoftransplantationhastheimportantpracticalsignifican
5、ce.Thispapermainlyintroducedtothepublicinsourcecodelinux3.3.3kerneltransplantedtoS3C6410(arm1172)ofthekeytechnicalanalysisandspecifictransplantprocess,eastablishembeddedLinuxcrossdevelopmentenvironment,transplantBootLoaderboot,configuration,compilation,tra
6、nsplantLinuxkernel,andmakingthefilesystemandthefilesystemtransplanttodevelopmentboard.Wecanaccordingtothesupportofthekernelfilesystemtypemakingfilesystemthispaperyaffsselectfilesystemandtransplantation.Andvim,arm-Linux-GCCdevelopmentenvironmentdesignasimpl
7、etestprocedures.Inaddition,basedonthisplatformwillalsomakethedevelopmentofsoftwaredefectgreatlyreduced,andthusforprogrammersdevelopmentthisplatformsecondarydevelopment.IIKeywords:systemtransplantation;BootLoader;S3C6410;Linux3.3.3II目录1绪论1.1课题研究的背景、目的和意义随着各
8、种芯片技术的发展,各种嵌入式产品也如雨后春笋一般地出现了。目前,嵌入式产品应用领域涉及移动通信、汽车、医疗、家电等很多领域。而且,如今的嵌入式硬件的速度和容量越来越接近于PC,因此在这些嵌入式产品上运行操作系统就成为了可能。一直以来,很多企业花费了巨大成本研发了大量运行在PC上的软件产品。如果将这些优秀的软件应用在嵌入式系统中,将会成为快速开发嵌入式系统,降低嵌入式产品开发成本,提高软件稳定性和安全性的重要途径。