精通嵌入式Linux编程 东南大学出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云

精通嵌入式Linux编程 东南大学出版社电子书下载地址
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
《精通嵌入式Linux编程(影印版)(英文)》带领你检视整个产品周期,深入讲解每个产品阶段用到的组件和选项。首先学习的是工具链、bootloader、Linux内核以及根文件系统的配置方法。然后学习使用两种很常用的构建系统(Buildroot和YoctoProject)来加快和简化开发过程。打下了坚实的基础之后,接下来要讲述如何发挥出rawNAND/NORflashmemory(闪存)和managedflash(管理闪存)。MMC芯片的效用,其中包括延长设备生存期以及执行可靠性in—field更新的机制。随后要讲到POSIX线程的用法,这对于很终设备的响应性以及性能有着极大的影响。很后会介绍一些性能分析技术以及使用perf和ftrace跟踪应用程序和内核代码。
书籍目录:
Preface
Chapter 1: Starting Out
Selecting the right operating system
The players
Project lifecycle
The four elements of embedded Linux
Open source
Licenses
Hardware for embedded Linux
Hardware used in this book
The BeagleBone Black
QEMU
Software used in this book
Summary
Chapter 2: Learning About Toolchains
What is a toolchain?
Types of toolchain—native versus cross toolchain
CPU architectures
Choosing the C library
Finding a toolchain
Building a toolchain using crosstool—NG
Installing crosstool—NG
Selecting the toolchain
Anatomy of a toolchain
Finding out about your cross compiler
The sysroot,library,and header files
Other tools in the toolchain
Looking at the components of the C library
Linking with libraries: static and dynamic linking
Static libraries
Shared libraries
Understanding shared library version numbers
The art of cross compiling
Simple makefiles
Autotools
An example: SQLite
Package configuration
Problems with cross compiling
Summary
Chapter 3: All About Bootloaders
What does a bootloader do?
The boot sequence
Phase 1: ROM code
Phase 2: SPL
Phase 3: TPL
Booting with UEFI firmware
Moving from bootloader to kernel
Introducing device trees
Device tree basics
The reg property
Phandles and interrupts
Device tree include files
Compiling a device tree
Choosing a bootloader
U—Boot
Building U—Boot
Installing U—Boot
Using U—Boot
Environment variables
Boot image format
Loading images
Booting Linux
Automating the boot with U—Boot s
Porting U—Boot to a new board
Kconfig and U—Boot
Boarduspecific files
Configuration header files
Building and testing
Falcon mode
Barebox
Getting Barebox
Building Barebox
Summary
Chapter 4: Porting and Configuring the Kernel
What does the kernel do?
Choosing a kernel
Kernel development cycle
Stable and long term support releases
Vendor support
Licensing
Building the kernel
Getting the source
Understanding kernel configuration
Using LOCALVERSION to identify your kernel
Kernel modules
Compiling
Compiling the kernel image
Compiling device trees
Compiling modules
Cleaning kernel sources
Booting your kernel
BeagleBone Black
QEMU
Kernel panic
Early user space
Kernel messages
Kernel command line
Porting Linux to a new board
With a device tree
Without a device tree
Additional reading
Summary
Chapter 5: Building a Root Filesystem
What should be in the root filesystem?
Directory layout
Staging directory
POSIX file access permissions
File ownership permissions in the staging directory
Programs for the root filesystem
The init program
Shell
Utilities
BusyBox to the rescue!
Building BusyBox
ToyBox—an alternative to BusyBox
Libraries for the root filesystem
Reducing size by stripping
Device nodes
The proc and sysfs filesystems
Mounting filesystems
Kernel modules
Transfering the root filesystem to the target
Creating a boot ramdisk
Standalone ramdisk
Booting the ramdisk
Booting with QEMU
Booting the BeagleBone Black
Mounting proc
Building a ramdisk cpio into the kernel image
Another way to build a kernel with ramdisk
The old initrd format
The init program
Configuring user accounts
Adding user accounts to the root filesystem
Starting a daemon process
A better way of managing device nodes
An example using devtmpfs
An example using mdev
Are static device nodes so bad after all?
Configuring the network
Network components for glibc
Creating filesystem images with device tables
Putting the root filesytem onto an SD card
Mounting the root filesystem using NFS
Testing with QEMU
Testing with BeagleBone Black
Problems with file permissions
Using TFTP to load the kernel
Additional reading
Summary
Chapter 6: Selecting a Build System
No more rolling your own embedded Linux
Build systems
Package formats and package managers
Buildroot
Background
Stable releases and support
Installing
Configuring
Running
Creating a custom BSP
U—Boot
Linux
Build
Adding your own code
Overlay
Adding a package
License compliance
The Yocto Project
Background
Stable releases and support
Installing the Yocto Project
Configuring
Building
Running
Layers
BitBake and recipes
Customizing images via local.conf
Writing an image recipe
Creating an SDK
License audit
Further reading
Summary
Chapter 7: Creating a Storage Strategy
Storage options
NOR flash
NAND flash
Managed flash
MultiMediaCard and secure digital cards
eMMC
Other types of managed flash
Accessing flash memory from the bootloader
U—Boot and NOR flash
U—Boot and NAND flash
U—Boot and MMC,SD and eMMC
Accessing flash memory from Linux
Memory technology devices
MTD partitions
MTD device drivers
The MTD character device,mtd
The MTD block device,mtdblock
Logging kernel oops to MTD
Simulating NAND memory
The MMC block driver
Filesystems for flash memory
Flash translation layers
Filesystems for NOR and NAND flash memory
JFFS2
Summary nodes
Clean markers
Creating a JFFS2 filesystem
YAFFS2
Creating a YAFFS2 filesystem
UBI and UBIFS
UBI
UBIFS
Filesystems for managed flash
Flashbench
Discard and TRIM
Ext4
F2FS
FAT16/32
Read—only compressed filesystems
squashfs
Temporary filesystems
Making the root filesystem read—only
Filesystem choices
Updating in the field
Granularity: file,package,or image?
Atomic image update
Further reading
Summary
Chapter 8: Introducing Device Drivers
The role of device drivers
Character devices
Block devices
Network devices
Finding out about drivers at runtime
Getting information from sysfs
The devices:/sys/devices
The drivers:/sys/class
The block drivers:/sys/block
Finding the right device driver
Device drivers in user—space
GPIO
Handling interrupts from GPIO
LEDs
I2C
SPI
Writing a kernel device driver
Designing a character device interface
Anatomy of a device driver
Compile and load
Loading kernel modules
Discovering hardware configuration
Device trees
Platform data
Linking hardware with device drivers
Additional reading
Summary
……
Chapter 9: Starting up—the init Program
Chapter 10: Learning About Processes and Threads
Chapter 11: Managing Memory
Chapter 12: Debugging with GDB
Chapter 13: Profiling and Tracing
Chapter 14: Real—time Programming
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
克里斯·西蒙兹编著的《精通嵌入式Linux编程(影印版)(英文版)》带领你检视整个产品周期,深入讲解每个产品阶段用到的组件和选项。首先学习的是工具链、bootloader、Linux内核以及根文件系统的配置方法。然后学习使用两种最常用的构建系统
(Buildroot和YoctoProject)来加快和简化开发过程。打下了坚实的基础之后,接下来要讲述如何发挥出rawNAND/NORflashmemory(闪存)和managedflash(管理闪存)eMMC芯片的效用,其中包括延长设备生寸期以及执行可靠性in-field更新的机制。随后要讲到POSIX线程的用法,这对于最终设备的响应性以及性能有着极大的影响。最后会介绍一
些性能分析技术以及使用perf和ftrace跟踪应用程序和内核代码。本书适合于熟悉嵌入式系统,希望学习如何制造一流设备的Linux开发人员以及系统程序员。要求读者具备基本的C语言基础和系统编程经验。
网站评分
书籍多样性:7分
书籍信息完全性:6分
网站更新速度:9分
使用便利性:7分
书籍清晰度:7分
书籍格式兼容性:4分
是否包含广告:5分
加载速度:5分
安全性:7分
稳定性:4分
搜索功能:5分
下载便捷性:5分
下载点评
- 引人入胜(593+)
- 无盗版(456+)
- 无水印(672+)
- 一般般(262+)
- 图文清晰(198+)
- 赞(242+)
- 快捷(575+)
- 图书多(158+)
- 三星好评(94+)
- 品质不错(355+)
- 已买(343+)
- 差评(226+)
下载评价
- 网友 郗***兰:
网站体验不错
- 网友 苍***如:
什么格式都有的呀。
- 网友 孙***美:
加油!支持一下!不错,好用。大家可以去试一下哦
- 网友 邱***洋:
不错,支持的格式很多
- 网友 陈***秋:
不错,图文清晰,无错版,可以入手。
- 网友 步***青:
。。。。。好
- 网友 辛***玮:
页面不错 整体风格喜欢
- 网友 寇***音:
好,真的挺使用的!
- 网友 冉***兮:
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 敖***菡:
是个好网站,很便捷
- 网友 詹***萍:
好评的,这是自己一直选择的下载书的网站
- 网友 谢***灵:
推荐,啥格式都有
- 网友 仰***兰:
喜欢!很棒!!超级推荐!
- 网友 曾***文:
五星好评哦
- 网友 索***宸:
书的质量很好。资源多
喜欢"精通嵌入式Linux编程 东南大学出版社"的人也看了
引导联考(速写照片)/央美有约 mobi 下载 网盘 caj lrf pdf txt 阿里云
9787504218483 mobi 下载 网盘 caj lrf pdf txt 阿里云
2014*新修订版 赴美国移民、投资税务与财产披露实务指南 mobi 下载 网盘 caj lrf pdf txt 阿里云
工程招投标及合同管理实务问答及案例解析(赠教师课件) mobi 下载 网盘 caj lrf pdf txt 阿里云
重修琴学门径 张子胜 著作 中国书店出版社【正版书】 mobi 下载 网盘 caj lrf pdf txt 阿里云
亚森·罗平智斗福尔摩斯 mobi 下载 网盘 caj lrf pdf txt 阿里云
做内心强大的女人:卡耐基给女人的能量法则与幸福忠告 [美]戴尔·卡耐基,宿春君 华龄出版社【正版书籍】 mobi 下载 网盘 caj lrf pdf txt 阿里云
国际象棋入门与提高 膳书堂文化 中国画报出版社【正版】 mobi 下载 网盘 caj lrf pdf txt 阿里云
老年泌尿系统疾病.老年病中西医诊疗 mobi 下载 网盘 caj lrf pdf txt 阿里云
功能化离子液体 夏春谷 李臻 离子液体 催化材料 催化体系 应用化学 离子液体催化材料 参考书 绿色催化新材料基础与应用 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 预售 正版 日本的设计:艺术、美学与文化 远足文化 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 中国刑法学总论(21世纪普通高等教育法学系列教材) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 工程制图基础教程 董培蓓,赵涛,张五金 主编 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 意象书法吉祥百字图 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 建筑和市政工程防水标准图集 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 古建筑木结构的损伤评估及加固性能 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 现代图书馆管理创新研究 中国财富出版社有限公司 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 你不要爱我 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 财税书籍10册 金税四期+一本书读懂税收常识+税收筹划一本通+企业纳税筹划实用技巧与典型案例讲解等 节税避税 2022年财税培训书 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 同等学力申硕英语 2024同等学力申硕英语历年真题+教材一本通2本 同等学历申硕真题试卷 2024同等学历申请硕士学位英语考试教材习题历年真题详解 同等学历申硕考试历年英语真题 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:4分
人物塑造:4分
主题深度:4分
文字风格:6分
语言运用:4分
文笔流畅:9分
思想传递:3分
知识深度:9分
知识广度:7分
实用性:5分
章节划分:5分
结构布局:7分
新颖与独特:6分
情感共鸣:5分
引人入胜:3分
现实相关:9分
沉浸感:8分
事实准确性:9分
文化贡献:4分