Release v2.1.1 — March 22, 2026 #73
Locked
jnilo1
announced in
5. 📢 Announcements (Maintainers only)
Replies: 1 comment 1 reply
-
|
A small bug: I updated one device that was in otbr mode, then another one in zigbee mode, however the second device got the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Minor release with bug fixes and flash script improvements. Upgrade path:
Bug fixes
bootholdunreliable via SSH: BusyBoxdevmemwrites through KSEG0 (cached, write-back) — the HOLD flag could stay in L1 D-cache and be lost on watchdog reset. Replaced with a C binary (boothold) that usespwrite()+O_SYNCon/dev/memto force the write to DRAM.mkfs.jffs2 -X zlibenables zlib but does not disable rtime (enabled by default). Added-x rtime -x lzoto force zlib-only compression — matches the kernel config (CONFIG_JFFS2_ZLIB=y, no rtime/lzo).flash_remote.shandflash_install_rtl8196e.shinjected gateway config (passwd, eth0.conf, etc.) into the skeleton without cleanup. Addedrsync --deleterestore via EXIT trap.Improvements
flash_install.ot-ctl(eliminates broken pipe warnings). Fast poll (5s) until Thread is up, then 30s.Full changelog
Beta Was this translation helpful? Give feedback.
All reactions