New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/pull/51217#issuecomment-2250303459 Comment: UPDATED: Hi, I was able to build an image using the pinephone-uboot on void's repositories using ``` cd void-mklive sudo ./mkrootfs.sh aarch64 sudo ./mkplatformfs.sh pinephone void-aarch64-ROOTFS-$(date +%Y%m%d).tar.xz sudo ./mkimage.sh void-pinephone-PLATFORMFS-$(date +%Y%m%d).tar.xz ``` I also tried with `-musl`, but I get ``` Configuring image for platform pinephone qemu-aarch64-static: /lib/ld-musl-aarch64.so.1: Invalid ELF image for this architecture ``` The created glibc image worked on eMMC, but not on the SD card. I'll test your package and let you know.