- 1、本文档共75页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Linux内核移植-南京林业大学毕业设计
南京林业大学
本科毕业设计(论文)
题 目:嵌入式LINUX在ARM9系统中的移植
院 (系) 信息与科学技术学院
专 业 计算机科学与技术
学 生 谢监荣
学 号 070801320
指导教师 何煦岚
二0一一年 五 月 二十三 号摘要
近几年,嵌入式系统产品日臻完善,并在全世界各行业得到广泛应用。嵌入式系统产品的研制和应用已经成为我国信息化带动工业化、工业化促进信息化发展的新的国民经济增长点。消费家电的智能化,嵌入式更显重要Abstract
In recent years, as embedded systems continuing to improve, it widely used in the industry around the world. Embedded systems product development and application have promoted the development of information technology and industrialization. It is becoming a new growth point of the national economy. Moreover, as the home appliances becoming more intelligent, the embedded technology is more important now. The purpose of this project is to build up a highly efficient and stable platform for embedded systems in this environment.
Embedded LINUX has a free and open source characteristics like Linux and gets the strong technical support from linux learners around the world. So Embedded LINUX is a natural choice to embedded operating systems.And the hardware architecture is the ARM architecture.ARM processor type is popular in embedded systems processor type, and the Samsungs S3C2410 and S3C2440 processor, is currently the most popular type of ARM9 processor.
The project is to study how the embedded LINUX kernel and the root file system ported to the embedded target board based on S3C2440 processor system .
Keywords: Embedded system; ARM; Linux; Transplant目 录
摘要 I
Abstract II
第一章 绪论 - 1 -
1.1 嵌入式系统概述 - 1 -
1.1.1 嵌入式的定义 - 1 -
1.1.2 嵌入式系统的组成 - 1 -
1.1.3 关于嵌入式系统的开发 - 2 -
1.2 嵌入式操作系统概述 - 3 -
1.2.1 嵌入式操作系统的定义 - 3 -
1.2.2 嵌入式Linux操作系统 - 4 -
1.3 ARM体系结构和硬件开发平台 - 4 -
1.3.1 ARM体系结构的技术特点 - 4 -
1.3.2 Samsung S3c2440 处理器简介 - 5 -
1.3.3 TQ2440开发板简介 - 6 -
1.4 本课题的研究目的和意义 - 6 -
1.5 本课题的研究内容和主要工作 - 6 -
第二章 交叉编译环境的建立 - 7 -
2.1 主机端的软硬件描述 - 7 -
2.1.1 主机端的硬件配置 - 7 -
2.1.2 主机端的软件配置 - 7 -
2.2 具体布局和相关设置 - 8 -
2.2.1 具体布局 - 8 -
2.2.2 相关设置 - 8 -
2.4 交叉编译工具 - 11 -
2.4.1 交叉编译工具的安装与配置 - 11 -
文档评论(0)