My B402 Eval kit is currently stuck in listen mode after a firmware update and I can’t seem to figure out what the issue is.
I downloaded latest from https://github.com/particle-iot/device-os/releases/tag/v1.5.0-rc.2 and flashed as per the following:
particle flash --usb .\bsom-system-part1@1.5.0-rc.2.bin
particle flash --usb .\bsom-tinker@1.5.0-rc.2.bin
particle flash --usb .\bsom-softdevice@1.5.0-rc.2.bin
I believe I flashed bootloader via serial as it was noted that DFU did not support bootloader at this point.
Particle serial inspect returns:
Platform: 23 - B SoM
Modules
Bootloader module #0 - version 501, main location, 49152 bytes max size
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
System module #1 - version 1501, main location, 671744 bytes max size
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
Bootloader module #0 - version 501
Radio stack module #0 - version 202
User module #1 - version 6, main location, 131072 bytes max size
UUID: FB4B9E74A9805AFC801DE489EF198FD62E1D85668D61DC235FE63ED618991B10
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
System module #1 - version 1501
Radio stack module #0 - version 202, main location, 192512 bytes max size
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
I can hold MODE for 3+ seconds in order to get to flashing green, but it will not connect via Ethernet despite including STARTUP(System.enableFeature(FEATURE_ETHERNET_DETECTION))
I attempted to flash as per this post: Unable to Leave Listening Mode on BoronLTE but didn’t seem to make any difference.
Thanks in advance.
Regards,
Alex
EDIT: For what it’s worth, it would be great to have a step-by-step for the Boron and other mesh-series as I found most of the instructions are for the second-generation devices