I’m trying to perform the full firmware upgrade steps as listed in these steps to my core.
When I run: particle flash --factory tinker
I get:
Cannot open DFU device 0489:e07a
Error writing firmware...Cannot open DFU device 0489:e07a
when I run: dfu-util -l
I get:
Cannot open DFU device 0489:e07a
Found DFU: [1d50:607f] ver=0200, devnum=15, cfg=1, intf=0, alt=1, name="@SPI Flash : SST25x/0x00000000/512*04Kg", serial="8D6E45695654"
Found DFU: [1d50:607f] ver=0200, devnum=15, cfg=1, intf=0, alt=0, name="@Internal Flash /0x08000000/20*001Ka,108*001Kg", serial="8D6E45695654"
So it seems that dfu-util thinks 0489:e07a is a core, but it’s really my laptop’s bluetooth (according to device manager). I tried disabling/uninstalling the bluetooth driver, but it still appears in the dfu-util list.
How do I tell dfu-util/CLI to target my core (1d50:607f) instead of the other device?
Thanks in advance, and please let me know if there’s any other details I should provide.
This may be part of what I’m not understanding. I thought the following commands (pulled from the firmware upgrade steps) were going to pull pre-compiled code from the particle cloud:
Maybe there’s a way for me to add the intended device to the firmware upgrade code? Apologies if I’m missing something pretty basic here… I’m definitely a beginner. For the record, the reason I’m trying to flash this update is because I’m having an issue where the core goes to solid magenta and the standard factory reset procedure doesn’t seem to resolve it.
Any thoughts? I’ll continue digging through the old thread but I’m not coming up with too much (and/or I’m out of my league here…). Thanks for all the help so far!
Hmm, something is really strange here, I’m not sure where the CLI is getting “0489:e07a”. I think maybe the dfu utility isn’t seeing the device in DFU mode, so it’s trying to hit another device. Can you make sure you’re running in an administrator command prompt, and maybe disconnect any external keyboards or other devices that might be showing up?
Also which version of windows are you using / etc.
Sorry for the slow response. Have been away from the device for the moment so I wasn’t able to keep testing.
I may not have been in an administrator command prompt, and there were probably other devices connected. Recently upgraded to Windows 10. I should hopefully get back to it later tonight, will update with any progress.