资源描述:
《基于嵌入式Linux的MP3播放器的设计与实现毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、DesignandImplementationforaMP3PlayerBasedonEmbededLinuxADissertationSubmittedtoNanjingInstituteofTechnologyFortheAcademicDegreeofBachelorofScienceByMinXianZhengSupervisedbyLecturerAiJunShaKangNiCollegeNanjingInstituteofTechnologyJun2013摘要伴随嵌入式系统的持续发展以及普通用户对多媒体应用越来越旺盛的需求,
2、具有多媒体播放功能设备逐渐成为嵌入式系统中必不可少的重要功能。此毕业设计将设计一个基于嵌入式Linux的MP3播放器,系统硬件采用基于ARM架构的开发板。论文首先介绍了嵌入式操作系统的最新发展、嵌入式Linux、ARM的特点以及Qt等的相关知识。重点介绍了如何使用开源播放器MPlayer、解码库libmad、QtCreator工具来开发一个有图形界面的MP3播放器。还介绍了如何移植U-boot、Linux内核、Qt和文件系统,并在移植好之后烧写到开发板之上,得到一个能独立运行在开发板上的MP3播放器。系统测试表明,该MP3播放器能实现如
3、下功能:“播放”、“暂停”、“停止”、“音量调节”、“退出程序”和“歌曲播放时间”,系统运行稳定,基本达到了设计要求。关键词:嵌入式Linux;移植;Linux;QtAbstractAlongwiththesustainabledevelopmentoftheembeddedsystemandtheincreasinglydemandsformultimediaapplications,anelectronicequipmenthasafunctionsofplayingsongsgraduallybecomeindispensably
4、.ThisdesignwillintroduceanimplementionforaMP3player,basedonembeddedLinuxsystemandanARMarchitecturedevelopmentboard.ThisPaperintroducesthelatestdevelopmentforembeddedoperatingsystem,embeddedLinux,thecharacteristicsoftheARM,Qtandotherrelatedknowledges.Especially,thispaperd
5、isplayshowtousetheopensourceplayerMPlayer,adecodinglibrarycalledlibmad,QtCreatortoolstodevelopagraphicalinterfaceofanMP3player.Inthispaper,theworkoftransplanttheboot,theLinuxkernel,Qt,andfilesystemsisalsointroduced.Afterallsystemimagesareburnedintothedevelopmentboard,one
6、developmentboardcanrunaMP3playerisobtained.SystemtestshowsthatthisMP3playercanrealizethefollowingfunction:"Play","Pause","Stop","VolumeControl","Exit"and"ShowSongsPlayingState".Thewhloesystemrunsstably,andreachedthebasicdesignrequirement.Keywords:embededLinux;transplant;
7、Linux;Qt目录第一章绪论11.1课题研究背景和意义11.2嵌入式系统发展和现状21.2.1嵌入式操作系统21.2.2嵌入式Linux和Linux31.2.3ARM的介绍31.2.4Qt的介绍41.3论文所做的工作和结构51.3.1论文所做的工作51.3.2论文结构6第二章系统总体方案设计72.1系统框架概述72.2开发板硬件介绍72.2.1主要硬件及其参数82.2.2接口资源82.2.3NAND和NORFlash的相关介绍:92.2.4S3C2440的启动方式说明102.3用于本设计MP3播放器的硬件架构10第三章嵌入式Linux
8、的开发流程123.1开发环境的搭建概述123.1.1硬件平台123.1.2软件平台123.2安装软件平台和搭建开发环境的步骤123.2.1虚拟化平台的介绍与安装133.2.2RedHat介绍及其在VMwar