Skip to content

Support for Raspberry Pi KMS DPI (Mode 6) to analogue bridge for devices like RGB-Pi

Notifications You must be signed in to change notification settings

forkymcforkface/rpi-dpidac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System requirements

Both the overlay and the bridge were tested in the following environment:

  • Raspberry Pi OS Lite
  • Release date: October 10th 2023
  • Last updated: March 15th 2024
  • System: 64-bit
  • Kernel version: 6.6
  • Debian version: 12 (bookworm)
  • Raspberry Pi: models 3B/B+, 4B and 5B

Build instructions

  1. Clone Repo git clone https://github.com/forkymcforkface/rpi-dpidac && cd rpi-dpidac
  2. Install Kernel Headers apt install raspberrypi-kernel-headers
  3. Compile the overlay and kernel module make
  4. Install the overlay and kernel module make install

Misc

  • Check if kernel module is loaded lsmod | grep rpi_dpidac
  • Display module info modinfo rpi-dpidac
  • Load module manually modprobe rpi-dpidac or insmod /usr/lib/modules/$(uname -r)/extra/rpi-dpidac.ko.xz
  • Unload module manually modprobe -r rpi-dpidac
  • Get kernel bridge message status less /var/log/messages | grep RPI-DPIDAC or dmesg | grep RPI-DPIDAC

About

Support for Raspberry Pi KMS DPI (Mode 6) to analogue bridge for devices like RGB-Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.5%
  • Makefile 11.5%