With the Electron device, I’m trying to load firmware via CLI interface to spare bandwidth usage. However, I’m getting the following error when trying to load it:
$ particle flash --usb firmware.bin
running dfu-util -l
Found DFU device 2b04:d00a
Error writing firmware...Incorrect platform id (expected 10, parsed 6), use --force to override
When checking which firmware my device is running, I get 0.4.8. But on https://build.particle.io/ I do not see 0.4.8 as an option (I’ve either 0.4.7 or 0.4.9).
So my question is, can I upgrade the electron device to 0.4.9? if yes, is the procedure described here also ok for the Electron device: https://github.com/spark/firmware/releases/
You are right, the WebIDE did compiled for a photon even though I did correctly selected Electron device in the WebIDE. The issue was resolved by your team a few days ago.
But I have no Particle Devices connected. Because to claim my device, I have to connect it to the Particle Cloud, and I don’t want to use the SIM Card yet. And when I put de device ID, it says : “Could not claim device.”.
Is it possible to try the example without any SIM card ? Or is it impossible ?