Skip to content

Linux Kernel Module to control multiple interrupt events on a Raspberry PI.

Notifications You must be signed in to change notification settings

OscarCubeles/RPI-LKM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LKM - Raspberry PI

Linux Kernel Module to control multiple interrupt events on a Raspberry PI.

Table of Contents

  1. General Info
  2. Technologies
  3. Installation

General Info


This University project consists of creating a LKM in a Raspberry Pi with a Debian based OS. The LKM controls the interrupt events generated through 4 buttons connected to the Raspberry PI GPIO's. Each time a button is pressed, a Bash script is executed, and the state of the LEDs connected to the Raspberry PI are modified.

Technologies


A list of technologies used within the project:

Installation


A little intro about the installation of the LKM in a RaspberryPI with a Raspberry PI OS installed.

$ git clone https://github.com/OscarCubeles/RPI-LKM.git
$ make
$ make install

After that, the LKM should work as expected in your machine

Note: To use the application in a Raspberry PI, a Raspberry PI OS should be used.

About

Linux Kernel Module to control multiple interrupt events on a Raspberry PI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published