Linux Device Drivers Development Course for Beginners

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=iSiyDHobXHA



Duration: 0:00
50,149 views
2,623


Learn how to develop Linux device drivers. They are the essential software that bridges the gap between your operating system and devices like keyboards, printers, and more! From setting up your development environment across different operating systems to diving deep into the Linux kernel, system calls, and the /proc filesystem, this course provides a hands-on approach to mastering device driver development.

inpyjama's YouTube channel:    / @inpyjama  

Free embedded systems book: https://inpyjama.com/b/c-ninja-book

Linux Device Drivers course with quiz and certification: https://inpyjama.com/c/ldd-101

inpyjama's Blog - https://inpyjama.com/hello-world

⭐ ️ Contents ⭐ ️
⌨ ️ (0:00:00) Who we are and our mission
⌨ ️ (0:01:29) Introduction and layout of the course
⌨ ️ (0:06:51) Sandbox environment for experimentation
⌨ ️ (0:11:14) Setup for Mac
⌨ ️ (0:28:41) Setup for Linux
⌨ ️ (0:44:29) Setup for Windows
⌨ ️ (1:07:52) Relaunching multipass and installing utilities
⌨ ️ (1:15:11) Linux Kernel, System and Bootup
⌨ ️ (1:30:39) User Space, Kernel Space, System calls and device drivers
⌨ ️ (1:45:20) File and file ops w.r.t device drivers
⌨ ️ (1:54:28) Our first loadable module
⌨ ️ (2:28:04) Deep Dive - make and makefile
⌨ ️ (2:48:12) lsmod utility
⌨ ️ (2:58:59) insmod w.r.t module and the kernel
⌨ ️ (3:06:36) rmmod w.r.t module and the kernel
⌨ ️ (3:12:12) modinfo and the .mod.c file
⌨ ️ (3:16:19) proc file system, system calls
⌨ ️ (3:31:38) Exploring the /proc FS
⌨ ️ (3:37:53) Creating a file entry in /proc
⌨ ️ (4:07:40) Implementing the read operation
⌨ ️ (4:22:52) Passing data from the kernel space to user space
⌨ ️ (4:47:54) User space app and a small challenge
⌨ ️ (4:55:10) Quick recap and where to next?




Other Videos By freeCodeCamp.org


2024-10-17JavaScript GameDev – Code a Sonic Runner Using Kaplay Library
2024-10-16Mobile App Development Course with React Native, Supabase, Next.js
2024-10-14Build a Full Stack Book Store App Using React, Node, MongoDB
2024-10-11Open Source Superstar and Roadmap.sh Founder Kamran Ahmed [Podcast #145]
2024-10-10Learn Tailwind CSS: Build a Responsive Product Card
2024-10-09Is AI coming for developer jobs? – YK Sugi
2024-10-08AWS Certified AI Practitioner (AIF-C01) – Full Course to PASS the Certification Exam
2024-10-07Electron Course - Code Desktop Applications (inc. React and Typescript)
2024-10-04How to Become a Street Smart Developer – From Dropout to Selling his Company w/ Dennis Ivy [#144]
2024-10-03Front End Portfolio Website Tutorial – Next.js, Three.js, Tailwind CSS
2024-10-02Linux Device Drivers Development Course for Beginners
2024-10-01ASP.NET Core MVC Course for Beginners (.NET 9)
2024-09-30Kaggle Data Science Competition Course – Solve Three Challenges Step-by-Step
2024-09-27The reality of the developer job market with ex-Googler YK Sugi [Podcast #143]
2024-09-26Microsoft 365 Certified Fundamentals (MS-900) Certification Course – Prepare For and Pass the Exam
2024-09-25End-to-End Machine Learning Project – AI, MLOps
2024-09-24CUDA Programming Course – High-Performance Computing with GPUs
2024-09-20From PhD drop-out to Google Data Scientist with Meg Risdal [Podcast #142]
2024-09-19Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners
2024-09-18FARM Stack Course – Full Stack Development with FastAPI, React MongoDB
2024-09-16Securing API Servers Course