- 1、本文档共28页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于MagicSOPC的uClinux的移植(计算机专业本科毕业设计)
本科毕业论文 (设计)
题 目:基于MagicSOPC的uClinux的移植
学 院:信息工程学院
专 业:计算机科学与技术
姓 名:XXX
指导教师:XXX
2009 年 6 月 5 日
摘要
uClinux嵌入式操作系统是一种可以嵌入到硬件平台上的操作系统,它主要是为无内存管理单元的处理器设计,它支持多任务,具有完备的TCP/IP协议栈并支持多种网络协议,并且支持多种文件系统。
NIOS II是ALTERA公司开发的可用于SOPC(System on a Programmable Chip,可编程片上系统)设计的处理器软核。基于NIOS II软核的SOPC系统,其最大特点就是灵活,可以根据自己的需要灵活改变NIOS II的外围设备,使得硬件利用效率达到最高,同时它具有ISP(In System Programmable,在系统编程)的功能,可裁减,可扩充,可升级。
本文主要研究了基于MagicSOPC的uClinux嵌入式系统的移植过程。在对MagicSOPC了解的基础上,通过修改、配置、交叉编译uClinux内核源代码,实现了uClinux发行包在MagicSOPC开发板上的成功移植。编译后的内核最终烧录至开发板,并成功运行。
关键词:uClinux,MagicSOPC,NIOS II,嵌入式系统Abstract
The uClinux is a kind of operating system which can be embedded in the hardware platform.It is mainly designed for the processor of Non-Memory Management Unit.It supports the multi-duties and many kinds of filing system,It also supports a lot kinds of net protocols,as well as has a integtated TCP/IP protocol stack.
NIOS II is a processers softcore used for designing of system on a programmable chip which is developed by ALTERA.System on a programmable chip based on NIOSII is very flexible,its peripheral equipment can be changed according to your needs,which makes the hardwares use efficiency highest.At the same time, NIOSII has in-system-programmable function,it is reducible,expandable,upgradeable.
The paper probes into the process of transplanting uClinux to MagicSOPC.After knowing more about MagicSOPC,It have realized the transplanting uClinux to NIOS IIII board by writing,altering,setting,cross-compiling the kernel of uClinux.The compiled kernel had been downloaded,burned to development board and run successfully at last.
Keywords: uClinux,MagicSOPC,NIOS II,Embedded System目录
第一章 绪论…………………………………………………………………………………… 1
1.1 研究背景及意义 1
1.2研究的主要内容 2
第二章 嵌入式系统及嵌入式操作系统概述………………………………………………… 2
2.1嵌入式系统的概念及特点 2
2.2嵌入式操作系统的概念及特点 3
2.3嵌入式系统的发展 4
第三章 uClinux内核分析……………………………………………………………………… 4
3.1uClinux内核结构特点 4
3.2uClinux源代
文档评论(0)