1、 毕业设计(论文) 题题 目目: 系系 别别: 专专 业业: 年年 级级: 姓姓 名名: 学学 号:号: 指导教师:指导教师: 2 摘摘 要要 关键词:关键词:U-boot 、内核配置、内核配置、 根文件系统(根文件系统(rootfs) 随着 ARM 芯片以及 LINUX 操作系统的出现,为嵌入式的发展注入了强劲 的活力。本设计实现 LINUX 操作系统向 ARM9 平台的移植。U-boot 是系统的启 动引导程序,要移植 LIUNX 操作系统,U-boot 是必不可少的。LINUX 操作系移 植成功后,系统还是不能正常启动的,还需要根文件系统(rootfs)支持,这样 系统就可以正常启动。但
2、是嵌入式系统往往是为某些特定的功能设计的,所以, 系统要想完成某些功能,还需要顶层应用程序的支持。 Abstract KEY WORDS :U-boot kernel rootfs With the ARM chip, as well as the emergence of LINUX operating system for embedded development into a strong vitality. LINUX Operating System Design and Implementation of the ARM9 platform to transplantation.
3、U-boot the system boot process, it is necessary to transplant LIUNX operating system, U-boot is a must. LINUX operating system after a successful transplant, the system still does not start, but also the need for root file system (rootfs) support, so the system can be a normal start. However, for em
4、bedded systems is often the function of specific design, so, the system in order to complete certain functions, but also the need for top-level application support. 完完 3 目目 录录 第一章第一章 绪论绪论. 4 第二章第二章 课题任务课题任务 5 第三章第三章 设计依据设计依据 6 一.软件平台的选择 6 二.硬件平台的选择 8 三.应用程序的选择 9 第四章第四章 系统规划系统规划 . 10 一.系统分析流程 . 10 二.LINUX 内核的配置 . 12 三.根文件系统选择 14 第五章第五章 设计主体设计主体 18 一.ARM-LINUX 交叉工具的制作及安装 18 二.U-boot 的编译及移植 18 三.LINUX 内核的配置编译及移植 . 20 四.rootfs 的制作及烧写工作 . 24 五.应用程序的移植 25 第六章第六章 个人体会个人体会 26 第七章第七章 附录附录.