Skip to content

My new Tutorial how to get started with Linux Kernel Modules and Linux Drivers. Started in 2024

License

Notifications You must be signed in to change notification settings

Johannes4Linux/Linux_Driver_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Driver Tutorial

Here you can find examples for simple Linux Kernel Modules and Linux Drivers.

Preparation

I used a Raspberry Pi 3 to develop and test my modules and drivers. To compile them, you need to install the Kernel headers on your Pi. On Raspberry Pi OS you can do this with the following command:

sudo apt update && sudo apt upgrade -y
sudo apt install raspberrypi-kernel-headers
reboot

Raspberry Pi OS is only installs the latest kernel headers. So, make sure, you are running the latest kernel.

You also need the build utils (make, gcc, ...) but they come preinstalled on Raspberry Pi OS.

Content

In this repo you can find examples for:

  1. Simple Kernel Module

More Information

For more information about my Linux Driver examples check out my videos and my playlist

Support me

If you want to support me, you can buy me a coffee buymeacoffee.com/johannes4linux.

About

My new Tutorial how to get started with Linux Kernel Modules and Linux Drivers. Started in 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published