Embedded Linux Mit Raspberry Pi Und Co

DOWNLOAD
Download Embedded Linux Mit Raspberry Pi Und Co PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Embedded Linux Mit Raspberry Pi Und Co book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page
Embedded Linux Mit Raspberry Pi Und Co
DOWNLOAD
Author : Ralf Jesse
language : de
Publisher: MITP-Verlags GmbH & Co. KG
Release Date : 2016-02-12
Embedded Linux Mit Raspberry Pi Und Co written by Ralf Jesse and has been published by MITP-Verlags GmbH & Co. KG this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-02-12 with Computers categories.
- Embedded-Linux-Kernel erzeugen - Treiber und Kernelmodule entwickeln - Praxisbeispiele mit LED-Matrix und LC-Displays Raspberry Pi, BeagleBone Black, CubieBoard und Co. haben dazu beigetragen, das Interesse an Embedded Linux sowie dessen Programmierung und Nutzung für alltägliche Dinge zu wecken. Es wird verstärkt immer mehr auch im industriellen Umfeld eingesetzt. Dieses Buch vermittelt die Grundlagen, die für den produktiven Einsatz von Embedded Linux notwendig sind. Ralf Jesse führt am Beispiel des beliebten Minicomputers Raspberry Pi in die Handhabung und Weiterentwicklung von Embedded Linux ein. Er behandelt alle Schritte, die für die Entwicklung von Embedded-Linux-Systemen wichtig sind: Aufsetzen und Nutzen einer sogenannten Cross-Development-Plattform auf der Basis eines in einer virtuellen Maschine ausgeführten Desktop Linux Übertragen der entwickelten Software auf das Zielsystem Grundlagen von Shellscripts für komfortablere Softwareentwicklung Vermittlung der für den Bau eines Kernels und des root-Dateisystems benötigten Kenntnisse Einfaches Starten und Testen des Kernels unter Einsatz des Bootmanagers „Das U-Boot“ instieg in die Entwicklung von Gerätetreibern und Kernelmodulen Das Buch richtet sich an alle, die „mehr“ aus ihrem Embedded System herausholen wollen. Die dafür erforderlichen Linux-Kenntnisse sind keine Voraussetzung, sondern werden im Buch erarbeitet. Alternative Ansätze auf der Basis anderer Minicomputer werden ebenfalls aufgezeigt. Somit ist das Buch für alle relevant, die Embedded Linux als Betriebssystem einsetzen wollen, unabhängig von der verwendeten Hardware. Aus dem Inhalt: - Linux-Grundlagen - Shell-Programmierung - Netzwerkanbindung - Aufbau einer Cross-Entwicklungsumgebung - Erstellen eines Embedded-Linux-Kernels - Erzeugen eines root-Dateisystems - Der Bootprozess für verschiedene Embedded PCs: Raspberry Pi, BeagleBone Black und Cubieboard - Einstieg in die Entwicklung von Treibern und Kernelmodulen - Template für eigene Treiber - Ansteuerung von Hardware - Praxisbeispiele: Schieberegister, Ansteuerung von 8x8-LED-Matrizen, Steuerung von textbasierten LC-Displays
Exploring Raspberry Pi
DOWNLOAD
Author : Derek Molloy
language : en
Publisher: John Wiley & Sons
Release Date : 2016-06-13
Exploring Raspberry Pi written by Derek Molloy and has been published by John Wiley & Sons this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-06-13 with Computers categories.
Expand Raspberry Pi capabilities with fundamental engineering principles Exploring Raspberry Pi is the innovators guide to bringing Raspberry Pi to life. This book favors engineering principles over a 'recipe' approach to give you the skills you need to design and build your own projects. You'll understand the fundamental principles in a way that transfers to any type of electronics, electronic modules, or external peripherals, using a "learning by doing" approach that caters to both beginners and experts. The book begins with basic Linux and programming skills, and helps you stock your inventory with common parts and supplies. Next, you'll learn how to make parts work together to achieve the goals of your project, no matter what type of components you use. The companion website provides a full repository that structures all of the code and scripts, along with links to video tutorials and supplementary content that takes you deeper into your project. The Raspberry Pi's most famous feature is its adaptability. It can be used for thousands of electronic applications, and using the Linux OS expands the functionality even more. This book helps you get the most from your Raspberry Pi, but it also gives you the fundamental engineering skills you need to incorporate any electronics into any project. Develop the Linux and programming skills you need to build basic applications Build your inventory of parts so you can always "make it work" Understand interfacing, controlling, and communicating with almost any component Explore advanced applications with video, audio, real-world interactions, and more Be free to adapt and create with Exploring Raspberry Pi.
Embedded Linux Mit Dem Raspberry Pi
DOWNLOAD
Author : Claus Kühnel
language : de
Publisher: BOD GmbH DE
Release Date : 2013-08-29
Embedded Linux Mit Dem Raspberry Pi written by Claus Kühnel and has been published by BOD GmbH DE this book supported file pdf, txt, epub, kindle and other format this book has been release on 2013-08-29 with Technology & Engineering categories.
"Embedded Linux mit dem Raspberry Pi" zeigt den Einsatz von Linux auf der populären Hardware-Plattform Raspberry Pi. Der Untertitel „für Ein- und Umsteiger“ soll gleichzeitig verdeutlichen, an wen als Leser mit diesem Buch primär gedacht ist. Hier geht es nicht um Linux als alternatives Betriebssystem für den PC, sondern den Einsatz von Linux in einem Embedded System und um das Embedded System selbst. Die Komplexität heutiger Anforderungen an Elektronikkomponenten ist an vielen Stellen mit den klassischen Konzepten um Mikrocontroller kaum umsetzbar. Hinzu kommt der Preiszerfall in diesem Sektor, der für den Einsatz leistungsfähiger 32-Bit-Mikrocontroller, wie ARM- oder Cortex-Derivate, spricht. Während die leistungsschwächeren (8-Bit-) Mikrocontroller meist ohne Betriebssystem betrieben wurden, kommt man bei den 32-Bit-Mikrocontrollern kaum noch um den Einsatz eines Betriebssystems herum. Das Betriebssystem bietet Schnittstellentreiber, Dateisystem, Multi-Threading u.a. und übernimmt damit wiederkehrenden Aufgaben, für die stabile Softwarekomponenten zur Verfügung stehen. Leistungsfähige und schlanke Linux-Derivate können heute auch auf einfacheren Prozessoren eingesetzt werden und sind frei verfügbar. Die verwendete Linux-Distribution Raspbian stellt einen grafischen Desktop zur Verfügung, der hier aber nicht von primärem Interesse ist. Unser primäres Userinterface hier ist klassisch die Kommandozeile, wie sie vielen Mikrocontroller-Programmierern aus deren Projekten als Terminal-Schnittstelle bekannt ist. Ein grafisches Userinterface ist für viele geschlossene Embedded Systems (deeply embedded) ohnehin nicht erforderlich, oder kann durch ein Web-Interface ersetzt werden. Mit dem Einsatz von Linux in einem Embedded System kommt eine Reihe von neuen Ansätzen auf den Umsteiger aus der konventionellen Mikrocontrollerwelt zu, mit denen wir uns hier erst einmal auseinandersetzen werden. Alle gelisteten Quelltexte und einige Erläuterungen sind unter SourceForge abgelegt (http://sourceforge.net/projects/raspberrypisnip/). Zum Buch existiert ausserdem eine Webseite http://www.ckuehnel.ch/Raspi-Buch.html.
Mastering Embedded Linux Programming
DOWNLOAD
Author : Frank Vasquez
language : en
Publisher: Packt Publishing Ltd
Release Date : 2021-05-14
Mastering Embedded Linux Programming written by Frank Vasquez and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-05-14 with Computers categories.
Build, customize, and deploy Linux-based embedded systems with confidence using Yocto, bootloaders, and build tools Key Features Master build systems, toolchains, and kernel integration for embedded Linux Set up custom Linux distros with Yocto and manage board-specific configurations Learn real-world debugging, memory handling, and system performance tuning Book DescriptionIf you’re looking for a book that will demystify embedded Linux, then you’ve come to the right place. Mastering Embedded Linux Programming is a fully comprehensive guide that can serve both as means to learn new things or as a handy reference. The first few chapters of this book will break down the fundamental elements that underpin all embedded Linux projects: the toolchain, the bootloader, the kernel, and the root filesystem. After that, you will learn how to create each of these elements from scratch and automate the process using Buildroot and the Yocto Project. As you progress, the book will show you how to implement an effective storage strategy for flash memory chips and install updates to a device remotely once it’s deployed. You’ll also learn about the key aspects of writing code for embedded Linux, such as how to access hardware from apps, the implications of writing multi-threaded code, and techniques to manage memory in an efficient way. The final chapters demonstrate how to debug your code, whether it resides in apps or in the Linux kernel itself. You’ll also cover the different tracers and profilers that are available for Linux so that you can quickly pinpoint any performance bottlenecks in your system. By the end of this Linux book, you’ll be able to create efficient and secure embedded devices using Linux.What you will learn Use Buildroot and the Yocto Project to create embedded Linux systems Troubleshoot BitBake build failures and streamline your Yocto development workflow Update IoT devices securely in the field using Mender or balena Prototype peripheral additions by reading schematics, modifying device trees, soldering breakout boards, and probing pins with a logic analyzer Interact with hardware without having to write kernel device drivers Divide your system up into services supervised by BusyBox runit Debug devices remotely using GDB and measure the performance of systems using tools such as perf, ftrace, eBPF, and Callgrind Who this book is for If you’re a systems software engineer or system administrator who wants to learn how to implement Linux on embedded devices, then this book is for you. It's also aimed at embedded systems engineers accustomed to programming for low-power microcontrollers, who can use this book to help make the leap to high-speed systems on chips that can run Linux. Anyone who develops hardware that needs to run Linux will find something useful in this book – but before you get started, you'll need a solid grasp on POSIX standard, C programming, and shell scripting.
Embedded Linux Lernen Mit Dem Raspberry Pi
DOWNLOAD
Author : Jürgen Quade
language : de
Publisher: dpunkt.verlag
Release Date : 2014-05-08
Embedded Linux Lernen Mit Dem Raspberry Pi written by Jürgen Quade and has been published by dpunkt.verlag this book supported file pdf, txt, epub, kindle and other format this book has been release on 2014-05-08 with Computers categories.
Im Bereich eingebetteter Systeme ist Linux weit verbreitet. Und in Kombination mit der Embedded-Plattform Raspberry Pi bildet es ein optimales Gespann, um sich praxisorientiert Kenntnisse und Techniken anzueignen, die für die Entwicklung eingebetteter Systeme notwendig sind. Dieses einführende Lehr- und Arbeitsbuch beschreibt daher Aufbau, Konzeption und Realisierung eingebetteter Linux-Systeme am Beispiel des Raspberry Pi. Zahlreiche Beispiele sowie Tipps und Tricks machen das Thema anschaulich und erleichtern die Umsetzung in die Praxis. Nach der erfolgreichen Lektüre können Sie - einfache eingebettete System planen und realisieren - eine Cross-Entwicklungsumgebung im Rahmen einer Host-Target-Entwicklung aufsetzen - Systemsoftware konfektionieren und zu einem Embedded-Linux-Gesamtsystem zusammenbauen - die Einschränkungen bei der Applikationserstellung im Umfeld eingebetteter System einschätzen und Anwendungssoftware erstellen - den grundlegenden Aufbau von Treibersoftware nachvollziehen und einfache Treiber programmieren - die Anforderungen an Security verstehen und durch geeignete Techniken gewährleisten. Vom Systemanwender zum Systementwickler: Während die meisten Bücher rund um den Raspberry Pi zeigen, wie Sie vorhandene Systemsoftware einsetzen und für Ihre Anwendung nutzen, entwickeln Sie mit diesem Mitmach-Buch ein optimal auf Ihre eigenen Bedürfnisse angepasstes Embedded Linux!
Deep Learning On Embedded Systems
DOWNLOAD
Author : Tariq M. Arif
language : en
Publisher: John Wiley & Sons
Release Date : 2025-04-29
Deep Learning On Embedded Systems written by Tariq M. Arif and has been published by John Wiley & Sons this book supported file pdf, txt, epub, kindle and other format this book has been release on 2025-04-29 with Technology & Engineering categories.
Comprehensive, accessible introduction to deep learning for engineering tasks through Python programming, low-cost hardware, and freely available software Deep Learning On Embedded Systems is a comprehensive guide to the practical implementation of deep learning for engineering tasks through computers and embedded hardware such as Raspberry Pi and Nvidia Jetson Nano. After an introduction to the field, the book provides fundamental knowledge on deep learning, convolutional and recurrent neural networks, computer vision, and basics of Linux terminal and docker engines. This book shows detailed setup steps of Jetson Nano and Raspberry Pi for utilizing essential frameworks such as PyTorch and OpenCV. GPU configuration and dependency installation procedure for using PyTorch is also discussed allowing newcomers to seamlessly navigate the learning curve. A key challenge of utilizing deep learning on embedded systems is managing limited GPU and memory resources. This book outlines a strategy of training complex models on a desktop computer and transferring them to embedded systems for inference. Also, students and researchers often face difficulties with the varying probabilistic theories and notations found in data science literature. To simplify this, the book mainly focuses on the practical implementation part of deep learning using Python programming, low-cost hardware, and freely available software such as Anaconda and Visual Studio Code.To aid in reader learning, questions and answers are included at the end of most chapters. Written by a highly qualified author, Deep Learning On Embedded Systems includes discussion on: Fundamentals of deep learning, including neurons and layers, activation functions, network architectures, hyperparameter tuning, and convolutional and recurrent neural networks (CNNs & RNNs) PyTorch, OpenCV, and other essential framework setups for deep transfer learning, along with Linux terminal operations, docker engine, docker images, and virtual environments in embedded devices. Training models for image classification and object detection with classification, then converting trained PyTorch models to ONNX format for efficient deployment on Jetson Nano and Raspberry Pi. Deep Learning On Embedded Systems serves as an excellent introduction to the field for undergraduate engineering students seeking to learn deep learning implementations for their senior capstone or class projects and graduate researchers and educators who wish to implement deep learning in their research.
Raspberry Pi User Guide
DOWNLOAD
Author : Eben Upton
language : en
Publisher: John Wiley & Sons
Release Date : 2016-08-29
Raspberry Pi User Guide written by Eben Upton and has been published by John Wiley & Sons this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-08-29 with Computers categories.
Learn the Raspberry Pi 3 from the experts! Raspberry Pi User Guide, 4th Edition is the "unofficial official" guide to everything Raspberry Pi 3. Written by the Pi's creator and a leading Pi guru, this book goes straight to the source to bring you the ultimate Raspberry Pi 3 manual. This new fourth edition has been updated to cover the Raspberry Pi 3 board and software, with detailed discussion on its wide array of configurations, languages, and applications. You'll learn how to take full advantage of the mighty Pi's full capabilities, and then expand those capabilities even more with add-on technologies. You'll write productivity and multimedia programs, and learn flexible programming languages that allow you to shape your Raspberry Pi into whatever you want it to be. If you're ready to jump right in, this book gets you started with clear, step-by-step instruction from software installation to system customization. The Raspberry Pi's tremendous popularity has spawned an entire industry of add-ons, parts, hacks, ideas, and inventions. The movement is growing, and pushing the boundaries of possibility along with it—are you ready to be a part of it? This book is your ideal companion for claiming your piece of the Pi. Get all set up with software, and connect to other devices Understand Linux System Admin nomenclature and conventions Write your own programs using Python and Scratch Extend the Pi's capabilities with add-ons like Wi-Fi dongles, a touch screen, and more The credit-card sized Raspberry Pi has become a global phenomenon. Created by the Raspberry Pi Foundation to get kids interested in programming, this tiny computer kick-started a movement of tinkerers, thinkers, experimenters, and inventors. Where will your Raspberry Pi 3 take you? The Raspberry Pi User Guide, 3rd Edition is your ultimate roadmap to discovery.
Hausautomation Mit Raspberry Pi
DOWNLOAD
Author : E.F. Engelhardt
language : de
Publisher: Franzis Verlag
Release Date : 2013-07-18
Hausautomation Mit Raspberry Pi written by E.F. Engelhardt and has been published by Franzis Verlag this book supported file pdf, txt, epub, kindle and other format this book has been release on 2013-07-18 with Computers categories.
Alarmanlage, Heizung, Smart Home, W-LAN & Co: 20 Projekte, die Ihr Leben leichter machen. Wann haben Sie sich zuletzt über Ihre Heizkostenabrechnung geärgert? Oder Ihren Nachbarn beneidet, der sein Garagentor vom fahrenden Wagen aus öffnet? Oder den Paketdienst verpasst, weil Sie die Klingel im Garten nicht gehört haben? Beim Sparen von Heizkosten kann Ihnen der Raspberry Pi helfen Der Minicomputer kann mit elektronischen Heizkörperthermostaten agieren. Das Öffnen des Garagentors über den Raspberry Pi ist eine Kleinigkeit: Sie können sogar Ihr Smartphone als Öffner verwenden. Wartet man auf ein wichtiges Paket, ist es ärgerlich, wenn man die Klingel im Garten nicht hört. Auch hier hilft der Minicomputer: Beim Betätigen der Hausklingel bekommen Sie eine E-Mail oder SMS auf Ihr Handy - damit verpassen Sie die Lieferung Ihrer Internet-Bestellung garantiert nicht. Sicherheit im Haus mit dem Raspberry Pi Da man nicht ständig zuhause sitzt, ist ein effektiver Schutz des eigenen Heims eine lohnende Investition. Ob ein Bewegungsmelder oder ein Briefkastenalarm mit Benachrichtigung per E-Mail oderSMS - mit dem Raspberry Pi ist alles möglich. Der Anschluss einer Webcam wird dabei zur Fingerübung. Haben Sie sich schon einmal über falsche Wetterprognosen geärgert? Dann funktionieren Sie Ihren Raspberry Pi doch einfach zur privaten Wetterstation um. Und wenn Sie den Raspberry Pi unterwegs benötigen, klappt dies mit dem richtigen Akku. Egal ob Kaffeemaschine, Toaster oder Fernseher: Mit diesem Buch bekommen Sie so gut wie alles in Ihrem Haushalt automatisiert, um wieder mehr Zeit für die wichtigen Dinge im Leben zu haben. Aus dem Buch "Hausautomation mit Raspberry Pi" Inhalt: *Bewegungsmelder *Briefkastenalarm *Cloud-Server *Drucker kontrollieren *Fotoüberwachung *Garagen und Türen öffnen *GPIO-Schalter
Embedded Robotics
DOWNLOAD
Author : Thomas Bräunl
language : en
Publisher: Springer Nature
Release Date : 2022-03-23
Embedded Robotics written by Thomas Bräunl and has been published by Springer Nature this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-03-23 with Computers categories.
This book presents a unique examination of mobile robots and embedded systems, from introductory to intermediate level. It is structured in three parts, dealing with Embedded Systems (hardware and software design, actuators, sensors, PID control, multitasking), Mobile Robot Design (driving, balancing, walking, and flying robots), and Mobile Robot Applications (mapping, robot soccer, genetic algorithms, neural networks, behavior-based systems, and simulation). The book is written as a text for courses in computer science, computer engineering, IT, electronic engineering, and mechatronics, as well as a guide for robot hobbyists and researchers.
Enhancing The Human Experience Through Assistive Technologies And E Accessibility
DOWNLOAD
Author : Kouroupetroglou, Christos
language : en
Publisher: IGI Global
Release Date : 2014-06-30
Enhancing The Human Experience Through Assistive Technologies And E Accessibility written by Kouroupetroglou, Christos and has been published by IGI Global this book supported file pdf, txt, epub, kindle and other format this book has been release on 2014-06-30 with Computers categories.
Information Communication Technologies (ICT) have become an increasingly prevalent part of everyday life. Today, there are many cases in which ICT assist the elderly and people with disabilities to complete tasks once thought impossible. Enhancing the Human Experience through Assistive Technologies and E-Accessibility discusses trends in ICT in relation to assistive technologies and their impact on everyday tasks for those with disabilities. This reference work provides different perspectives on upcoming technologies and their impact on e-accessibility and e-inclusion, essential topics for researchers, businesses, and ICT product developers in the field of assistive technologies.