欢迎来到天天文库
浏览记录
ID:10829901
大小:668.50 KB
页数:41页
时间:2018-07-08
《基于嵌入式arm-linux的播放器的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于嵌入式ARM-Linux的播放器的设计与实现摘要随着21世纪的到来,人类进入了PC时代。在这一阶段,嵌入式技术得到了飞速发展和广泛应用。由此,本文提出了一种基于嵌入式ARM-Linux的播放器设计与实现的方案。本文首先详细分析了ARM体系结构,研究了嵌入式Linux操作系统在ARM9微处理器的移植技术,包括交叉编译环境的建立、引导装载程序应用、移植嵌入式Linux内核及建立根文件系统,并且实现了嵌入式Linux到S3C2410开发板的移植。由于嵌入式系统本身硬件条件的限制,常用在PC机的图形用户界面GUI系统不适合在其上运行。为此,本文选择了Minigui作为研究对象
2、,在对其体系结构等方面进行研究基础上,实现了Minigui到S3C2410开发板的移植,完成了嵌入式图形用户界面开发,使得系统拥有良好的操作界面。对于播放器,本文实现了Linux系统下的通用媒体播放器—Mplayer到S3C2410开发板的移植。通过对音频数据输出的研究,解决了Mp1ayer播放声音不正常的问题,实现了一个集音乐和视频播放于一体的嵌入式多媒体播放系统。最后,总结了论文所做的工作,指出了嵌入式播放器所需要进一步解决和完善的问题。关键词:嵌入式ARM-Linux;S3C2410;Mplayer;GUI界面;Minigui37PlayerDesigningand
3、ImplementBasedOnEmbeddedARM-LinuxAbstractAlongwiththe21stcenturyarrivals,thehumanityentersthepostPCtime.Inthisstage,embeddedtechnologygetsrapidlydevelopedandwidelyused.So,thispaperaimstodesignaplayerbasedonembeddedARM-Linux.First,inthispaper,ARMarchitectureandthecharacteristicareanalyzedi
4、ndetail.TheemphasisofthestudyisputontheportingtechniquesofembeddedLinuxoperationsystembasedontheARM9micro-processor,whichincludesettingcrosscomplier、transplantingBootloader、transplantingembeddedLinuxkernelandsettingrootfilesystem;Furthermore,implementthetechniqueoftransplantingEmbeddedLin
5、uxtoS3C2410board.GUI(GraphicalUserInterfaces)systemswhicharesupportedbynormalPCscannotrunwellontheembeddedsystems,justbecauseoftherestrictionofthehardwareofembeddeddevices.So,thispaperselectsMiniguiasresearchobject.BasedontheMiniguiarchitectureanditsotheraspects,thetechniqueoftransplantin
6、gMiniguitoS3C2410boardisgivenindetail,andthenanembeddedGUIsystemisestablishedanditalsomakesthehandleinterfacefriendly.Abouttheplayer,thispaperimplementstransplantingtheuniversalplayeronLinux-MplayertoS3C2410board.Bylearningofaudiodata,itsolvestheproblemofsoundabnormality,andachievesanembe
7、ddedmultimediasystemwhichcouldplayaudioandvideofiles.Keywords:EmbeddedARM-Linux;S3C2410;Mplayer;GUIinterface;Minigui37目录摘要IAbstractII目录III第一章绪论11.1系统研究背景11.1.1多媒体播放器与嵌入式系统11.1.2嵌入式多媒体播放器国内外发展现状11.2嵌入式处理器31.3嵌入式系统41.3.1嵌入式系统的概述41.3.2嵌入式系统的选择61.4本文的意义和主要工作7第二章系统软硬件平台的
此文档下载收益归作者所有