Hello all,
I am having some issues flashing a simple app to my electron (the goal is to read temperature using a sensor and just send that info to my computer/smart phone/etc.)
When I flash to usb using the following lines of code in the Node command window I get the error message shown below:
particle flash --usb firmware.bin
Found DFU device 2b04:d00a
Error writing firmware…file does not exist and no known app found.
When I flash via serial I get a similar error message:
particle flash --serial firmware.bin
! PROTIP: Hold the SETUP button on your device until it blinks blue!
? Press ENTER when your device is blinking BLUE
! serial:
Error writing firmware…file does not exist and no known app found.
undefined
I’m not sure what exactly is going wrong because I have reset and restarted my device a few times, it is breathing cyan, and has previously allowed an app to be downloaded directly via USB in the Particle Build (no longer an option for some reason). Does the firmware.bin need to be in a particular folder for my device to locate it or something?
If anyone has any suggestions for solutions or courses of action that would be greatly appreciated.