嵌入式 Linux 开发(英文版)

嵌入式 Linux 开发(英文版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] (Hallinan C.)
2008-02
版次: 1
ISBN: 9787115172259
定价: 88.00
装帧: 精装
开本: 大16开
纸张: 胶版纸
页数: 537页
字数: 748千字
正文语种: 英语
25人买过
  •   本书是一部全面易懂的嵌入式Linux开发实用指南。主要内容包括:处理器基础、Linux内核、内核初始化、系统初始化、Bootloader、设备驱动基础、文件系统、MTD子系统、BusyBox、嵌入式开发环境、开发工具、内核调试技术、调试嵌入式Linux应用程序、Linux与实时等。
      本书适合有一定的C语言编程基础,对本地局域网和互连网有基本了解的嵌入式开发人员和工程师阅读。   ChristopherHallinan是MontaVista公司的FAE(现场应用工程师),拥有25年以上的网络和通信行业经验,做过多种产品的开发工作,在软件接口方面的深厚的开发背景。加盟MontaVista之前,Chris是一位Linux顾问,拥有4年Linux系统移植、设备驱动和bootloader开发经验,在U-Boot(一个流行的bootloader)项目中做出了杰出的贡献。 Chapter1 Introduction
    1.1 WhyLinux?
    1.2 EmbeddedLinuxToday
    1.3 OpenSourceandtheGPL
    1.3.1 FreeVersusFreedom
    1.4 StandardsandRelevantBodies
    1.4.1 LinuxStandardBase
    1.4.2 OpenSourceDevelopmentLabs
    1.5 ChapterSummary
    1.5.1 SuggestionsforAdditionalReading
    Chapter2 YourFirstEmbeddedExperience
    2.1 EmbeddedorNot?
    2.1.1 BIOSVersusBootloader
    2.2 AnatomyofanEmbeddedSystem
    2.2.1 TypicalEmbeddedLinuxSetup
    2.2.2 StartingtheTargetBoard
    2.2.3 BootingtheKernel
    2.2.4 KernelInitialization:Overview
    2.2.5 FirstUserSpaceProcess:init
    2.3 StorageConsiderations
    2.3.1 FlashMemory
    2.3.2 NANDFlash
    2.3.3 FlashUsage
    2.3.4 FlashFileSystems
    2.3.5 MemorySpace
    2.3.6 ExecutionContexts
    2.3.7 ProcessVirtualMemory
    2.3.8 Cross-DevelopmentEnvironment
    2.4 EmbeddedLinuxDistributions
    2.4.1 CommercialLinuxDistributions
    2.4.2 Do-It-YourselfLinuxDistributions
    2.5 ChapterSummary
    2.5.1 SuggestionsforAdditionalReading
    Chapter3 ProcessorBasics
    3.1 Stand-aloneProcessors
    3.1.1 IBM970FX
    3.1.2 IntelPentiumM
    3.1.3 FreescaleMPC7448
    3.1.4 CompanionChipsets
    3.2 IntegratedProcessors:SystemsonChip
    3.2.1 PowerPC
    3.2.2 AMCCPowerPC
    3.2.3 FreescalePowerPC
    3.2.4 MIPS
    3.2.5 BroadcomMIPS
    3.2.6 AMDMIPS
    3.2.7 OtherMIPS
    3.2.8 ARM
    3.2.9 TIARM
    3.2.10 FreescaleARM
    3.2.11 IntelARMXScale
    3.2.12 OtherARM
    3.2.13 OtherArchitectures
    3.3 HardwarePlatforms
    3.3.1 CompactPCI
    3.3.2 ATCA
    3.4 ChapterSummary
    3.4.1 SuggestionsForAdditionalReading
    Chapter4 TheLinuxKernel——ADifferentPerspective
    Chapter5 KernelInitialization
    Chapter6 SystemInitialization
    Chapter7 Bootloaders
    Chapter8 DeviceDriverBasics
    Chapter9 FileSystems
    Chapter10 MTDSubsystem
    Chapter11 BusyBox
    Chapter12 EmbeddedDevelopmentEnvironment
    Chapter13 DevelopmentTools
    Chapter14 KernelDebuggingTechniques
    Chapter15 DebuggingEmbeddedLinuxApplications
    Chapter16 PortingLinux
    Chapter17 LinuxandRealTime
    AppendixA:GNUPublicLicense
    AppendixB:U-BootConfigurableCommands
    AppendixC:BusyBoxCommands
    AppendixD:SDRAMInterfaceConsiderations
    AppendixE:OpenSourceResources
    AppendixF:SampleBDI-2000ConfigurationFile
    Index 
  • 内容简介:
      本书是一部全面易懂的嵌入式Linux开发实用指南。主要内容包括:处理器基础、Linux内核、内核初始化、系统初始化、Bootloader、设备驱动基础、文件系统、MTD子系统、BusyBox、嵌入式开发环境、开发工具、内核调试技术、调试嵌入式Linux应用程序、Linux与实时等。
      本书适合有一定的C语言编程基础,对本地局域网和互连网有基本了解的嵌入式开发人员和工程师阅读。
  • 作者简介:
      ChristopherHallinan是MontaVista公司的FAE(现场应用工程师),拥有25年以上的网络和通信行业经验,做过多种产品的开发工作,在软件接口方面的深厚的开发背景。加盟MontaVista之前,Chris是一位Linux顾问,拥有4年Linux系统移植、设备驱动和bootloader开发经验,在U-Boot(一个流行的bootloader)项目中做出了杰出的贡献。
  • 目录:
    Chapter1 Introduction
    1.1 WhyLinux?
    1.2 EmbeddedLinuxToday
    1.3 OpenSourceandtheGPL
    1.3.1 FreeVersusFreedom
    1.4 StandardsandRelevantBodies
    1.4.1 LinuxStandardBase
    1.4.2 OpenSourceDevelopmentLabs
    1.5 ChapterSummary
    1.5.1 SuggestionsforAdditionalReading
    Chapter2 YourFirstEmbeddedExperience
    2.1 EmbeddedorNot?
    2.1.1 BIOSVersusBootloader
    2.2 AnatomyofanEmbeddedSystem
    2.2.1 TypicalEmbeddedLinuxSetup
    2.2.2 StartingtheTargetBoard
    2.2.3 BootingtheKernel
    2.2.4 KernelInitialization:Overview
    2.2.5 FirstUserSpaceProcess:init
    2.3 StorageConsiderations
    2.3.1 FlashMemory
    2.3.2 NANDFlash
    2.3.3 FlashUsage
    2.3.4 FlashFileSystems
    2.3.5 MemorySpace
    2.3.6 ExecutionContexts
    2.3.7 ProcessVirtualMemory
    2.3.8 Cross-DevelopmentEnvironment
    2.4 EmbeddedLinuxDistributions
    2.4.1 CommercialLinuxDistributions
    2.4.2 Do-It-YourselfLinuxDistributions
    2.5 ChapterSummary
    2.5.1 SuggestionsforAdditionalReading
    Chapter3 ProcessorBasics
    3.1 Stand-aloneProcessors
    3.1.1 IBM970FX
    3.1.2 IntelPentiumM
    3.1.3 FreescaleMPC7448
    3.1.4 CompanionChipsets
    3.2 IntegratedProcessors:SystemsonChip
    3.2.1 PowerPC
    3.2.2 AMCCPowerPC
    3.2.3 FreescalePowerPC
    3.2.4 MIPS
    3.2.5 BroadcomMIPS
    3.2.6 AMDMIPS
    3.2.7 OtherMIPS
    3.2.8 ARM
    3.2.9 TIARM
    3.2.10 FreescaleARM
    3.2.11 IntelARMXScale
    3.2.12 OtherARM
    3.2.13 OtherArchitectures
    3.3 HardwarePlatforms
    3.3.1 CompactPCI
    3.3.2 ATCA
    3.4 ChapterSummary
    3.4.1 SuggestionsForAdditionalReading
    Chapter4 TheLinuxKernel——ADifferentPerspective
    Chapter5 KernelInitialization
    Chapter6 SystemInitialization
    Chapter7 Bootloaders
    Chapter8 DeviceDriverBasics
    Chapter9 FileSystems
    Chapter10 MTDSubsystem
    Chapter11 BusyBox
    Chapter12 EmbeddedDevelopmentEnvironment
    Chapter13 DevelopmentTools
    Chapter14 KernelDebuggingTechniques
    Chapter15 DebuggingEmbeddedLinuxApplications
    Chapter16 PortingLinux
    Chapter17 LinuxandRealTime
    AppendixA:GNUPublicLicense
    AppendixB:U-BootConfigurableCommands
    AppendixC:BusyBoxCommands
    AppendixD:SDRAMInterfaceConsiderations
    AppendixE:OpenSourceResources
    AppendixF:SampleBDI-2000ConfigurationFile
    Index 
查看详情
系列丛书 / 更多
嵌入式 Linux 开发(英文版)
测试驱动开发(注释版)
[美]贝克 著;孙方 注
嵌入式 Linux 开发(英文版)
分析模式
[英]福勒、陈师 著;陈师 注
嵌入式 Linux 开发(英文版)
实现模式(英文版)
[美]KentBeck 著
嵌入式 Linux 开发(英文版)
Java核心技术卷1:基础知识(第8版英文版)
[美]Cay S.Horstmann Gary Cornell 著
嵌入式 Linux 开发(英文版)
Java2核心技术卷1:基础知识(第7版)(英文版)
[美]霍斯特曼、[美]康奈尔 著
嵌入式 Linux 开发(英文版)
数据库重构
[美]安布勒、[美]萨达拉戈 著
嵌入式 Linux 开发(英文版)
人月神话(注释版)
布鲁克斯(Frederick P.Brook)、李琦 著
嵌入式 Linux 开发(英文版)
代码整洁之道(英文版)
[美]马丁(Martin R.C) 著
嵌入式 Linux 开发(英文版)
Essential C#2.0(英文版)
Mark Michaelis 著
嵌入式 Linux 开发(英文版)
TSP:领导开发团队(英文版)
[美]汉弗莱(Humphrey W.S.) 著
嵌入式 Linux 开发(英文版)
Linux应用程序开发(第2版)(英文版)
约翰逊(Johnson E.W.) 著;特罗安 译
嵌入式 Linux 开发(英文版)
C#编程语言(第2版)(英文版)
[美]海吉斯博格 著
相关图书 / 更多
嵌入式 Linux 开发(英文版)
嵌入与网络:西南民族地区禁毒社会组织制度结构优化的路径选择
谢勇 著
嵌入式 Linux 开发(英文版)
嵌入式金融:金融技术应用新革命
[美]斯嘉丽·西贝尔(Scarlett Sieber);[英]苏菲·吉博(Sophie Guibaud)
嵌入式 Linux 开发(英文版)
嵌入式系统及应用
付少华主编
嵌入式 Linux 开发(英文版)
嵌入式系统应用开发——基于NI LabVIEW&myRIO的设计与实现
杨帆;张彩丽;刘晋东;李宁
嵌入式 Linux 开发(英文版)
嵌入式技术入门与实战(基于STM32)
尹静
嵌入式 Linux 开发(英文版)
嵌入式单片机技术实战教程
郭海如;熊曾刚;李志敏;赵恒;谈怀江;刘江华;万青;万兴
嵌入式 Linux 开发(英文版)
嵌入城市:农民工永久迁移意愿及其影响因素研究
陆文荣
嵌入式 Linux 开发(英文版)
嵌入式Linux系统开发 ——基于ARM处理器通用平台(第2版)
冯新宇;蒋洪波;程坤
嵌入式 Linux 开发(英文版)
嵌入式系统集成开发
代红英;李奇兵;董旭斌;陆鹏;陶翠微
嵌入式 Linux 开发(英文版)
嵌入式技术及应用(STM32CubeMX版)
李文华
嵌入式 Linux 开发(英文版)
嵌入地方的市场--对一个西南村镇集市的人类学考察
张琪 著
嵌入式 Linux 开发(英文版)
嵌入式Linux驱动开发实践
朱文伟 李建英
您可能感兴趣 / 更多
嵌入式 Linux 开发(英文版)
争吵的恋人:我们为什么相爱,又为什么争吵
[美]约翰·金,[美]瓦妮莎·贝内特
嵌入式 Linux 开发(英文版)
蒙特卡洛的密码锁(数学大师的逻辑课) 文教科普读物 [美]雷蒙德·m.斯穆里安(raymondm.smullyan)
[美]雷蒙德·m.斯穆里安(raymondm.smullyan)
嵌入式 Linux 开发(英文版)
全新正版图书 新任管理者快速成长蕾切尔·帕切科浙江教育出版社9787572277214
[美]蕾切尔· 帕切科
嵌入式 Linux 开发(英文版)
《生命大设计.重构》(关于“生命创造现实”这一惊人事实,独特且完整的科学探索与哲学诠释)
[美]鲍勃·伯曼 著;杨泓 译;[美]罗伯特·兰札;马泰·帕夫希奇(斯洛文尼亚)
嵌入式 Linux 开发(英文版)
杰出投资者的底层认知:成功投资与明智创富的10个茅塞顿开之问(《聪明的投资者》新时代精华版)
[美]J.戴维·斯坦恩(J.David Stein) 著;刘寅龙 译;庞鑫
嵌入式 Linux 开发(英文版)
浴缸里的海洋
[美]塞思·菲什曼
嵌入式 Linux 开发(英文版)
新视界文库-生命故事:生物学上的伟大发现
[美]肖恩·B.卡罗尔
嵌入式 Linux 开发(英文版)
洛丽塔原型:小说《洛丽塔》背后的萨莉?霍纳绑架案
[美]萨拉·魏恩曼 著;真故图书 出品
嵌入式 Linux 开发(英文版)
托尔斯泰
[美]莉莎·克纳普(Liza Knapp)
嵌入式 Linux 开发(英文版)
奇迹之门 《纽约时报》畅销书作家写给孩子的一封“成长家书”。让父母的爱与肯定,成为孩子探索世界的底气。拥抱成长的不确定性,打开通向无限可能的“奇迹之门”。
[美]艾莉森·麦基/文 (美) 柳泰恩 图
嵌入式 Linux 开发(英文版)
全球通史(全六册)(另一个角度的“全球通史”,不一样的视野与新知。以地理为骨,历史为肉,一部超级丰满的世界通史。)
[美]塞缪尔·古德里奇 译者:冷惠玲、冯佳娜、王小忠、孙丽霞、李江艳
嵌入式 Linux 开发(英文版)
《星际争霸》动画影像艺术
[美]罗伯特·布鲁克斯