资源描述:
《基于linux操作系统的智能手机设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、序号(学号):021240111长春大学
毕业设计(论文)基于Linux操作系统的智能手机设计姓名叶魏鑫学院电子信息工程学院专业电气工程及其自动化班级12401指导教师王英霞(副教授)2016年5月31日长春大学毕业设计(论文)纸基于linux操作系统的智能手机设计摘要:本文设计的是基于Linux系统开发的一款智能手机。首先分析市场上嵌入式的发展前景,然后根据市场的需求量,从而确定使用Linux系统来对智能手机进行开发。由于在Linux开发上又有很多衍生的操作系统,在这里使用的是Ubuntu-Linux操作系统来编写其应用软件。在硬件上,使用的是三星公司的基于ARMC
2、ortex-A8架构的s5pv210SoC(芯片级系统),ARMCortex-A8处理器是第1款基于ARMv7架构的应用处理器,是有史以来ARM开发的性能最高、功率效率最高的处理器。Cortex-A8处理器的速率在600MHz到超过1GHz的范围内,能够满足那些需要工作在300mW以下的功耗优化的移动设备的要求;芯片除了使用s5pv210SoC以外,还用了SIM900来作为手机的核心芯片,通过串口UART通信来实现处理器与SIM900的通信,从而发送GPRS信号,最终达到手机的正常通信功能。在软件上,通过AT指令集、GTK图形库、线程等来完成信号的传输,从而能够正常的
3、拨打电话、收发短信。关键字:Linux操作系统s5pv210SoCSIM900芯片串口UART通信II长春大学毕业设计(论文)纸DesignandproductionofsmartphonebasedonLinuxsystemAbstract:ThispaperisaboutasmartphonedesignbasedonLinuxsystemdevelopment.Firstly,theprospectofthedevelopmentofthemarketisanalyzed,andthenaccordingtothemarketdemand,soastouseth
4、eLinuxsystemtodevelopthesmartphone.SincetherearemanyderivativeoperatingsystemsinLinuxdevelopment,hereIuseUbuntu-Linuxoperatingsystemtowriteitsapplicationsoftware.Inthehardware,theuseisSamsungscompanybasedonarmcortex-a8architectures5pv210SOC(systemonachip),anarmcortex-a8processorisparagr
5、aph1thearmv7architectureapplicationprocessorbasedon,historydevelopmentarmofthehighestperformance,powerefficiencyhighestprocessor.Cortex-a8processorrateat600MHztomorethan1GHzrangeandcanmeettheneedtoworkin300MWpoweroptimizationofmobiledevices;chipexcepts5pv210SOC,sim900asthecoreofthemobil
6、ephonechip,throughtheUARTserialcommunicationtorealizethecommunicationprocessorandsim900,tosendtheGPRSsignal,andultimatelyachievethemobilephoneofnormalcommunication.Inthesoftware,throughtheATinstructionset,GTKgraphicslibrary,threads,etc.tocompletethetransmissionofthesignal,soastocallthep
7、hone,sendandreceivetextmessages.Keywords:Linuxoperatingsystems5pv210SoCSIM900chipSerialUARTcommunicationII长春大学毕业设计(论文)纸目录第1章前言11.1研究背景1第2章硬件设计32.1S5pv210SoC简介32.1.1arm实验仪介绍42.2GPRS无线模组62.2.1GPRS概述及工作原理62.2.2GPRS模组原理图及分析62.2.3SIM900的AT指令集152.3触摸屏163.3.1TFTLCD相关知识介绍162.3.2TFTLCD结