Embedded Linux: Hardware, Software, and Interfacing
Craig Hollabaugh Ph.D.
- 出版商: Addison-Wesley Professional
- 出版日期: 2002-03-17
- 售價: $2,450
- 貴賓價: 9.5 折 $2,328
- 語言: 英文
- 頁數: 432
- 裝訂: Paperback
- ISBN: 0672322269
- ISBN-13: 9780672322266
-
相關分類:
Embedded-system 嵌入式系統、Linux
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$2,466$2,343Data Mining: Concepts and Techniques
-
$990$970Introduction to Algorithms, 2/e
-
$1,613$1,532802.11 Wireless Networks: The Definitive Guide
-
$1,758$1,670Understanding the Linux Kernel, 2/e (Paperback)
-
$690$538STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)
-
$750$593鳥哥的 Linux 私房菜-伺服器架設篇
-
$980$774C++ Primer, 3/e 中文版
-
$590$448ASP.NET 程式設計徹底研究
-
$1,300$1,235Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$450$360內嵌式 Linux 系統--硬體、軟體與介面 (Embedded Linux: Hardware, Software, and Int
-
$1,150$1,127Digital Image Processing, 2/e(IE)(美國版ISBN:0201180758)
-
$1,200$1,140Computer Organization & Design: The Hardware/Software Interface, 2/e
-
$1,613$1,532Building Embedded Linux Systems
-
$920$727Thinking in Java 中文版 (Thinking in Java, 2/e)
-
$760$600資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e)
-
$760$600802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)
-
$720$569重構─改善既有程式的設計
-
$750$638Java 完美經典優質學習篇
-
$780$741作業系統概念 (Operating System Concepts, 6/e Windows XP Update)
-
$680$537計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)
-
$560$442鳥哥的 Linux 私房菜─基礎學習篇增訂版
-
$450$351JavaScript 範例活用辭典
-
$560$442鳥哥的 Linux 私房菜
-
$1,050$998Operating System Concepts, 6/e
-
$1,400
Embedded Software Development with eCos
商品描述
Embedded Linux covers the development and implementation of interfacing applications on an embedded Linux platform. It includes a comprehensive discussion of platform selection, crosscompilation, kernel compilation, root filesystem creation, booting, remote debugging, real-world interfacing, application control, data collection, archiving, and presentation.
This book includes serial, parallel, memory I/O, USB, and interrupt-driven hardware designs using x86-, StrongARM®-, and PowerPC®-based target boards. In addition, you will find simple device driver module code that connects external devices to the kernel, and network integration code that connects embedded Linux field devices to a centralized control center. Examples teach hardware developers how to store and activate field bits and deliver process information using open source software. If you are a hardware developer, software developer, system integrator, or product manager who's begun exploring embedded Linux for interfacing applications, this book is for you.
- Select an embedded Linux platform (x86, StrongARM®, and PowerPC® architectures are covered)
- Create a cross-compiling and debugging development environment
- Build a custom Linux kernel for each architecture
- Create a minimum root filesystem
- Boot the custom Linux kernel on three target boards with x86, SA-1110, and MPC860 microprocessors
- Remote debug programs running on a target board across an ethernet network using GNU tools
- Connect data acquisition and control electronics/peripherals using the microprocessor's serial, parallel, memory I/O, and USB interfaces
- Measure average interrupt latencies for the x86, SA-1110, and MPC860 microprocessors and design an interrupt-driven process timer with 1mS accuracy
- Interface the peripherals to the kernel and applications using device driver modules
- Collect, control, store, and present data via open source protocols and applications
- Analyze embedded Linux vendor product offerings
Table of Contents
Introduction.
I. GETTING STARTED.
1. Introducing Embedded Linux.
2. System Architecture.
3. Selecting a
Platform and Installing Tool Sets.
4. Booting Linux.
5. Debugging.
6. Asynchronous Serial Communication Interfacing.
7. Parallel Port
Interfacing.
8. USB Interfacing.
9. Memory I/O Interfacing.
10.
Synchronous Serial Communication Interfacing.
11. Using Interrupts For
Timing.
12. System Integration.
13. Final Thoughts.