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.5.e182ae7
vault / meshtastic-firmware / v2.5.5.e182ae7

meshtastic-firmware @ v2.5.5.e182ae7

integrity

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

release notes

[!WARNING] This release does not come bundled with the web client interface due to a transient issue with the build pipeline. If that is an important feature for your use case, please consider either grabbing a later release or rolling back to 2.5.4.

Enhancements

Bug fixes

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.5.4.8d288d5...v2.5.5.e182ae7

download

unix · zip
curl -fL -o v2.5.5.e182ae7.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip
                    printf '%s  %s\n' 'a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3' 'v2.5.5.e182ae7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip"
$out = "v2.5.5.e182ae7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.5.e182ae7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz
                    printf '%s  %s\n' 'ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c' 'v2.5.5.e182ae7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"
$out = "v2.5.5.e182ae7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.5.e182ae7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip
                    printf '%s  %s\n' 'a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3' 'v2.5.5.e182ae7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip"
$out = "v2.5.5.e182ae7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.5.e182ae7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz
                    printf '%s  %s\n' 'ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c' 'v2.5.5.e182ae7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"
$out = "v2.5.5.e182ae7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.5.e182ae7.zip zip 3.3 MiB
blake3-24 17002747b4390d97ef4b41dad9b163bb9b37b9b1fc8d426d
sha256 a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3
sha1 e6ed234bf4b5f7cb505dc759ded4f6d4d246ac85
v2.5.5.e182ae7.tar.gz tar.gz 2.8 MiB
blake3-24 1381e652f9055647fc572e639da23fb4e6d216fc6dafcd04
sha256 ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c
sha1 77fc96a0e18f34d7ae779151aeadbf9a3316abc3

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"],
    integrity = "sha256-q2BfwX7d6gKJm04VNBLefFbNsTFjh3nHws1vnWrOCWw=",
    strip_prefix = "meshtastic-firmware-v2.5.5.e182ae7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"],
    integrity = "sha256-q2BfwX7d6gKJm04VNBLefFbNsTFjh3nHws1vnWrOCWw=",
    strip_prefix = "meshtastic-firmware-v2.5.5.e182ae7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz",
← v2.5.6.d55c08dv2.5.4.8d288d5 →