google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.63k stars 694 forks source link

Source and Destination checksums do not match #609

Closed chiragbhagat closed 5 years ago

chiragbhagat commented 5 years ago

I got the following error while using Etcher to flash the .img.xz file onto my MicroSD card.

\.\PhysicalDrive1: Source and Destination checksums do not match: a36f58668eebd042!==44c89104a42cf590

Please help!

Thanks, Chirag

WaffleThief123 commented 5 years ago

@chiragbhagat have you extracted the *.img.xz using the command unxz ./aiyprojects-20yy-mm-dd.img.xz and then tried using dd to write the .img file to an sd card?

etchr works great 99.999% of the time, until it comes to debugging things like this.

if you need some help with dd, it works like this

#dd if=/path/to/image/file.img of=/dev/sdX

where X is the physical device name, found using the command

# fdisk -l 

from a root shell. Hope this helps!

dmitriykovalev commented 5 years ago

I guess you can try to flash one more time if checksum check fails. If it's consistent then try to use different SD card.