Skip to content

atelszewski/playground_linux_device_drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Source code for Linux Device Drivers development training.

Cross compiling the kernel modules:

$ export ARCH=arm
$ export KERNELDIR=/path/to/kernel/source
$ export CROSS_COMPILER=/path/to/cross-compiler-
$ make

TODO:

  • Add Buildroot config and instructions for testing (some of) the modules using QEMU.

About

Linux Device Drivers (LDD) development training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published