Release v2.1.0 — March 21, 2026 #71
Locked
jnilo1
announced in
5. 📢 Announcements (Maintainers only)
Replies: 1 comment 1 reply
-
|
Trying to update to 2.1.0 , log says : It was created by configure, which was $ ./configure --host=mips-lexra-linux-musl --disable-zlib --disable-utmp --disable-wtmp --disable-lastlog --disable-loginfunc> GPT is telling me about missing Realtek SDK ? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This release updates the bootloader, kernel, and userdata. The recommended upgrade path:
When a
gateway_ipis provided, the script saves your configuration via SSH, flashes all partitions, and restores settings automatically. Auto-flash requires firmware >= v2.0.0; older versions fall back to guided serial flash.Boothold fix
bootholdworked right after a clean boot (the page at0x003FFFFChadn't been allocated yet) but failed on a running system: the kernel's page allocator eventually claims that page and actively writes to it through KSEG0 (cached), overwriting the HOLD magic written bydevmemthrough KSEG1 (uncached) within milliseconds — a MIPS KSEG0/KSEG1 cache coherency conflict. Fixed with two changes:0x003FF000) is declared asreserved-memorywithno-mapin the device tree — the kernel never allocates itOTBR status LED
In OTBR mode, the status LED now reflects the Thread network state:
Enabled via
CONFIG_LEDS_TRIGGER_NETDEV(kernel netdev trigger onwpan0). No impact on Zigbee/serialgateway mode — the LED is still controlled directly by the application.Thread reliability
rcKscript stops all services in reverse order on rebootFlash scripts
flash_install_rtl8196e.shattempts auto-flash even without SSH (first flash scenario)flash_efr32.shafter RTL8196E flashrootfs.binanduserdata.binare rebuilt on the fly by build/flash scriptsOther
.gbl+.s37output across all firmware types (.gblfor UART/Xmodem updates via Simplicity Commander,.s37for J-Link/OpenOCD updates)Full changelog
Beta Was this translation helpful? Give feedback.
All reactions