New comment by nathanblair on void-packages repository https://github.com/void-linux/void-packages/pull/23541#issuecomment-660532189 Comment: > `sudo ./mkplatformfs.sh -r ../void-packages/hostdir/binpkgs/rpi4/ rpi3 void-aarch64-ROOTFS-*.tar.xz` and > `sudo ./mkrootfs.sh aarch64` and > `./xbps-src -a aarch64 pkg rpi-kernel` Wanted to note that these can become musl variants using the following alternatives: `sudo ./mkplatformfs.sh -r ../void-packages/hostdir/binpkgs/rpi4/ rpi3-musl void-aarch64-ROOTFS-*.tar.xz` and `sudo ./mkrootfs.sh aarch64-musl` and `./xbps-src -a aarch64-musl pkg rpi-kernel`