|Aangeboden in rubriek:
Hebt u iets om te verkopen?

Building Embedded Linux Systems: Concepts, Techniques, Tricks, and Traps by Yag,

Objectstaat:
Goed
Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!
Prijs:
US $28,99
OngeveerEUR 26,66
Verzendkosten:
US $9,99 (ongeveer EUR 9,19) Voordelige verzendservice. Details bekijkenvoor verzending
Bevindt zich in: Multiple Locations, Verenigde Staten
Levering:
Geschatte levering tussen do, 23 mei en wo, 29 mei tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:145753662369
Laatst bijgewerkt op 18 mei 2024 20:51:13 CESTAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Goed
Een boek dat is gelezen, maar zich in goede staat bevindt. De kaft is zeer minimaal beschadigd (er zijn bijvoorbeeld slijtplekken), maar er zijn geen deukjes of scheuren. De harde kaft heeft mogelijk geen stofomslag meer. De boekband vertoont minimale slijtage. De meeste bladzijden zijn onbeschadigd. Er zijn weinig vouwen en scheuren en er is vrijwel geen tekst met potlood onderstreept of met een accentueerstift gemarkeerd. Er is niet in de kantlijn geschreven. Er ontbreken geen bladzijden. Bekijk de aanbieding van de verkoper voor de volledige details en een beschrijving van gebreken. Alle staatdefinities bekijkenwordt in nieuw venster of op nieuw tabblad geopend
Opmerkingen van verkoper
“Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!”
ISBN
9780596529680
Publication Name
Building Embedded Linux Systems : concepts, Techniques, Tricks, and Traps
Item Length
9.2in
Publisher
O'reilly Media, Incorporated
Publication Year
2008
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.1in
Author
Gilad Ben-Yossef, Karim Yaghmour, Jon Masters, Philippe Gerum
Features
Revised
Item Width
7in
Item Weight
25.5 Oz
Number of Pages
464 Pages

Over dit product

Product Information

There's a great deal of excitement surrounding the use of Linux in embedded systems -- for everything from cell phones to car ABS systems and water-filtration plants -- but not a lot of practical information. Building Embedded Linux Systems offers an in-depth, hard-core guide to putting together embedded systems based on Linux. Updated for the latest version of the Linux kernel, this new edition gives you the basics of building embedded Linux systems, along with the configuration, setup, and use of more than 40 different open source and free software packages in common use. The book also looks at the strengths and weaknesses of using Linux in an embedded system, plus a discussion of licensing issues, and an introduction to real-time, with a discussion of real-time options for Linux.This indispensable book features arcane and previously undocumented procedures for: Building your own GNU development toolchain Using an efficient embedded development framework Selecting, configuring, building, and installing a target-specific kernel Creating a complete target root filesystem Setting up, manipulating, and using solid-state storage devices Installing and configuring a bootloader for the target Cross-compiling a slew of utilities and packages Debugging your embedded system using a plethora of tools and techniques Using the uClibc, BusyBox, U-Boot, OpenSSH, thttpd, tftp, strace, and gdb packages By presenting how to build the operating system components from pristine sources and how to find more documentation or help, Building Embedded Linux Systems greatly simplifies the task of keeping complete control over your embedded operating system.

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596529686
ISBN-13
9780596529680
eBay Product ID (ePID)
62225494

Product Key Features

Author
Gilad Ben-Yossef, Karim Yaghmour, Jon Masters, Philippe Gerum
Publication Name
Building Embedded Linux Systems : concepts, Techniques, Tricks, and Traps
Format
Trade Paperback
Language
English
Features
Revised
Publication Year
2008
Type
Textbook
Number of Pages
464 Pages

Dimensions

Item Length
9.2in
Item Height
1.1in
Item Width
7in
Item Weight
25.5 Oz

Additional Product Features

Lc Classification Number
Qa76.6
Edition Description
Revised Edition
Edition Number
2
Table of Content
Preface; Focus on Self-Sufficiency; Audience for This Book; Scope and Background Information; Organization of the Material; Hardware Used in This Book; Software Versions; Typographical Conventions; Using Code Examples; Contact Information; Safari® Books Online; Acknowledgments for the First Edition; Acknowledgments for the Second Edition;Chapter 1: Introduction; 1.1 Definitions; 1.2 Real Life and Embedded Linux Systems; 1.3 Design and Implementation Methodology;Chapter 2: Basic Concepts; 2.1 Types of Hosts; 2.2 Types of Host/Target Development Setups; 2.3 Types of Host/Target Debug Setups; 2.4 Generic Architecture of an Embedded Linux System; 2.5 System Startup; 2.6 Types of Boot Configurations; 2.7 System Memory Layout;Chapter 3: Hardware Support; 3.1 Processor Architectures; 3.2 Buses and Interfaces; 3.3 I/O; 3.4 Storage; 3.5 General-Purpose Networking; 3.6 Industrial-Grade Networking; 3.7 System Monitoring;Chapter 4: Development Tools; 4.1 A Practical Project Workspace; 4.2 GNU Cross-Platform Development Toolchain; 4.3 C Library Alternatives; 4.4 Java; 4.5 Perl; 4.6 Python; 4.7 Other Programming Languages; 4.8 Eclipse: An Integrated Development Environment; 4.9 Terminal Emulators;Chapter 5: Kernel Considerations; 5.1 Selecting a Kernel; 5.2 Configuring the Kernel; 5.3 Compiling the Kernel; 5.4 Installing the Kernel; 5.5 In the Field;Chapter 6: Root Filesystem Content; 6.1 Basic Root Filesystem Structure; 6.2 Libraries; 6.3 Kernel Modules; 6.4 Kernel Images; 6.5 Device Files; 6.6 Main System Applications; 6.7 Custom Applications; 6.8 System Initialization;Chapter 7: Storage Device Manipulation; 7.1 MTD-Supported Devices; 7.2 Disk Devices; 7.3 To Swap or Not To Swap;Chapter 8: Root Filesystem Setup; 8.1 Filesystem Types for Embedded Devices; 8.2 Writing a Filesystem Image to Flash Using an NFS-Mounted Root Filesystem; 8.3 Placing a Disk Filesystem on a RAM Disk; 8.4 Rootfs and Initramfs; 8.5 Choosing a Filesystem's Type and Layout; 8.6 Handling Software Upgrades;Chapter 9: Setting Up the Bootloader; 9.1 Embedded Bootloaders; 9.2 Server Setup for Network Boot; 9.3 Using the U-Boot Bootloader;Chapter 10: Setting Up Networking Services; 10.1 Network Settings; 10.2 Busybox; 10.3 Dynamic Configuration Through DHCP; 10.4 The Internet Super-Server; 10.5 Remote Administration with SNMP; 10.6 Network Login Through Telnet; 10.7 Secure Communication with SSH; 10.8 Serving Web Content Through HTTP; 10.9 Provisioning;Chapter 11: Debugging Tools; 11.1 Eclipse; 11.2 Debugging Applications with gdb; 11.3 Tracing; 11.4 Performance Analysis; 11.5 Memory Debugging; 11.6 A Word on Hardware Tools;Chapter 12: Introduction to Real-Time Linux; 12.1 What Is Real-Time Processing?; 12.2 Should Your Linux Be Real-Time?; 12.3 Common Real-Time Kernel Requirements; 12.4 Some Typical Users of Real-Time Computing Technology; 12.5 The Linux Paths to Real-Time;Chapter 13: The Xenomai Real-Time System; 13.1 Porting Traditional RTOS Applications to Linux; 13.2 The Xenomai Architecture; 13.3 How Xenomai Works; 13.4 The Real-Time Driver Model; 13.5 Xenomai, Chameleon by Design;Chapter 14: The RT Patch; 14.1 Interrupts As Threads; 14.2 Priority Inheritance; 14.3 Configuring the Kernel with the RT Patch; 14.4 High-Resolution Timers; 14.5 The Latency Tracer; 14.6 Conclusion;Colophon;
Copyright Date
2007
Target Audience
Scholarly & Professional
Topic
Programming / General, Operating Systems / Linux
Dewey Decimal
005.4/32
Dewey Edition
22
Illustrated
Yes
Genre
Computers

Objectbeschrijving van de verkoper

Sk1drow Books

Sk1drow Books

95,9% positieve feedback
5,1K objecten verkocht

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
4.7
Redelijke verzendkosten
4.3
Verzendtijd
4.9
Communicatie
4.8
Ingeschreven als zakelijke verkoper

Feedback verkoper (693)

o***9 (155)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Thanks! Good book!
e***w (56)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
For what I was charged the book was a little worn But the customer service was okay.
0***8 (1)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Easy and efficient process. Thank you.