How to make the latest image work in Raspberry Pi 3B

I just knew this great project in Jan 2026 when I just got my first 3D printer. And I also got a very old Raspberry PI 3B module which I bought ten years ago. Since the Open Flexure web page said Pi 3 is supported, so I just want to give it try.
I follow all the steps to download the latest image and burn it into the SD card. And plug in SD card to Pi 3. The only thing I can see is the black screen. No any response from Pi 3.

So I turned to AI for help. And with the only one action, AI successfully make the image work on Pi 3.

Here is the technical detail:

When you finish the image downloading to the SD card. You can find a “config.txt“ in the SD card (root path). Open it and update the content as following:

At the end of this “config.txt“ :

Original content:

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]
#dtoverlay=vc4-fkms-v3d

Change to

[all]
dtoverlay=vc4-fkms-v3d

It works! So if you’re using Pi3 and also struggling with the image, please try it.

The v2.11 image from the web site should work on a Pi 3B without modification. It was designed for the Pi3 and Pi4 and I have often used it on Pi3.

Were you using the Raspberry Pi imager 2 (the current latest version) to burn the SD card? If so, that could be the problem. Raspberry Pi have changed the way the imager does configurations and it does not work well with custom software. We are working on a new installation method that is compatible with Pi imager 2: Experimenting with Raspberry Pi Imager 2

Otherwise, you would need to try Pi imager 1.9.6 at Release v1.9.6 · raspberrypi/rpi-imager · GitHub

Appreciate quick response, may I know where I can find this 2.11 image? any URL? thanks.

The download from the OpenFlexure website is currently v2.11.

Just to note here that we have updated the software installation advice on the website Install the Software - The OpenFlexure Project .