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
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
- CrowPanel e-Ink Updates for 4.2 and 2.9 inch by @markbirss in https://github.com/meshtastic/firmware/pull/6401
- Update lora-Adafruit-RFM9x by @markbirss in https://github.com/meshtastic/firmware/pull/6402
- Add Thinknode-M1 by @caveman99 in https://github.com/meshtastic/firmware/pull/6435
- Portduino: Return CH341 Product String by @vidplace7 in https://github.com/meshtastic/firmware/pull/6436
- UDP-multicast: error handling support by @Jorropo in https://github.com/meshtastic/firmware/pull/6433
- Add ThinkNode M2 Support by @caveman99 in https://github.com/meshtastic/firmware/pull/6354
- Try-fix ESP32 wifi disconnects by @thebentern in https://github.com/meshtastic/firmware/pull/6363
- MUI: node list <-> map navigation by @mverch67 in https://github.com/meshtastic/firmware/pull/6456
🐛 Bug fixes and maintenance
- Fix: T-Watch-S3 has 8MB Flash by @vidplace7 in https://github.com/meshtastic/firmware/pull/6407
- Fix USERPREFS_EVENT_MODE compile error by @vidplace7 in https://github.com/meshtastic/firmware/pull/6408
- Add missing board definition for MESHLINK by @macvenez in https://github.com/meshtastic/firmware/pull/6404
- FIX: SenseCAP Indicator sporadic touch crash by @mverch67 in https://github.com/meshtastic/firmware/pull/6432
- Revert "TCA8418 initial config + basic 3x4 keypad config" by @thebentern in https://github.com/meshtastic/firmware/pull/6410
- Speed up builds by referencing github zips for shallow checkouts by @caveman99 in https://github.com/meshtastic/firmware/pull/6441
- Fix a couple of warnings by @caveman99 in https://github.com/meshtastic/firmware/pull/6445
- Fix Bold and Inverted Displays to actually show Uptime by @Xaositek in https://github.com/meshtastic/firmware/pull/6413
- Fix STM32 build by @thebentern in https://github.com/meshtastic/firmware/pull/6455
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",