Hi Noé,
Noé Lopez via <[email protected]> writes: > > I think the issue here is that the image is a disk image, but you are > writing it on a partition (/dev/mmcblk0), I think you’re supposed to > write it on the whole disk (/dev/mmcblk). /dev/mmcblk0 represents the whole disk, /dev/mmcblk0p1 would be the first partition. /dev/mmcblk isn't a valid device. Rutherther > > This will delete your other partitions on that disk. So be careful. > > Good day, > Noé
