Device File Creation – Linux Device Driver Tutorial Part 5

Device File Creation for Character Drivers

This article is a continuation of the Series on Linux Device Driver and carries the discussion on character drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Device File Creation for Character Drivers – Linux Device Driver Tutorial Part 5. Prerequisites … Read more

Understanding the container_of Macro in Linux kernel

Understanding of container_of macro in Linux kernel

This article is the continuation of the Series on the C programming tutorial and carries the discussion on C language programming and its implementation. It aims to provide easy and practical examples for understanding the C program. In our last article, we have seen the Stringizing and Token Pasting Operators in C programming. The Linux kernel contains a very useful … Read more

BMP280 I2C Linux Device Driver (Bosch Pressure sensor) – Linux Device Driver Tutorial Part 48

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the BMP280 I2C Linux Device Driver (Bosch Pressure sensor) – Linux Device Driver Tutorial … Read more

Setup Beaglebone Board – Linux Device Driver Tutorial – Part 1.2

Setup Beaglebone Board

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on character drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Setup Beaglebone Board – Linux Device Driver Tutorial – Part 1.2. You can find a … Read more

Setup Ubuntu and Raspberry PI – Linux Device Driver Tutorial – Part 1.1

Setup Ubuntu and Raspberry PI

This article is a continuation of the  Series on Linux Device Driver and carries the discussion on character drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Setup Ubuntu and Raspberry PI – Linux Device Driver Tutorial – Part 1.1. You … Read more

Adding a Real Time Clock to your Raspberry Pi – RTC DS3231

When you use your Raspberry Pi as your mini PC, then I am sure you would have found some difficulties to get the current correct time if you don’t connect your Raspberry Pi to the network using Ethernet, WiFi, etc. In this Adding a Real Time Clock to your Raspberry Pi post, we will see … Read more

SPI Device Driver Tutorial – Linux Device Driver Tutorial Part 47

SPI Device Driver

This article is a continuation of the Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the SPI Device Driver Tutorial (SPI Protocol Driver) – Linux Device Driver Tutorial Part … Read more

Threaded IRQ in Linux Device Driver – Linux Device Driver Tutorial Part 46

threaded-irq-in-Linux-Device-Driver-Basic-using-Raspberry-PI

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Threaded IRQ in Linux Device Driver using Raspberry PI – Linux Device Driver … Read more

Softirq in Linux Device Driver – Linux Device Driver Tutorial Part 45

softirq in linux

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the softirq in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more

Epoll in Linux Device Driver – Linux Device Driver Tutorial Part 44

epoll in Linux Device Driver

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Epoll in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more