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.6.4.b89355f
vault / meshtastic-firmware / v2.6.4.b89355f

meshtastic-firmware @ v2.6.4.b89355f

integrity

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

release notes

[!CAUTION]
Updating from a previous version of firmware to 2.6, will wipe your device. Please remember to backup your keys and important configurations before proceeding!

[!WARNING]
For Seeed Sensecap Indicator devices stuck in bluetooth pairing mode, we recommend doing a full erase / flash.

⚠️ Known issues:

Legacy ESP32 devices such as T-LoRA V2 1.6 may experience more crashes on Wifi. This should be fixed in 2.6.5. T-Echos may start with backlight on by default. Fixed in 2.6.5

🚀 Enhancements

🐛 Bug fixes and maintenance

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.6.3.640e731...v2.6.4.b89355f

download

unix · zip
curl -fL -o v2.6.4.b89355f.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.6.4.b89355f.zip
                    printf '%s  %s\n' 'dd6f01563bdb31359a4ef66de27640820a41324664b478987fa8e3220dea94a9' 'v2.6.4.b89355f.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.6.4.b89355f.zip"
$out = "v2.6.4.b89355f.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dd6f01563bdb31359a4ef66de27640820a41324664b478987fa8e3220dea94a9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.4.b89355f.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz
                    printf '%s  %s\n' 'da485fc85a49e6a58968d6cd4c21df3e81466b8d141b2dad9df523aac22d5095' 'v2.6.4.b89355f.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz"
$out = "v2.6.4.b89355f.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da485fc85a49e6a58968d6cd4c21df3e81466b8d141b2dad9df523aac22d5095") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.4.b89355f.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.6.4.b89355f.zip
                    printf '%s  %s\n' 'dd6f01563bdb31359a4ef66de27640820a41324664b478987fa8e3220dea94a9' 'v2.6.4.b89355f.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.6.4.b89355f.zip"
$out = "v2.6.4.b89355f.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dd6f01563bdb31359a4ef66de27640820a41324664b478987fa8e3220dea94a9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.4.b89355f.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz
                    printf '%s  %s\n' 'da485fc85a49e6a58968d6cd4c21df3e81466b8d141b2dad9df523aac22d5095' 'v2.6.4.b89355f.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz"
$out = "v2.6.4.b89355f.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da485fc85a49e6a58968d6cd4c21df3e81466b8d141b2dad9df523aac22d5095") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.4.b89355f.zip zip 3.8 MiB
blake3-24 b800e945f64f75f6716ad69abbbca5206edf9582ff328030
sha256 dd6f01563bdb31359a4ef66de27640820a41324664b478987fa8e3220dea94a9
sha1 fb0cebc75a91dc4a34129b6f9b8870141df1b61c
v2.6.4.b89355f.tar.gz tar.gz 3.2 MiB
blake3-24 1295adcf05fc018ab4de32ffe02d08349b9b5a47ab7dd9a7
sha256 da485fc85a49e6a58968d6cd4c21df3e81466b8d141b2dad9df523aac22d5095
sha1 df6e469b9368b9002e71493702981889a41788da

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz"],
    integrity = "sha256-2khfyFpJ5qWJaNbNTCHfPoFGa40UGy2tnfUjqsItUJU=",
    strip_prefix = "meshtastic-firmware-v2.6.4.b89355f",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz"],
    integrity = "sha256-2khfyFpJ5qWJaNbNTCHfPoFGa40UGy2tnfUjqsItUJU=",
    strip_prefix = "meshtastic-firmware-v2.6.4.b89355f",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.6.4.b89355f.tar.gz",
← v2.6.10.9ce4455v2.5.20.4c97351 →