/rpi-ldd-setup

This repository serves as a setup for future Linux device driver development activities on the Raspberry Pi 3B+, including cross-compiling drivers and deploying modules to the target hardware.

Primary LanguageMakefile

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.