v2.0.0-rc.3 (Photon/P1/Electron/Argon/Boron/B SoM/B5 SoM/Tracker)
Pre-releaseDevice OS 2.0.0-rc.3 Release Candidate is out on the Web IDE for (Photon/P1/Electron/Argon/Boron/B SoM/B5 SoM/Tracker)
released on October 21st, 2020
See documentation about Device OS versions, their current state, upgrades and downgrades here.
Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.
Note: OTA or YModem transfer on Electron (sequence required)
- First Update to 0.5.5 (if the current version is less than that)
- Then update to 0.6.4 (if the current version is less than that)
- Then update to 0.7.0 (if the current version is less than that)
- Then update to 1.2.1 (if the current version is less than that)
- Then update to 2.0.0-rc.3
Note: DFU over USB on Electron/Photon/P1 (sequence not required)
- You may update to 2.0.0-rc.3 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using
particle flash --usb <system-part.bin>
. See the next note about the bootloader if you are offline!Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device usingparticle flash --serial <bootloader.bin>
. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.Note: Argon/Boron/B SoM/B5 SoM
If your device is offline, the bootloader must be manually updated usingparticle flash --serial <bootloader.bin>
. This can be done before or after upgrading system firmware.Note: Argon/Boron/B SoM/B5 SoM SoftDevice
If your device is offline, the SoftDevice must be manually updated using the CLI. See the instructions below.Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 1.2.1, then 0.7.0, then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 1.2.1, then 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.Note: Downgrading [LTE Boron and BSoM]:
If you need to downgrade, you must downgrade to 1.5.2 first. and let the device attempt a cellular network registration.
2.0.0-rc.3
BUGFIXES
- [Cellular] Set
INPUT_PULLUP
pin mode for FuelGauge and PMIC interrupt pins #2207 - Disconnect from the cloud before going into sleep #2206
- Use
always_inline
attribute for deprecated HAL API #2204 - [Gen 3] Set SPI
MOSI
drive strength as high by default #2214 nrf5_sdk#12 - [Gen 3] Fix LED behavior in case of network loss before cloud connection is established #2210
- [Gen 3 / Cellular] Allow Software Default MNO profile to be used when chosen by SIM ICCID-based selection #2211
- [Cellular] Allow Software Default MNO profile to be used with certain version of SARA R410 modem firmware, where MNO profile 100 is not supported #2213
- [Boron / B SoM] Workaround for SARA R410 PPP ConfReq behavior #2208 lwip#8
- Fix
CellularSignal
deprecation messages #2221 - [Cellular] Fix PMIC reducing current on warm boot and causing modem brownouts #2215
- [Electron] Workaround for modem HAL relying on system networking code to re-attempt initialization #2218
ENHANCEMENTS
- Remove warning for publish and subscribe scope deprecation #2209
- Export some common standard C library functions through dynalib #2225
- [Electron] Monitor cellular modem for brown-outs and resets/crashes and perform reinitialization when required #2219
System Binaries (all devices)
Programming and Debugging
You can view specific programming and debugging notes for this version of firmware here.
SoftDevice update
This Device OS release will automatically update the SoftDevice for devices connected to the cloud.
Prerequisites
particle-cli version 2.8.1.
Upgrading OTA
- Upgrade to 2.0.0-rc.3
- Manually flash 2.0.0-rc.3 bootloader:
particle flash <deviceId> boron-bootloader@2.0.0-rc.3.bin
- Flash SoftDevice:
particle flash <deviceId> boron-softdevice@2.0.0-rc.3.bin
Upgrading using YModem
- Upgrade to 2.0.0-rc.3
- Put the device into listening mode (blinking blue) by holding MODE button
- Manually flash 2.0.0-rc.3 bootloader:
particle flash --serial boron-bootloader@2.0.0-rc.3.bin
- Flash SoftDevice:
particle flash --serial boron-softdevice@2.0.0-rc.3.bin
Upgrading using DFU (--usb only works for SoftDevice, not bootloader yet)
- Upgrade Device OS to 2.0.0-rc.3
- Update the bootloader to 2.0.0-rc.3 with the OTA or YModem process above
- Put the device into DFU mode (blinking yellow)
- Flash the SoftDevice:
particle flash --usb boron-softdevice@2.0.0-rc.3.bin