08-08-2020, 08:44 AM
add status=progress in your dd command next time so you can get some feedback. Without status=, there is no feedback(unless you issue a -USR1 systemcall in another terminal)
dd if=/pathtoimg of=/dev/mmcblk1 status=progress
dd if=/pathtoimg of=/dev/mmcblk1 status=progress