Raspberry-Pad icon indicating copy to clipboard operation
Raspberry-Pad copied to clipboard

Bookworm no display

Open sergelhr opened this issue 1 year ago • 2 comments

unable to get dsi1 working with bookworm 32bits

sergelhr avatar Feb 16 '24 15:02 sergelhr

sudo wget https://datasheets.raspberrypi.com/cmio/dt-blob-disp1-cam1.bin -O /boot/firmware/dt-blob.bin now it's ok

sergelhr avatar Feb 16 '24 15:02 sergelhr

Incase anyone else is facing similar issues with pios 64bit bookworm, here's what works for me

step 1.

sudo wget https://datasheets.raspberrypi.com/cmio/dt-blob-disp1-cam1.bin -O /boot/dt-blob.bin

sudo reboot

steps 2.

sudo wget https://datasheets.raspberrypi.com/cmio/dt-blob-disp1-only.bin -O /boot/firmware/dt-blob.bin

sudo reboot

lohriialo avatar May 29 '24 11:05 lohriialo