From e9e9c6cf078549c45a13c1212fc632bc77f24f1c Mon Sep 17 00:00:00 2001 From: Gabriel Lima Date: Tue, 31 Mar 2026 20:29:03 -0300 Subject: [PATCH] Add ssd1306.dtbo by default --- board/raspberrypi/extlinux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/board/raspberrypi/extlinux.conf b/board/raspberrypi/extlinux.conf index b51e6e8..3ea3f14 100644 --- a/board/raspberrypi/extlinux.conf +++ b/board/raspberrypi/extlinux.conf @@ -1,4 +1,5 @@ label buildroot kernel /zImage devicetree /bcm2835-rpi-b-plus.dtb + devicetree-overlay /ssd1306.dtbo append root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200