Skip to content

v5.8.2 (Argon/Boron/B-SoM/B5-SoM/Tracker/Tracker-M/E-SoM-X/M-SoM/P2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@scott-brust scott-brust released this 02 Jul 18:18
2c323e4

Device OS 5.8.2 Release is available in the Web IDE, Particle CLI and Workbench for (Argon/Boron/B-SoM/B5-SoM/Tracker/Tracker-M/E-SoM-X/M-SoM/P2).

Released on July 2, 2024

See documentation about Device OS versions, their current state, upgrades and downgrades here.

Gen 3 256KB application binary support

Device OS v3.1.x and further releases bring support for 256KB application binaries to all Gen 3 platforms (at that time: Argon, Boron, B SoM, B5 SoM, Tracker). A few important aspects of this change:

  1. Compatibility with 128KB applications built with < Device OS 3.1 versions is maintained. Devices can still run them even if other parts have been upgraded to Device OS 3.1+.
  2. Upgrade process OTA (including product-based upgrades) is transparent.
  3. When upgrading locally (using DFU or Serial), make sure to update the bootloader first, as it has some logic managing compatibility between 128KB and 256KB application types. See this page on steps how to perform the update.
  4. If using standalone Particle CLI installation, make sure it's updated to >= 2.12.0 version, which includes support for 256KB applications.

5.8.2

FEATURES

  • [Gen 4] [rtl872x] Improve coexistence between Wifi and BLE when both are used simultaneously #2764
  • [Gen 4] [rtl872x] [BREAKING CHANGE] Backup RAM is no longer automatically written to flash periodically. Backup RAM will be saved when entering sleep. If users are going to reset, hal_backup_ram_sync() should be called first #2766

ENHANCEMENTS

  • [eg91e] [eg91ex] enable 921600 baud rate #2782
  • [rtl872x] SPI hal: set sample delay for SPI0@25MHz #2784
  • [Gen 4] [msom]ACM Behavior changes #2738
  • Update heap5 implementation to latest 6d1d9bff207104a8dc2

BUGFIXES

  • Fix wifi setup not connecting when in listening mode #2783 #2778
  • Resumable OTA fixes #2769
  • [quectel] fixes PPP resume during warm boot #2772
  • [Gen 4] [bootloader] Implement bootloader reset reasons #2773
  • [RTL872x] multiple SPI fixes #2768
  • [Gen 4] [rtl872x] Reinitialize internal wifi stack if scan or connect fails #2766 #2760
  • [Gen 4] [rtl872x] Resolve deadlock with USB serial monitoring on boot in some cases#2765
  • [gen3] hal: fix gpio glitch #2787
  • [ACM] Dont change cloud connection to preferred network during OTA update 9abfb7c72
  • Avoid malloc/realloc while under ATOMIC_BLOCK in system event subscription 63fcc6b26
  • [gen 4] network: Increase rtlkncp thread stack 29433d38c

INTERNAL

  • [rtl872x] Display Photon 2 instead of P2, dont allow extended advertising data on rtl platforms #2779
  • Add set credentials usb request #2763
  • [Gen 4] [rtl872x] Prevent M404/BG95M5 modems from connecting on 2G networks for the time being#2761
  • [Gen 4] [rtl872x] Query 2G registration status for M404/BG95M5 modems when querying CGMI #2761
  • [Gen 4] Update sdk submoudle ref to fix compiler warnings #2789
  • [test] Adjust OTA tests 8ec558e63

System Binaries (all devices)

https://github.com/particle-iot/device-os/releases/download/v5.8.2/[email protected]


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.