New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/33556#issuecomment-1074787354 Comment: > @Anachron your comments mention the master branch of [void-mklive](https://github.com/void-linux/void-mklive). I used the files from [void-linux/void-mklive#221](https://github.com/void-linux/void-mklive/pull/221) to create the image, rootfs and platformfs files. Perhaps that is why the scripts don't work for you. > > Also note that I made some changes to the mkimage.sh.in script described [here](https://github.com/void-linux/void-mklive/pull/221#discussion_r735122038). I'm confused by your reply. Earlier you said you were using the `mkplatformfs.sh` but now you're saying I should modify the `mkimage.sh` script? Which commands did you run exactly to make `RockPro64` work? And which changes did you make to the build process? I did finally get my sdcard to boot, even though it complains about not being able to find anything after running the following commands (I've used the precompiled blobs from rockpro64-uboot): https://github.com/u-boot/u-boot/blob/master/doc/README.rockchip#L457 I'm trying the `mkimage.sh` way again in the meantime hoping to get something working from this angle. Edit: Even can't get it to boot using `mkimage.sh`: ```sh ./mkimage.sh void-rockpro64-PLATFORMFS-20220321-de_DE-UTF8.tar.xz dd if=.img of=/dev/mmcblk0 bs=4M status=progress ``` It wont boot or even light up. Will try to run the steps from README.rockchip from above. Edit2: Lights up but can't find anything. I really need help on how to get this boot to work.