Book Image

Linux Device Driver Development Cookbook

By : Rodolfo Giometti
Book Image

Linux Device Driver Development Cookbook

By: Rodolfo Giometti

Overview of this book

Linux is a unified kernel that is widely used to develop embedded systems. As Linux has turned out to be one of the most popular operating systems worldwide, the interest in developing proprietary device drivers has also increased. Device drivers play a critical role in how the system performs and ensure that the device works in the manner intended. By exploring several examples on the development of character devices, the technique of managing a device tree, and how to use other kernel internals, such as interrupts, kernel timers, and wait queue, you’ll be able to add proper management for custom peripherals to your embedded system. You’ll begin by installing the Linux kernel and then configuring it. Once you have installed the system, you will learn to use different kernel features and character drivers. You will also cover interrupts in-depth and understand how you can manage them. Later, you will explore the kernel internals required for developing applications. As you approach the concluding chapters, you will learn to implement advanced character drivers and also discover how to write important Linux device drivers. By the end of this book, you will be equipped with the skills you need to write a custom character driver and kernel code according to your requirements.
Table of Contents (14 chapters)
10
Additional Information: Managing Interrupts and Concurrency

Other Books You May Enjoy

If you enjoyed this book, you may be interested in these other books by Packt:

Mastering Embedded Linux Programming - Third Edition
Chris Simmonds

ISBN: 978-1-78953-038-4

  • Evaluate the board support packages offered by most manufacturers of a system.
  • Explore Buildroot and the Yocto project to create embedded Linux systems.
  • Update IoT devices in the field without compromising security
  • Install Buildroot and use it to build images for the QEMU and BeagleBone Black targets
  • Learn to install Yocto Project and build basic images for QEMU and BeagleBone Black.
  • Reduce the power budget of devices to make batteries last longer
  • Interact with the hardware without having to write kernel device drivers

Embedded Linux Development Using Yocto Project Cookbook - Second Edition
Alex González

ISBN: 978-1-78839-921-0

  • Optimize your Yocto Project setup to speed up...