yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-firmware/0.6.2
vault / meshtastic-firmware / 0.6.2

meshtastic-firmware @ 0.6.2

integrity

size
12.8 MiB
downloaded
last checked
source https://github.com/meshtastic/firmware · available · github

release notes

Update: forum users report problems with this release so I'm removing the bin until I investigate.

https://github.com/meshtastic/Meshtastic-device/compare/0.6.1...0.6.2

download

unix · zip
curl -fL -o 0.6.2.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.zip
                    printf '%s  %s\n' '63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524' '0.6.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.zip"
$out = "0.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.2.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz
                    printf '%s  %s\n' 'd1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8' '0.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz"
$out = "0.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.zip
                    printf '%s  %s\n' '63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524' '0.6.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.zip"
$out = "0.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz
                    printf '%s  %s\n' 'd1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8' '0.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz"
$out = "0.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8") { throw "sha256 mismatch" }
artifact format size hashes
0.6.2.zip zip 12.8 MiB
blake3-24 2488c9bb88e2f738fd4690ab87cc7dc8767ea2e5252983b0
sha256 63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524
sha1 1a63ef049afceb2a5584a93fb0809a9b0e79a621
0.6.2.tar.gz tar.gz 12.7 MiB
blake3-24 badefdacb4a0010714da8723f10f5ad699e9c9f12775b9e3
sha256 d1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8
sha1 80328a367862bb09e056fe97773c488d8d51ae6b

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz"],
    integrity = "sha256-0exbuJBaDWC4Yx7AUz1UVWstxbF7OZs6v7Ik4uri7dg=",
    strip_prefix = "meshtastic-firmware-0.6.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz"],
    integrity = "sha256-0exbuJBaDWC4Yx7AUz1UVWstxbF7OZs6v7Ik4uri7dg=",
    strip_prefix = "meshtastic-firmware-0.6.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz",
← 0.6.30.6.1 →