JIU JIANG UNIVERSITY 毕 业 论 文 题 目 基 于 嵌 入 式 的 TXT 电 子 书 阅 读 器 开 发 英 文 题 目 Development of TXT E-book Reader Based on Embedded 院 系 信 息 科 学 与 技 术 学 院 专 业 计 算 机 科 学 与 技 术 姓 名 刘 红 刚 年 级 A081143 指 导 老 师 于 林 峰 二 ○ 一 二 年 五 月摘 要系统设计了基于嵌入式系统的 TXT 电子书阅读器,在飞凌 FS2410 硬件平台下,可以实现基本的阅读,对 TXT 格式电子书实现上下行以及翻页查看。主要的技术难点:如何将文字显示出来,实现多语言的支持,实现上下一行的翻动和上下页的翻动显示以及放大缩放字体显示,改变字体颜色。首先对基于嵌入式系统的 TXT 电子书阅读器的开发环境搭建和硬件系统平台做了简要的概述,并在现有的硬件平台下,详细讲述了构建嵌入式 ARM-Linux 开发系统的过程,整个过程是基于开发电子书阅读器的内容来阐述的。主要内容包括,交叉编译环境的搭建,U-Boot 的移植与烧入,嵌入式 Linux 内核的裁剪和移植,TFTP 服务环境的搭建,NFS 网络文件传输环境的搭建,根文件系统的制作,SDL 功能开发的讨论,接下来也就是 TXT 电子书编码的实现,经过多次的调试以及优化,最后要将应用程序移植到开发板上的实验过程。关键词:嵌入式,阅读器,翻页AbstractSystem design a TXT reader based on embedded system, it can realise basic reading on the hardware platform of feiling FS2410, including the view for the txt format e-book as the way of up and down and page rotate.The main technic difficulties, that is how to show the txt on the screen with which method, how can realise mul-language support, how can realise the show of the pre,the next page and the pre line,the next line of txt, and change the color of font.It makes a brief overview of TXT reader based on the embedded system to make the development environmet and build the hardware platform on the first, then it makes a detailed introduction of the process of building a embedded ARM-Linux development system based ...