I am using windows 8.1.
When i run particle update -v this is what i get
C:\Users\Bigmahn>particle update -v
Your device is ready for a system update.
This process should take about 50 seconds. Here it goes!
▀ Updating system firmware on the device...dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Opening DFU capable USB device...
ID 2b04:d006
Run-time device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Setting #0 ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
DFU mode device DFU version 011a
Device returned transfer size 4096
DfuSe interface name: "Internal Flash "
Downloading to address = 0x080c0000, size = 131072
▐ Updating system firmware on the device...Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2b04:d006
Error during special command "ERASE_PAGE" get_status
! An error occurred while attempting to update the system firmware of your device:
Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2b04:d006
Error during special command "ERASE_PAGE" get_status
Please visit our community forums for help with this error:
https://community.particle.io/
Cannot read property 'code' of undefined
TypeError: Cannot read property 'code' of undefined
at dfuError (C:\Users\Bigmahn\AppData\Local\particle\node_modules\particle-cli\dist\cmd\update.js:113:17)
at dfu.findCompatibleDFU.then.catch.err (C:\Users\Bigmahn\AppData\Local\particle\node_modules\particle-cli\dist\cmd\update.js:21:11)
at tryCatchReject (C:\Users\Bigmahn\AppData\Local\particle\node_modules\when\lib\makePromise.js:845:30)
at runContinuation1 (C:\Users\Bigmahn\AppData\Local\particle\node_modules\when\lib\makePromise.js:804:4)
at Rejected.when (C:\Users\Bigmahn\AppData\Local\particle\node_modules\when\lib\makePromise.js:625:4)
at Pending.run (C:\Users\Bigmahn\AppData\Local\particle\node_modules\when\lib\makePromise.js:483:13)
at Scheduler._drain (C:\Users\Bigmahn\AppData\Local\particle\node_modules\when\lib\Scheduler.js:62:19)
at Scheduler.drain (C:\Users\Bigmahn\AppData\Local\particle\node_modules\when\lib\Scheduler.js:27:9)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickCallback (internal/process/next_tick.js:181:9)
And when i run dfu-util --list i get
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Bigmahn>dfu-util --list
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Cannot open DFU device 2b04:d006
Found DFU: [2b04:d006] ver=0250, devnum=3, cfg=1, intf=0, path="3-1.4", alt=1, name="@DCT Flash /0x00000000/01016Kg", serial="18002a000347353137323334"
Found DFU: [2b04:d006] ver=0250, devnum=3, cfg=1, intf=0, path="3-1.4", alt=0, name="@Internal Flash /0x08000000/03016Ka,01016Kg,01064Kg,07*128Kg", serial="18002a000347353137323334"
C:\Users\Bigmahn>
And yes i have tried all USB ports and different cable but no luck
And this is what i get when i run particle flash --usb tinker -v
C:\Users\Bigmahn>particle flash --usb tinker -v
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Opening DFU capable USB device...
ID 2b04:d006
Run-time device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Setting #0 ...
Determining device status: state = dfuDNLOAD-IDLE, status = 0
aborting previous incomplete transfer
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
DFU mode device DFU version 011a
Device returned transfer size 4096
DfuSe interface name: "Internal Flash "
Downloading to address = 0x080a0000, size = 5324
Download [ ] 0% 0 bytesInvalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2b04:d006
Error during special command "ERASE_PAGE" get_status
Error writing firmware: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2b04:d006
Error during special command "ERASE_PAGE" get_status
VError: Error writing firmware: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2b04:d006
Error during special command "ERASE_PAGE" get_status
at Promise.resolve.then.then.then.then.then.then.catch.err (C:\Users\Bigmahn\AppData\Local\particle\node_modules\particle-cli\dist\cmd\flash.js:157:10)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
caused by: Error: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2b04:d006
Error during special command "ERASE_PAGE" get_status
at ensureError (C:\Users\Bigmahn\AppData\Local\particle\node_modules\particle-cli\dist\lib\utilities.js:595:11)
at Promise.resolve.then.then.then.then.then.then.catch.err (C:\Users\Bigmahn\AppData\Local\particle\node_modules\particle-cli\dist\cmd\flash.js:157:21)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)