RPi 5 rev 1.1 stuck on uboot logo

I am trying to build an image on a new Raspberry Pi 5 Model B Rev 1.1. But after using mender-convert and flashing the image on the SD card, the RPi is stuck on the U-Boot logo

The same image works with both Raspberry Pi 5 Model B Rev 1.0 and Raspberry Pi 4

used this to create the mender image

MENDER_ARTIFACT_NAME=release-1 ./docker-mender-convert \
    --disk-image input/2025-05-13-raspios-bookworm-arm64-lite.img \
    --config configs/raspberrypi/uboot/debian/raspberrypi5_bookworm_64bit_config \
    --overlay input/rootfs_overlay_demo/

Can someone help me get this working?

Thanks!

Hi @swapnil,

Thanks for reaching out! Concerning the 1.1 Rev, it needs the D0 DTB to be added to the overlays. Can you check if it is present? See the corresponding fix in Yocto at Merge pull request #413 from TheYoctoJester/scarthgap_rpi5_d0 · mendersoftware/meta-mender-community@559e5c1 · GitHub

Greetz,
Josef