Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 442 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 442 Bytes

RPI Linux device driver setup

Description

This repository contains the setup for cross-compiling Linux device drivers for the Raspberry Pi 3B+ for future driver development projects.

Setup

  1. Clone this repository, including submodules.
  2. Run ./build.sh to build the kernel modules.
  3. Run ./install.sh to install the kernel modules on the host system.

Note: This setup was built and tested in WSL2 on Windows with Ubuntu 20.04.