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!