基于ARM的网络数据传输技术研究.doc
文本预览下载声明
摘 要
基于ARM处理器的网络数据传输技术结合了嵌入式设备工作稳定,实时性好,集成度高,环境适应能力强,成本低等优点与网络覆盖广泛及接口具有良好通用性的优点,在各种数据传输现场中具有越来越广泛的应用前景。
本文是基于RAM处理器的网络数据传输技术的研究,网络数据以图像数据的传输为例,并且研究对象采用了通过网络传输图像数据的应用系统,所以本文提出在单芯片上实现全局控制+轻量级RTOS内核+精简TCP/IP协议栈的系统架构方式,设计一个基于S3C2440开发板的网络图像数据实时传输的嵌入式系统。
关键词:网络数据传输 嵌入式Linux TCP/IP协议
Abstract
Unified the embedded equipment work based on the ARM processor network data transmission technology to be stable, timeliness was good, the integration rate was high, environment adaptiveness, the cost low status merit and the network cover widespread and the connection had the good versatile merit, had the more and more widespread application prospect in each kind of data transmission scene.
This article is based on the RAM processor network data transmission technology research, the network data take the image data transmission as an example, and the object of study has used through the network transmission image data application system, therefore this article proposed realizes the overall situation control + lightweight RTOS essence on the single chip + to simplify the TCP/IP agreement stack the system construction way, designs one based on the S3C2440 development board network image data real-time transmission embedded system.
Key words:Data Transmission Network Embedded Linux TCP/IP Agreement目 录
第一章 绪 论 1
1.课题的背景及其意义 1
2.本文所做工作 1
第二章 嵌入式系统及图像的网络传输 3
2.1嵌入式系统概述 3
2.1.1嵌入式系统的定义 3
2.1.2嵌入式系统的特点 3
2.1.3嵌入式系统的组成 4
2.1.4嵌入式Linux 5
2.1.5嵌入式系统开发与调试 5
2.2基于嵌入式系统的图像的网络传输 6
2.3嵌入式网络传输的图像压缩算法 6
本章小结 7
第三章 基于嵌入式系统的图像网络传输的系统设计 8
3.1系统结构设计 8
3.2硬件平台设计 9
3.2.1 S3C2440体系结构及特点 9
3.3软件设计 13
本章小结 13
第四章 TCP/IP协议概述 14
4.1 网络分层结构 14
4.1.1 OSI七层参考模型 14
4.1.2 TCP/IP参考模型 15
4.2 TCP/IP网络协议 16
4.2.1嵌入式TCP/IP协议 16
4.2.2 IP协议 16
4.2.3 UDP/TCP协议 17
4.2.4 ARP协议 17
本章小结 17
第五章 基于嵌入式系统的图像网络传输的软件设计 19
5.1 LINUX在ARM硬件平台上的移植 19
5.1.1 移植环境 19
5.1.2建立交叉编译环境 19
5.1.3 BOOT LOADER 20
5.2 烧写和启动LINUX以及LINUX内核编译 22
5.2.1 烧写Linux内核 22
5.2.2 烧写根文件系统 22
5.2.3 启动Linux 23
5.2.4 安装编译工具 23
5.2.5 编译内核 24
5.2.6 cramfs根文件
显示全部