Does any have hard reset program for beginner? (win/Mac/Linux)

I’m not good at programing tiny user interface (GUI) apps. I’m looking for small app SYNC & CC3000 upload button for win/mac/linux. I want something that look like iTunes check updates and restore(boot loader). I’ve tried hard reset (hold mode & reset) still have green light blinking.

I couldn’t even download CC3000 Patch. It gives me strange errors on terminal. I’ve tried this. it doesn’t work.
dfu-util -d 1d50:607f -a 0 -s 0x08005000:leave -D cc3000-patch-programmer.bin

I end up like this.
dfu-util: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
Deducing device DFU version from functional descriptor length
dfu-util: No DFU capable USB device available

Send your Download links.
Thanks.

What device are you using? A CC3000 will only work on the Core, since the Photon doesn’t use that chip.
Furthermore, a Core should allow a hard reset (hold MODE, press RESET, Keep holding MODE until the LED goes white).
A factory reset is no longer present on the Photon, and Safe mode should be used instead. This will run the system firmware, but won’t run the user firmware. This should allow for enough functionality for you to upgrade/flash new firmware.

Regarding the DFU error; did you make sure your device was in DFU mode (blinking yellow), and that you had the appropriate drivers installed?

2 Likes