资源描述:
《学位论文—基于嵌入式技术的智能监控系统显示模块的驱动与应用开发 —.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、信息科学与技术学院学士学位论文JIUJIANGUNIVERSITY毕业论文题目基于嵌入式技术的智能监控系统显示模块的驱动与应用开发英文题目Driven/ApplicationDevelopmentofDisplayModuleinIntelligentMonitoringSystemBasedonEm-beddedTechnology院系信息科学与技术学院专业计算机科学与技术姓名唐芳杰班级学号信A081150指导教师刘华中二○一二年五月42信息科学与技术学院学士学位论文摘要基于嵌入式技术的智能监控系统在当今社会被广泛应用于办公
2、以其家居和公共场所,其显示模块主要以LCD屏来进行显示,LCD也被广泛的应用与手机、平板电脑等场合。系统从整个架构上可以分为硬件和软件两部分,硬件部分在系统中关注的是S3C2410开发板和LCD屏,软件部分主要是U-boot、Linux操作系统与根文件系统。驱动与应用是基于Linux内核上所进行的开发。系统主要对基于嵌入式技术的智能监控系统显示模块的驱动与应用进行开发,主要完成开发板上的Linux+ARM嵌入式系统搭建,并开发LCD驱动,还做了智能监控系统显示模块相关的服务器搭建。系统采用嵌入式Linux操作系统,在系统进行开
3、发之前,首先需要搭建嵌入式系统开发环境。在搭建好嵌入式系统开发环境之后,再对显示模块的驱动进行开发,在内核中将显示模块的驱动进行加载,然后以开发板作为服务器端搭建服务器。最后在PC机上以客户端或者在服务器端本地进行显示操作。关键字:嵌入式,智能监控系统,LCD显示屏42信息科学与技术学院学士学位论文AbstractBasedonembeddedtechnologyofintelligentmonitoringsystemintoday'ssocietyiswidelyusedinofficewithitshouseholdan
4、dpublicplaces,thedisplaymodulemainlytoLCDscreentothatLCDiswidelyappliedwiththemobilephone,tabletcomputerandsoon.Fromthewholeframeworksystemhardwareandsoftwarecanbedividedintotwoparts,hardwarepartofourattentionisS3C2410developmentboardandLCDscreen,softwareofmainisU-b
5、oot,Linuxoperatingsystemwithrootfilesystem.DriveandapplicationisbasedontheLinuxkernelofthedevelopment.Systemmainlybasedonembeddedtechnologytotheintelligentmonitoringsystemdisplaymoduledriverandapplicationdevelopment,mainlyontheboardfinishdevelopmentLinux+ARMembedded
6、systemsetup,andthedevelopmentofLCDdrive,alsodointelligentmonitoringsystemofthedisplaymodulerelatedserverstructures.ThesystemusestheembeddedLinuxoperatingsystem,inthissystembeforedevelopment,wefirstneedtobuildembeddedsystemdevelopmentenvironment.Inapparentembeddedsys
7、temdevelopingenvironment,thentodisplaymoduledriverofdevelopment,willshowinthekernelmodulesofthedriveforloading,andthen,withdevelopmentboardtoserveastheserverbuildserver.FinallyinthePCtotheclientontheserverorlocalshowoperation.Keywords:Embedded,Intelligentmonitorings
8、ystem,LCD42信息科学与技术学院学士学位论文目录摘要IAbstractII1绪论1.1选题背景(1)1.2选题意义(2)1.3课题国内外研究现状(2)1.4论文主要工作(3)1.5论文结构(4)2系统总体架构设计2.1硬件架构设计(5)2.2软件架构设计(7)2.3本