Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.

Developing Linux Device Drivers by Doulos Ltd

Training

Product Description

This course is delivered in co-operation with Doulos' training partner Feabhas, who specialise in training courses for real-time embedded developers.
Implementing Linux on custom hardware will, in most cases, require you to write device drivers. This course shows how to write code that runs within the Linux kernel to handle hardware events and present a standard interface to applications.
The course presents a detailed view of Linux device drivers with an emphasis on topics specific to embedded environments: cross compilation; remote debugging and real-time. It uses a combination of theory and practice, using an development board with an ARM core and a recent version of Linux 2.6. No prior knowledge of Linux device drivers is assumed, making it ideal for engineers porting from code from an RTOS to Linux.
* To show how to write drivers for custom hardware
* To give some insight into porting drivers from an RTOS to Linux, e.g. the separation between application and kernel code
* To describe the development tools needed, including debug strategies
* To examine the way drivers can affect real-time behaviour and best practice to avoid scheduling latencies
Writing Kernel Modules
Structure of a kernel module • compiling and loading modules
Introduction to character device drivers
Major and minor numbers • basic operations – open, read, write and release • example driver based on a fifo
Debugging Kernel code and device drivers
kernel oops messages • Debugging with gdb and kgdb
The Linux driver model
sysfs and the /sys directory • adding device classes and class attributes
Task synchronisation
Putting tasks to sleep using wait queues • Re-entrancy issues • mutexes, semaphores and spinlocks
Real Time Linux
How real-time is Linux? • things that affect real-time behaviour • kernel pre-emption modes
Input and output
Interfacing with the real world • accessing memory and i/o mapped resources
Time
Delays and sleeps • Using kernel timers.
Interrupts
Installing an interrupt handler; interrupt context and process contexts • deferred processing using a bottom half or tasklet.
Memory management
allocating memory by pages and bytes • slab caches • Techniques to map device memory directly into user space using mmap • getting direct access to user buffers
Block Device Drivers
Anatomy of a block device: example RAM disk driver
Devices on a PCI bus
How to access PCI hardware • an outline PCI driver
Network Device Drivers
Anatomy of a network device: example loop-back interface
Board Support Packages
Customising the Linux configuration menus

Developing Linux Device Drivers

Market Segment(s)

  • General Purpose Products/Services
 
ARM Connected