Please help me with building the image.
I'm trying to build an image for Retroid Flip 2, which is identical to Pocket 5. I tried building it from WSL and from another ARM64 single-board computer. The image builds successfully, but when booting, there's a U-Boot error that says "no such partition".
Build command: ./compile.sh BOARD=retroidpocket-rp5 RELEASE=trixie BUILD_DESKTOP=yes BUILD_MINIMAL=no KERNEL_CONFIGURE=no
I also tried RELEASE=noble and various desktop environments, but the error persists.
I flash the image to the SD card using Armbian Imager, and the writing process completes successfully.
I also tried flashing Batocera Linux, and it works fine.
What could be the problem?