Site Information

 Loading... Please wait...

Guide To Development And Testing Of Linux Device Drivers

Posted by Technical Literature on

Guide to Linux Device Drivers

Device drivers run everything that you are interested in, such as disks, monitors, keyboards, modems and everything outside the computer chip and memory. Moreover, the development of device drivers is one of the few areas of programming for the Linux operating system that requires unique, Linux-specific knowledge. 

For years now, programmers have relied on the classic Linux Device Drivers from O'Reilly to master this critical subject. Now in its third edition, this bestselling guide provides all the information you need to write drivers for a broad range of devices. Over the years the book has helped countless programmers learn:

  • How to support computer peripherals under the Linux operating system
  • How to develop and write software for new hardware under Linux
  • The basics of Linux operation even if they are not expecting to write a driver

The new edition of Linux Device Drivers is better than ever. The book covers all the significant changes to Version 2.6 of the Linux kernel, which simplifies various activities, and includes detailed new features that can make a driver both more efficient and more flexible. Readers find new chapters on relevant types of drivers not covered previously, such as consoles, USB drivers, and more. 

Best of all, you don't have to be a kernel hacker to appreciate this book. All you need is an understanding of the C programming language and some background in Unix system calls. Also, for maximum ease-of-use, the book uses full-featured examples that you can compile and run without special hardware.

Today Linux holds fast as the most quickly growing segment of the computer market and continues to win over devoted followers in many application areas. With this increasing support, Linux is now mainstream and viewed as a robust platform for embedded systems. If you're writing device drivers, this book is for you.

More Information...


PiCAN 2 - CAN Interface for Raspberry Pi

PiCAN 2 - CAN Interface for Raspberry Pi 

This PiCAN2 board provides Controller Area Network (CAN) Bus capabilities for the Raspberry Pi. It uses the Microchip MCP2515 CAN controller with MCP2551 CAN transceiver. Connection are made via DB9 or 3-way screw terminal.

There is an easy-to-install SocketCAN driver, and programming can be accomplished in C or Python.

Features

  • CAN v2.0 A/B at 1 Mb/s
  • High speed SPI Interface (10 MHz)
  • Standard and extended data and remote frames
  • CAN connection via standard 9-way sub-D connector or screw terminal
  • Compatible with OBDII cable
  • Solder bridge to set different configuration for DB9 connector
  • 120Ω termination resistor
  • Serial LCD ready
  • LED indicator
  • Foot print for two mini push buttons
  • Four fixing holes, comply with Pi Hat standard
  • SocketCAN driver, appears as can0 to application
  • Interrupt RX on GPIO25

More Information...