I can download the Binary but cannot seem to get it into the Electron.
I go from Blinking Blue to solid Blue LED back to Blinking Blue with this error:
Your device id is myDeviceID
Your IMEI is myIMEI
Your ICCID is myICCID
Your system firmware version is 0.4.8
MacBook-Pro-2:desktop bulldoglowell$ 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
sending file: firmware.bin
! serial:
Error writing firmware...TypeError: Cannot call method 'copy' of undefined
TypeError: Cannot call method 'copy' of undefined
at Function.Buffer.concat (buffer.js:499:9)
at Object.YModem._sendPacket (/usr/local/lib/node_modules/particle-cli/lib/ymodem.js:179:20)
at Object.YModem._sendFileHeader (/usr/local/lib/node_modules/particle-cli/lib/ymodem.js:173:15)
at start (/usr/local/lib/node_modules/particle-cli/lib/ymodem.js:147:17)
at runTask (/usr/local/lib/node_modules/particle-cli/node_modules/when/pipeline.js:37:16)
at /usr/local/lib/node_modules/particle-cli/node_modules/when/pipeline.js:42:12
at tryCatchResolve (/usr/local/lib/node_modules/particle-cli/node_modules/when/lib/apply.js:46:23)
at callAndResolve (/usr/local/lib/node_modules/particle-cli/node_modules/when/lib/apply.js:30:12)
at callAndResolveNext (/usr/local/lib/node_modules/particle-cli/node_modules/when/lib/apply.js:40:4)
at tryCatchReject3 (/usr/local/lib/node_modules/particle-cli/node_modules/when/lib/makePromise.js:856:7)