Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Image Not Loading on Raspberry Pi 2 #1130

    You could try verifying the integrity of the downloaded file before you unzip it by checking the SHA256 hash of the file.

    On linux, cd to the folder where the file was downloaded. The command sha256sum <file> will give an output similar to the following. This is the actual SHA256 hash from the file I downloaded.

    fe8886f4e9990f9478e7f851f62e1892ba555787b69cd22453125d918c4a2abd openrepeater-raspi2-1.0.0-beta1-07_07_15.img.gz

    I have not tried in Windows but a quick google search found

  • https://gallery.technet.microsoft.com/PowerShell-File-Checksum-e57dcd67
  • which should result in an identical hash if the file you downloaded is not corrupted or truncated.

    Jonathan
    KF4NVX

    • This reply was modified 8 years, 9 months ago by Jonathan, N4VX.
    • This reply was modified 8 years, 9 months ago by Jonathan, N4VX. Reason: typo
Viewing 1 post (of 1 total)