Skip to content

Commit 49510a6

Browse files
spholznico
authored andcommitted
Meta: Set the Pi 5 "framebuffer_depth" config.txt option to 32
Otherwise we get a 16-bit framebuffer.
1 parent 5aec305 commit 49510a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Meta/build-image-raspberry-pi.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ kernel=Kernel.bin
115115
[pi4]
116116
# We use UART0 as the console.
117117
dtoverlay=disable-bt
118+
119+
[pi5]
120+
# We only support 32-bit framebuffers.
121+
framebuffer_depth=32
118122
EOF
119123

120124
echo "serial_debug root=block100:1" >boot/cmdline.txt

0 commit comments

Comments
 (0)