Wanted to update wifi credentials on some old Photon and Argon devices, and so I thought I'd use my trusty particle CLI with particle serial wifi
to update those settings.
However, when I plugged my device into my old Mac, I found that particle usb list
showed no connected devices. I tried particle update-cli
and then tried particle usb list
again with no luck.
I tried placing the devices into various alternate modes (listening, DFU) with no change.
I rebooted the mac, plugged/unplugged the particle devices with no luck.
I tried installing the CLI fresh onto another mac laptop and then onto an ubuntu linux machine. Again, these machines were unable to see the particle devices connected via USB. I was able to verify that the CLI was installed properly by running particle login
and then particle whoami
.
CLI version from particle version
is 3.22.0
Strangely lsusb
running on the linux machine (or System Information running on the mac) does not show the argon or photon devices. This makes me wonder whether there's a newly introduced OS incompatibility between the Particle devices and the usb stack on macos and ubuntu.
For what it's worth I believe the Argons have device OS 4.2.0 installed.
Thanks for any help!