01-17-2018, 10:28 PM
I wonder if the extracted images are the problem.
Can you try writing the image by piping the .xz file to disk while it extracts? Example:
Can you try writing the image by piping the .xz file to disk while it extracts? Example:
Code:
xz -k -d -c -v stretch-minimal-rock64-0.5.15-136-arm64.img.xz | dd of=/dev/<sdcard> bs=1M