Skip to content

v6.3.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 05 May 17:45

Device OS 6.3.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 May 5, 2025

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.

6.3.2

ENHANCEMENTS

  • [network] interface-aware DNS lookups #2864

BUGFIXES

  • [gen4] core: fix PSRAM heap size while in safe mode #2871
  • [hal] SPI: fixes threading safety issue #2865
  • [gen4] hal: get rid of unnecessary constant delay(1) in HAL_USB_USART_Send_Data() #2867
  • [gen4] Work around a race condition in the new event API #2869

INTERNAL

  • [gen4] Fix MBR flash_copy due to incorrect status register WIP bit detection #2868
  • [msom] Ignore CIMI errors on bg95s5 with no esim profile loaded #2866
  • [cellular] Support new Twilio Super SIM ICCID prefix 8910392

System Binaries (all devices)

https://github.com/particle-iot/device-os/releases/download/v6.3.2/particle_device-os@6.3.2.zip


Programming and Debugging

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