Any help greatly appreciated,
Steve
Have been unable to connect to this Photon after trying Android tablet or using particle setup. Posting below is my attempt to Flash the Photon with system mode set to Semi-auto so it wont need to connect:
Photon flashing yellow- dfu mode -
"
C:\Program Files\nodejs\Installed\dfu-util-0.8-binaries\win32-mingw32
lash --force --usb firmware.bin
running dfu-util -l
Found DFU device 2b04:d006
checking file firmware.bin
spawning dfu-util -d 2b04:d006 -a 0 -i 0 -s 0x080A0000:leave -D firmw
dfu-util 0.8
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2014 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util@lists.gnumonks.org
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 = 0x080a0000, size = 78544
Download [=========================] 100% 78544 bytes
Download done.
File downloaded successfully
Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Error during download get_status
Error writing firmware...Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Error during download get_status
Now it’s blinking green
did all of this:
npm update -g particle-cli
place Photon in DFU-mode
particle update
place Photon in DFU-mode
particle flash --usb tinker
hold on to the SETUP button until the device blinks blue
release SETUP button and press and hold until it blinks blue rapidly to clear wifi credentials
particle serial wifi to setup Wifi credentials
C:\Users\N\Documents\dfu-util-0.8-binaries\win32-mingw32>particle flash --force
--usb firmware.bin
running dfu-util -l
Found DFU device 2b04:d006
checking file firmware.bin
spawning dfu-util -d 2b04:d006 -a 0 -i 0 -s 0x080A0000:leave -D firmware.bin
dfu-util 0.8
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2014 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util@lists.gnumonks.org
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 = 0x080a0000, size = 78544
Download [=========================] 100% 78544 bytes
Download done.
File downloaded successfully
Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Flash success!
C:\Users\N\Documents\dfu-util-0.8-binaries\win32-mingw32>
Back to flashing green?"
Thanks,
Steve