XXXXXXXXX2011届毕业设计说明书系统引导程序(Boot-loader)的设计与实现系、部:计算机与信息科学系学生姓名:指导教师:职称专业:计算机科学与技术班级:完成时间:2011年6月3日摘要随着移动设备的流行和发展,嵌入式系统已经成为一个热点。它并不是最近出现的新技术,只是随着微电子技术和计算机技术的发展,微控制芯片功能越来越强大,而嵌入微控制芯片的设备和系统越来越多,从而使得这种技术越来越引人注目。它对软硬件的体积大小、成本、功耗和可靠性都提出了严格的要求。嵌入式系统的功能越来越强大,实现也越来越复杂,随之出现的就是可靠性大大降低。最近的一种趋势是一个功能强大的嵌入式系统通常需要一种操作系统来给予支持,这种操作系统是已经成熟并且稳定的,可以是嵌入式的Linux,WINCE等等。相应地,这也给处理器提出了要求。当今,众多的半导体厂商都生产基于ARM体系结构的通用微处理芯片,ARM技术已经在当今的嵌入式微处理器领域中占据了它的领先地位。究其原因,它的以精简指令构架为主又不放弃与复杂指令平衡的设计,使得在获得高性能的同时又能做到低功耗。本文所要研究的就是基于ARM嵌入式系统bootloader的设计与实现。Bootloader是嵌入式系统中执行在内核操作系统前的一段代码,它的基本作用就是加载内核镜像。在实践平台上,本课题硬件上采用了ARM9系列的S3C2440A作为处理器,具有一定的代表性,并以此来搭建课题的硬件实践平台,软件上以Linux作为操作系统。关键词:嵌入式系统;ARM;BootloaderABSTRACTWiththepopularityofmobiledevicesanddevelopmentofIembeddedsystemshasbecomeahotspot.Itisnotarecentemergenceofnewtechnology,butwiththemicroelectronicsandcomputertechnology,moreandmoremicro-controlchipfunctions,andembeddedmicro-controllerchipdevicesandsystemsmoreandmore,makingthistechnologymoreandmorenoticeable.Thevolumeofitshardwareandsoftwaresize,cost,powerconsumptionandreliabilityhavemadestringentrequirements.Morepowerfulembeddedsystemstoachievemoreandmorecomplex,theresultingreliabilityisgreatlyreduced.Amorerecenttrendisapowerfulembeddedsystemsusuallyrequireanoperatingsystemtosupportthisoperatingsystemisalreadymatureandstable,canbeembeddedLinux,WINCEandsoon.Accordingly,italsomadearequesttotheprocessor.Today,manysemiconductormanufacturersareproducinggenericarchitecturebasedonARMmicro-processingchip,ARMtechnologyhasintoday'sembeddedmicroprocessorsoccupyitsleadingposition.Thereasonismainlythatit'sreducedinstructionsetarchitectureandcomplexinstructionsnottogiveabalanceddesign,makesdowhileachievinghighperformancewithlowpowerconsumption.ThispaperistostudytheARM-basedembeddedsystemdesignandimplementationofbootloader.Bootloaderistheimplementationofembeddedsystemsintheperiodbeforetheoperatingsystemkernelcode,anditsbasicfunctionistoloadthekernelimage.Inpracticeplatform,thesubjectofhardwareS3C2440AusedastheARM9familyprocessor,withacertainrepresentation,andinordertobuildapracticalplatformhardwareissues,softwaretoLinuxastheoperatingsystem.Keywords:embeddedsystem;ARM;Bootloader目录摘要....................................................IABSTRACT.................................................II1绪言...................................................1II1.1研究背景...........................................11.2主要研究工作.......................................21.3主要内容...........................................22ARM处理器简介.........................................32.1ARM处理器........................................32.1.1ARM处理器介绍...............................32.2ARM处理器的优势..................................72.2.1RISC指令集..................................72...