# \[SOLVED\] Particle dead after tinker re-flash?

**URL:** https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111
**Category:** Troubleshooting
**Created:** [May 23, 2016, 9:04pm UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111 "2016-05-23T21:04:15Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![pwallington](https://avatars.discourse-cdn.com/v4/letter/p/7cd45c/32.png) [@pwallington](https://community.particle.io/u/pwallington)
#### Post date: [May 23, 2016, 9:04pm UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111/1 "2016-05-23T21:04:15Z")

</div>

My WiFi setup changed, so I put my Photon into listen mode, and reconnected it fine.

In order to do a quick check, I hit the ‘reflash Tinker’ button on the android app. However, the flash failed, and now my Photon appears to be dead?

I get no RGB LED at all, and a faintly-lit D7 blue LED. I noticed that there’s a very brief flash from the RGB led when i release the reset button.

Is there any way to recover this? I have a ST-Link clone I can hook up to SWD/SWIM (but not JTAG somehow?!)

Video of the behavior:

---

<div class="post-metadata">

### Author: ![Nimonster](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/nimonster/32/2836_2.png) [@Nimonster](https://community.particle.io/u/Nimonster)
#### Post date: [May 24, 2016, 7:29am UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111/2 "2016-05-24T07:29:16Z")

</div>

So DFU doesn’t work either?

---

<div class="post-metadata">

### Author: ![pwallington](https://avatars.discourse-cdn.com/v4/letter/p/7cd45c/32.png) [@pwallington](https://community.particle.io/u/pwallington)
#### Post date: [May 24, 2016, 4:51pm UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111/3 "2016-05-24T16:51:39Z")

</div>

No combination of holding down setup and/or reset during power-on gets me any response, so I can’t get into DFU mode.

It doesn’t show up as a USB device either:

```
user@host ~ % lsusb
Bus 002 Device 004: ID 03f0:231d Hewlett-Packard Broadcom 2070 Bluetooth Combo
Bus 002 Device 003: ID 04f2:b230 Chicony Electronics Co., Ltd Integrated HP HD Webcam
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:5434 Standard Microsystems Corp. Hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
user@host ~ %
```

---

<div class="post-metadata">

### Author: ![bko](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/bko/32/20704_2.png) [@bko](https://community.particle.io/u/bko)
#### Post date: [May 24, 2016, 6:34pm UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111/4 "2016-05-24T18:34:17Z")

</div>

Hi @pwallington

It sure looks like your device is in the “no firmware” state, but since you have a JTAG programmer, you can get out of it. You need to flash the bootloader to the device over JTAG–I would contact Particle support and ask for instructions since they may want to send you a special bin file.

---

<div class="post-metadata">

### Author: ![pwallington](https://avatars.discourse-cdn.com/v4/letter/p/7cd45c/32.png) [@pwallington](https://community.particle.io/u/pwallington)
#### Post date: [May 24, 2016, 9:31pm UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111/5 "2016-05-24T21:31:35Z")

</div>

Thanks @bko - I’ll do that and report back 😄

---

<div class="post-metadata">

### Author: ![pwallington](https://avatars.discourse-cdn.com/v4/letter/p/7cd45c/32.png) [@pwallington](https://community.particle.io/u/pwallington)
#### Post date: [May 26, 2016, 5:58pm UTC](https://community.particle.io/t/solved-particle-dead-after-tinker-re-flash/23111/6 "2016-05-26T17:58:27Z")

</div>

Thanks to Harrison from the support team I’m back online.

Summary of the steps to fix, for anyone else who gets into this state:

- Connect ST-Link according to the pinout here: [http://imgur.com/1Iw202n](http://imgur.com/1Iw202n) (I saw some debate elsewhere about the reset pin connection to D3 or RST)
- With the photon powered from the ST-Link’s 3v3, the D7 LED lit up. At this point I was able to enter DFU mode (edit: hold SETUP and press RESET repeatedly until the RGB led starts the mode-selection flashes 😛)
- In DFU mode: `st-flash write` [combined-0.4.6-photon.bin](https://dl.dropboxusercontent.com/u/11901952/combined-0.4.4-photon.bin) `0x08000000`
- Enter listen mode, setup wifi. At this point i got the ‘red burst’ cloud keys error
- In DFU mode (and USB connected): `particle keys doctor <device id>`
