1 2 3 4 5 6
``` cd ~/Downloads wget https://dl.armbian.com/rock64/Buster_current -OArmbian.img.xz xz -d Armbian.img.xz dd if=Armbian.img.xz of=/dev/<location-of-your-emmc> ```