Running on a Raspberry Pi 4 model b
sudo dd if=result/sd-image/...img of=/dev/sdc bs=4096 conv=fsync status=progress
bs
block siceconv=fsync
How it's writen, don't use cache with fsyncstatus=progress
show the status on the consoleof
output file (or device)if
input file