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/v2.5.20.4c97351
vault / meshtastic-firmware / v2.5.20.4c97351

meshtastic-firmware @ v2.5.20.4c97351

integrity

size
3.4 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://github.com/meshtastic/firmware · available · github

release notes

[!IMPORTANT]
Linux packages have been migrated from GitHub Releases to distro-specific build services. For additional information see: Installing meshtasticd

⚠️ Known issues

🚀 Enhancements

🐛 Bug fixes and maintenance

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.5.19.f9876cf...v2.5.20.4c97351

download

unix · zip
curl -fL -o v2.5.20.4c97351.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.20.4c97351.zip
                    printf '%s  %s\n' '82be9d5466b82ffae8d30c200b04699d632adeeab10dc7f310926d409ff0185e' 'v2.5.20.4c97351.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.20.4c97351.zip"
$out = "v2.5.20.4c97351.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82be9d5466b82ffae8d30c200b04699d632adeeab10dc7f310926d409ff0185e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.20.4c97351.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz
                    printf '%s  %s\n' '520d43550c1fd5db3f7b6acf8332b9208695acaba3b5849837e03f68b07c9a8e' 'v2.5.20.4c97351.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz"
$out = "v2.5.20.4c97351.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "520d43550c1fd5db3f7b6acf8332b9208695acaba3b5849837e03f68b07c9a8e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.20.4c97351.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.20.4c97351.zip
                    printf '%s  %s\n' '82be9d5466b82ffae8d30c200b04699d632adeeab10dc7f310926d409ff0185e' 'v2.5.20.4c97351.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.20.4c97351.zip"
$out = "v2.5.20.4c97351.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82be9d5466b82ffae8d30c200b04699d632adeeab10dc7f310926d409ff0185e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.20.4c97351.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz
                    printf '%s  %s\n' '520d43550c1fd5db3f7b6acf8332b9208695acaba3b5849837e03f68b07c9a8e' 'v2.5.20.4c97351.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz"
$out = "v2.5.20.4c97351.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "520d43550c1fd5db3f7b6acf8332b9208695acaba3b5849837e03f68b07c9a8e") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.20.4c97351.zip zip 3.5 MiB
blake3-24 a4f4134e3c66fd7d5850d6d5d827ed2c6468a7ff6c871fd8
sha256 82be9d5466b82ffae8d30c200b04699d632adeeab10dc7f310926d409ff0185e
sha1 7269a1c4c4fa834960a847e899b7434f8c204e29
v2.5.20.4c97351.tar.gz tar.gz 3.0 MiB
blake3-24 3824fb07815c5e54b317dae08f8cea1fb37de255368a2136
sha256 520d43550c1fd5db3f7b6acf8332b9208695acaba3b5849837e03f68b07c9a8e
sha1 fd8c86a24e004c3828f2b027420f1eed0bd8631d

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz"],
    integrity = "sha256-Ug1DVQwf1ds/e2rPgzK5IIaVrKujtYSYN+A/aLB8mo4=",
    strip_prefix = "meshtastic-firmware-v2.5.20.4c97351",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz"],
    integrity = "sha256-Ug1DVQwf1ds/e2rPgzK5IIaVrKujtYSYN+A/aLB8mo4=",
    strip_prefix = "meshtastic-firmware-v2.5.20.4c97351",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.20.4c97351.tar.gz",
← v2.6.4.b89355fv2.5.18.89ebafc →