Skip to content

Development of Device Driver ( Character device / null driver)

License

Notifications You must be signed in to change notification settings

hnkr/Kernel-Driver-Device-Driver-LKM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Driver-LKM ( Loadable Kernel Module ) - Kernel Driver

This repo includes 3 projects.

  • simple_module: Hello world project.
  • char_drvr1: character device null driver which needs manually created /dev file.
  • char_drvr2: character device null driver which creates /dev file automatically thanks to udev.

All projects are tested on RapsberryPi. To test IO functionality, $echo and $cat commands can be used.