Yocto Project Development Manual

Yocto Project Development Manual
Author: Scott Rifenbark
Publisher:
Total Pages: 154
Release: 2015-11-17
Genre: Computers
ISBN: 9789888381975

The following list describes what you can get from this book: Information that lets you get set up to develop using the Yocto Project. Information to help developers who are new to the open source environment and to the distributed revision control system Git, which the Yocto Project uses. An understanding of common end-to-end development models and tasks. Information about common development tasks generally used during image development for embedded devices. Information on using the Yocto Project integration of the QuickEMUlator (QEMU), which lets you simulate running on hardware an image you have built using the OpenEmbedded build system. Many references to other sources of related information.

Embedded Linux Systems with the Yocto Project

Embedded Linux Systems with the Yocto Project
Author: Rudolf J. Streif
Publisher: Prentice Hall
Total Pages: 992
Release: 2016-04-18
Genre: Computers
ISBN: 0133443280

Build Complete Embedded Linux Systems Quickly and Reliably Developers are increasingly integrating Linux into their embedded systems: It supports virtually all hardware architectures and many peripherals, scales well, offers full source code, and requires no royalties. The Yocto Project makes it much easier to customize Linux for embedded systems. If you’re a developer with working knowledge of Linux, Embedded Linux Systems with the Yocto ProjectTM will help you make the most of it. An indispensable companion to the official documentation, this guide starts by offering a solid grounding in the embedded Linux landscape and the challenges of creating custom distributions for embedded systems. You’ll master the Yocto Project’s toolbox hands-on, by working through the entire development lifecycle with a variety of real-life examples that you can incorporate into your own projects. Author Rudolf Streif offers deep insight into Yocto Project’s build system and engine, and addresses advanced topics ranging from board support to compliance management. You’ll learn how to Overcome key challenges of creating custom embedded distributions Jumpstart and iterate OS stack builds with the OpenEmbedded Build System Master build workflow, architecture, and the BitBake Build Engine Quickly troubleshoot build problems Customize new distros with built-in blueprints or from scratch Use BitBake recipes to create new software packages Build kernels, set configurations, and apply patches Support diverse CPU architectures and systems Create Board Support Packages (BSP) for hardware-specific adaptations Provide Application Development Toolkits (ADT) for round-trip development Remotely run and debug applications on actual hardware targets Ensure open-source license compliance Scale team-based projects with Toaster, Build History, Source Mirrors, and Autobuilder

Embedded Linux Development with Yocto Project

Embedded Linux Development with Yocto Project
Author: Otavio Salvador
Publisher: Packt Publishing Ltd
Total Pages: 224
Release: 2014-07-09
Genre: Computers
ISBN: 1783282347

A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems.

Using Yocto Project with BeagleBone Black

Using Yocto Project with BeagleBone Black
Author: H M Irfan Sadiq
Publisher: Packt Publishing Ltd
Total Pages: 144
Release: 2015-06-30
Genre: Computers
ISBN: 1785284274

The Yocto Project produces tools and processes that enable the creation of Linux distributions for embedded software, independent of the architecture. BeagleBone Black is a platform that allows users to perform installation and customizations to their liking, quickly and easily. Starting with a basic introduction to Yocto Project's build system, this book will take you through the setup and deployment steps for Yocto Project. You will develop an understanding of BitBake, learn how to create a basic recipe, and explore the different types of Yocto Project recipe elements. Moving on, you will be able to customize existing recipes in layers and create a home surveillance solution using your webcam, as well as creating other advanced projects using BeagleBone Black and Yocto Project. By the end of the book, you will have all the necessary skills, exposure, and experience to complete projects based on Yocto Project and BeagleBone Black.

Learning Embedded Linux Using the Yocto Project

Learning Embedded Linux Using the Yocto Project
Author: Alexandru Vaduva
Publisher: Packt Publishing Ltd
Total Pages: 334
Release: 2015-06-30
Genre: Computers
ISBN: 1784395196

This book offers readers an idea of what embedded Linux software and hardware architecture looks like, cross-compiling, and also presents information about the bootloader and how it can be built for a specific board. This book will go through Linux kernel features and source code, present information on how to build a kernel source, modules, and the Linux root filesystem. You'll be given an overview of the available Yocto Project components, how to set up Yocto Project Eclipse IDE, and how to use tools such as Wic and Swabber that are still under development. It will present the meta-realtime layer and the newly created meta-cgl layer, its purpose, and how it can add value to poky.

Embedded Linux Development Using Yocto Project Cookbook

Embedded Linux Development Using Yocto Project Cookbook
Author: Alex González
Publisher: Packt Publishing Ltd
Total Pages: 449
Release: 2018-01-25
Genre: Computers
ISBN: 1788392922

Over 79 hands-on recipes for professional embedded Linux developers to optimize and boost their Yocto Project know-how Key Features Optimize your Yocto setup to speed up development and debug build issues Use what is quickly becoming the standard embedded Linux product builder framework—the Yocto Project Recipe-based implementation of best practices to optimize your Linux system Book Description The Yocto Project has become the de facto distribution build framework for reliable and robust embedded systems with a reduced time to market.You'll get started by working on a build system where you set up Yocto, create a build directory, and learn how to debug it. Then, you'll explore everything about the BSP layer, from creating a custom layer to debugging device tree issues. In addition to this, you’ll learn how to add a new software layer, packages, data, scripts, and configuration files to your system. You will then cover topics based on application development, such as using the Software Development Kit and how to use the Yocto project in various development environments. Toward the end, you will learn how to debug, trace, and profile a running system. This second edition has been updated to include new content based on the latest Yocto release. What you will learn Optimize your Yocto Project setup to speed up development and debug build issues Use Docker containers to build Yocto Project-based systems Take advantage of the user-friendly Toaster web interface to the Yocto Project build system Build and debug the Linux kernel and its device trees Customize your root filesystem with already-supported and new Yocto packages Optimize your production systems by reducing the size of both the Linux kernel and root filesystems Explore the mechanisms to increase the root filesystem security Understand the open source licensing requirements and how to comply with them when cohabiting with proprietary programs Create recipes, and build and run applications in C, C++, Python, Node.js, and Java Who this book is for If you are an embedded Linux developer with the basic knowledge of Yocto Project, this book is an ideal way to broaden your knowledge with recipes for embedded development.

Yocto Project Reference Manual

Yocto Project Reference Manual
Author: Richard Purdie
Publisher:
Total Pages: 228
Release: 2015-11-17
Genre: Computers
ISBN: 9789888381982

This reference manual consists of the following: Using the Yocto Project: Provides an overview of the components that make up the Yocto Project followed by information about debugging images created in the Yocto Project. A Closer Look at the Yocto Project Development Environment: Provides a more detailed look at the Yocto Project development environment within the context of development. Technical Details: Describes fundamental Yocto Project components as well as an explanation behind how the Yocto Project uses shared state (sstate) cache to speed build time. Migrating to a Newer Yocto Project Release: Describes release-specific information that helps you move from one Yocto Project Release to another. Classes: Describes the classes used in the Yocto Project. Tasks: Describes the tasks defined by the OpenEmbedded build system. QA Error and Warning Messages: Lists and describes QA warning and error messages. Images: Describes the standard images that the Yocto Project supports. Features: Describes mechanisms for creating distribution, machine, and image features during the build process using the OpenEmbedded build system. Variables Glossary: Presents most variables used by the OpenEmbedded build system, which uses BitBake. Entries describe the function of the variable and how to apply them. Variable Context: Provides variable locality or context. FAQ: Provides answers for commonly asked questions in the Yocto Project development environment. Contributing to the Yocto Project: Provides guidance on how you can contribute back to the Yocto Project.

Exploring BeagleBone

Exploring BeagleBone
Author: Derek Molloy
Publisher: John Wiley & Sons
Total Pages: 601
Release: 2014-12-31
Genre: Computers
ISBN: 1118935128

In-depth instruction and practical techniques for building with the BeagleBone embedded Linux platform Exploring BeagleBone is a hands-on guide to bringing gadgets, gizmos, and robots to life using the popular BeagleBone embedded Linux platform. Comprehensive content and deep detail provide more than just a BeagleBone instruction manual—you’ll also learn the underlying engineering techniques that will allow you to create your own projects. The book begins with a foundational primer on essential skills, and then gradually moves into communication, control, and advanced applications using C/C++, allowing you to learn at your own pace. In addition, the book’s companion website features instructional videos, source code, discussion forums, and more, to ensure that you have everything you need. The BeagleBone’s small size, high performance, low cost, and extreme adaptability have made it a favorite development platform, and the Linux software base allows for complex yet flexible functionality. The BeagleBone has applications in smart buildings, robot control, environmental sensing, to name a few; and, expansion boards and peripherals dramatically increase the possibilities. Exploring BeagleBone provides a reader-friendly guide to the device, including a crash course in computer engineering. While following step by step, you can: Get up to speed on embedded Linux, electronics, and programming Master interfacing electronic circuits, buses and modules, with practical examples Explore the Internet-connected BeagleBone and the BeagleBone with a display Apply the BeagleBone to sensing applications, including video and sound Explore the BeagleBone’s Programmable Real-Time Controllers Hands-on learning helps ensure that your new skills stay with you, allowing you to design with electronics, modules, or peripherals even beyond the BeagleBone. Insightful guidance and online peer support help you transition from beginner to expert as you master the techniques presented in Exploring BeagleBone, the practical handbook for the popular computing platform.

Piping and Pipeline Calculations Manual

Piping and Pipeline Calculations Manual
Author: Philip Ellenberger
Publisher: Elsevier
Total Pages: 413
Release: 2014-01-22
Genre: Technology & Engineering
ISBN: 0124169686

Piping and Pipeline Calculations Manual, Second Edition provides engineers and designers with a quick reference guide to calculations, codes, and standards applicable to piping systems. The book considers in one handy reference the multitude of pipes, flanges, supports, gaskets, bolts, valves, strainers, flexibles, and expansion joints that make up these often complex systems. It uses hundreds of calculations and examples based on the author's 40 years of experiences as both an engineer and instructor. Each example demonstrates how the code and standard has been correctly and incorrectly applied. Aside from advising on the intent of codes and standards, the book provides advice on compliance. Readers will come away with a clear understanding of how piping systems fail and what the code requires the designer, manufacturer, fabricator, supplier, erector, examiner, inspector, and owner to do to prevent such failures. The book enhances participants' understanding and application of the spirit of the code or standard and form a plan for compliance. The book covers American Water Works Association standards where they are applicable. - Updates to major codes and standards such as ASME B31.1 and B31.12 - New methods for calculating stress intensification factor (SIF) and seismic activities - Risk-based analysis based on API 579, and B31-G - Covers the Pipeline Safety Act and the creation of PhMSA

Mastering Embedded Linux Programming

Mastering Embedded Linux Programming
Author: Frank Vasquez
Publisher: Packt Publishing Ltd
Total Pages: 758
Release: 2021-05-14
Genre: Computers
ISBN: 1789535115

Harness the power of Linux to create versatile and robust embedded solutions Key Features Learn how to develop and configure robust embedded Linux devices Explore the new features of Linux 5.4 and the Yocto Project 3.1 (Dunfell) Discover different ways to debug and profile your code in both user space and the Linux kernel 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.