04-30-2019, 06:24 PM
(04-30-2019, 05:55 PM)frank-zappa Wrote: I have never used dd?
Is it complicated? I'm not t total noob but not exactly an experienced linux user.
dd is pretty simple and pretty powerful, so you need to be careful about which devices you try to copy over
firstly you will need to use lsblk to display physical devices and partitions, you will need to find the emmc, on mine atm it's showing as mmcblk2
To make it easier on yourself, extract the image and save to the sdcard.
once you have all that, it's simply a matter of the following:
Code:
sudo dd if=/path/to/image.img of=/dev/mmcblk2