10-13-2020, 07:31 AM
(10-13-2020, 07:23 AM)Corkonian Wrote: so dd if=path_to_img_on usb of=/dev/mmcblk0
Or do I have no make a partition and dd if=path_to_img of=/dev/mmcblk0p1
Bingo! No partitions, b/c the img already contains them. A dd of the img will provide all the needed partitions. Just to be safe, run lsblk before running dd, to make sure you've properly identified which is the emmc.