New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/pull/51217#issuecomment-2250303459 Comment: Hi, I tried to build an image using the pinephone-uboot on void's repositories using ``` cd void-mklive sudo ./mkrootfs.sh aarch64-musl sudo ./mkplatformfs.sh -p "mesa xfce4" pinephone void-aarch64-musl-ROOTFS-$(date +%Y%m%d).tar.xz sudo ./mkimage.sh void-pinephone-PLATFORMFS-$(date +%Y%m%d).tar.xz ``` I also tried without `-musl`. I was not able to boot with neither of the two images on eMMC nor on SD card. What I'm doing wrong? Once I can boot one of these images I'll test this PR in my pinephone. This is what I get when building the musl image: ``` Configuring image for platform pinephone qemu-aarch64-static: /lib/ld-musl-aarch64.so.1: Invalid ELF image for this architecture ``` The glib image does not give any error, but it does not boot.