Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

FBTFT RPI overlays

Noralf Trønnes edited this page Nov 3, 2021 · 28 revisions

How to make your own Device Tree overlay for the Raspberry Pi

Compile dtb and put it directly into it's destination:

sudo dtc -@ -I dts -O dtb -o /boot/overlays/foo.dtbo foo-overlay.dts

Load the overlay by adding this to /boot/config.txt:

dtoverlay=foo

Then reboot to load the overlay.

Refs:

Overlays

Overlays available in the Raspberry Pi kernel (links point to 5.10, make sure to pick the current version).

If you have made an overlay and want to share it, add a link here. GitHub Gist can be used to store the overlay.

Clone this wiki locally