基于嵌入式ARM-Linux的播放器的设计与实现

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

基于嵌入式ARM-Linux的播放器的设计与实现

摘要

随着21世纪的到来,人类进入了PC时代。在这一阶段,嵌入式技术得到了飞速发展和广泛应用。由此,本文提出了一种基于嵌入式ARM-Linux的播放器设计与实现的方案。

本文首先详细分析了ARM体系结构,研究了嵌入式Linux操作系统在ARM9微处理器的移植技术,包括交叉编译环境的建立、引导装载程序应用、移植嵌入式Linux内核及建立根文件系统,并且实现了嵌入式Linux到S3C2410开发板的移植。

由于嵌入式系统本身硬件条件的限制,常用在PC机的图形用户界面GUI系统不适合在其上运行。为此,本文选择了Minigui作为研究对象,在对其体系结构等方面进行研究基础上,实现了Minigui到S3C2410开发板的移植,完成了嵌入式图形用户界面开发,使得系统拥有良好的操作界面。

对于播放器,本文实现了Linux系统下的通用媒体播放器—Mplayer到S3C2410开发板的移植。通过对音频数据输出的研究,解决了Mp1ayer播放声音不正常的问题,实现了一个集音乐和视频播放于一体的嵌入式多媒体播放系统。

最后,总结了论文所做的工作,指出了嵌入式播放器所需要进一步解决和完善的问题。

关键词:嵌入式ARM-Linux; S3C2410; Mplayer; GUI界面; Minigui

Player Designing and Implement Based On Embedded ARM-Linux

Abstract

Along with the 21st century arrivals, the humanity enters the post PC time. In this stage, embedded technology gets rapidly developed and widely used. So, this paper aims to design a player based on embedded ARM-Linux.

First, in this paper, ARM architecture and the characteristic are analyzed in detail. The emphasis of the study is put on the porting techniques of embedded Linux operation system based on the ARM9 micro-processor, which include setting cross complier、transplanting Bootloader、transplanting embedded Linux kernel and setting root file system; Furthermore, implement the technique of transplanting Embedded Linux to S3C2410 board.

GUI (Graphical User Interfaces) systems which are supported by normal PCs cannot run well on the embedded systems, just because of the restriction of the hardware of embedded devices. So, this paper selects Minigui as research object. Based on the Minigui architecture and its other aspects, the technique of transplanting Minigui to S3C2410 board is given in detail, and then an embedded GUI system is established and it also makes the handle interface friendly.

About the player, this paper implements transplanting the universal player on Linux-Mplayer to S3C2410 board. By learning of audio data, it solves the problem of sound abnormality, and achieves an embedded multimedia system which could play audio and video files.

Key words: Embedded ARM-Linux; S3C2410; Mplayer; GUI interface; Minigui

目录

摘要................................................................ I Abstract ........................................................... I I 目录.............................................................. I II 第一章绪论.. (1)

1.1系统研究背景 (1)

1.1.1 多媒体播放器与嵌入式系统 (1)

1.1.2 嵌入式多媒体播放器国内外发展现状 (1)

1.2 嵌入式处理器 (3)

1.3 嵌入式系统 (4)

1.3.1嵌入式系统的概述 (4)

1.3.2 嵌入式系统的选择 (5)

1.4 本文的意义和主要工作 (7)

第二章系统软硬件平台的搭建 (8)

2.1 硬件开发平台的介绍 (8)

2.1.1 核心板 (8)

2.1.2 外设板 (8)

2.1.3 设计所用硬件介绍 (9)

2.2 硬件平台的设计方案 (9)

2.2.1 核心板设计 (9)

2.2.2 外设电路设计 (14)

2.3 嵌入式软件开发环境 (15)

2.3.1 引导装载程序 (16)

2.3.2 宿主机开发环境配置 (17)

2.3.3 交叉开发环境的建立 (18)

2.3.4 内核的编译 (18)

2.3.5 烧制内核映像和文件系统 (20)

2.4 嵌入式图形用户界面的实现 (20)

2.4.1 图形用户界面minigui的简介 (20)

2.4.2 MiniGUI在S3C2410开发板上的移植过程 (21)

第三章 Mplayer的移植 (25)

3.1 Mplayer的简介 (25)

3.2 Mplayer的移植 (25)

3.2.1 安装交叉编译工具及解压源代码 (25)

3.2.2 编译Mplayer (25)

3.3 调试 (27)

第四章嵌入式播放器Mplayer的设计 (31)

4.1 播放器的工作流程 (31)

4.2 播放器的逻辑结构 (31)

4.3 Mplayer播放器的目录文件组织结构 (32)

4.4 播放器对解码器和输出设备的管理方式 (34)

第五章总结与展望 (36)

5.1 本文主要完成的工作及结论 (36)

5.2 完善与展望 (36)

相关文档
最新文档