This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
Bu adım indirilmiş bellenim ikiliğini bir referans doğrulama toplamıyla doğrulamak için.
Aşağıda bulacağınız yönergeler
Eğer bu iki metin aynı değillerse, bellenim dosyası doğru indirilmemiştir ve böyle bir dosyayı çakmaya kalkarsanız muhtemelen cihazınızı daimi bir takoza dönüşür veya toparlanmak için rahatsız edici işlemler gerektirir.
Sağlama-toplamı uyuşmazsa, bellenim dosyasını yeniden indirip yeniden karşılaştırın. Denemelerinizde sağlama-toplamı hep yanlışsa OpenWrt forumlarından yardım isteyin.
Sağlama-toplamları indirme sunucusu web-sayfasının dizin günümünde depolanırlar. Şu adımları takip ederek edinebilirsiniz:
https://downloads.openwrt.org/releases/18.06.1/targets/ar71xx/generic/openwrt-18.06.1-ar71xx-generic-archer-c7-v2-squashfs-factory.bin/den sonraki herşeyi atın ve URL'i tarayıcınızda açın. Örneğin https://downloads.openwrt.org/releases/18.06.1/targets/ar71xx/generic/sha256sum kolonundaki sağlama-toplamı Örneğin 4686a0254fbd44b3d0e8ffd66ac7aba5836fe7f0847bdf7c1bf82281f95f08fbSome file managers (dolphin and other more powerful ones used in KDE user interface) offer this functionality in the file property window (right-click on the file, select Properties, click on “Checksums” tab, that tab appears only for binary files, like firmware images). It will offer buttons to calculate the sha256sum and a field where you can paste the SHA256 string from sha256sums file to verify that it is correct.
sha256sum ./Masaüstü/dosya-adı
1a7c8bba93584fc44045629888e6b147851917cd0c83fcc91a7e6dbe90bdce76 openwrt-18.06.1-...-sysupgrade.bin
certutil, but it has no graphical user interface so we will have to use the command line to interact with it.
To use the built-in certutil:
certutil -hashfile "%USERPROFILE%\Downloads\openwrt-file-name-here" sha256
SHA256-Hash of file C:\Users\USERNAME\Downloads\openwrt-18.06.1-...-factory.bin: 79 f9 4e fa d3 2c 14 8f f1 95 3f 09 6d 98 c7 41 c0 ff 8f 7e b4 68 8c 9d 5b f9 fb 01 c0 90 fb ab
79f94efad32c148ff1953f096d98c741c0ff8f7eb4688c9d5bf9fb01c090fbab
Mac has an integrated tool to check sha256sums, but it has no graphical user interface so we will have to use the Terminal to interact with it.
shasum -a 256 ./Desktop/file-name-here
1a7c8bba93584fc44045629888e6b147851917cd0c83fcc91a7e6dbe90bdce76 openwrt-18.06.1-...-sysupgrade.bin