Safe mode fault

Whatever i do with my photon, its coming back to safe mode blinking magneto.
At first i had a RED blinking SOS, bad hardware code. Then i followed instruction and some how got to safe mode, But after entering to safe mode ( magneto blink ), i tried to setup my photon in Particle app, everything gone well and it showed your photon is successfully setup. RGB was flashing cyan, but suddenly RGB started flashing Magneto. I tried DFU doctor mode. but my doctor is unsuccessful when i chosen Internal antenna. Please help me to sole this issue...

"

Select antenna

? Select the antenna to use to connect to Wi-Fi Internal
Serial err: Error: Error: No such file or directory, cannot open /dev/tty.usbmodemFA131
Serial problems, please reconnect the device.
The Doctor didn't complete sucesfully. undefined

Please visit our community forums for help with this error:
https://community.particle.io/

"

When the device suddenly starts flashing magenta this might indicate an incompatible Device OS and the Safe Mode Healer trying to cure that.
If it doesn’t succeede (may take a while and a few automatic resets), you could use CLI to repair that.

Make sure you have the most recent version CLI (currently 1.34.0) and then run these commands in DFU Mode (blinking yellow)

particel flash --usb tinker
particle update

After that you should have 0.7.0 Device OS on your device. To make sure that worked, put your device in Listening Mode (blinking blue) and run

particle serial inspect

(you may need to add --port dev/tty.... to select the correct port)
Once you have the inspect output you can post it here.

yes

Learnys-MBP:~ learny$ particle update

> Your device is ready for a system update.
> This process should take about 50 seconds. Here it goes!

! System firmware update successfully completed!

> Your device should now restart automatically.

Learnys-MBP:~ learny$ particle serial inspect

Platform: 6 - Photon
Modules
  Bootloader module #0 - version 4, main location, 16384 bytes max size
    Integrity: PASS
    Address Range: PASS
    Platform: PASS
    Dependencies: PASS
  System module #1 - version 207, main location, 262144 bytes max size
    Integrity: PASS
    Address Range: PASS
    Platform: PASS
    Dependencies: PASS
  System module #2 - version 207, main location, 262144 bytes max size
    Integrity: PASS
    Address Range: PASS
    Platform: PASS
    Dependencies: FAIL
      System module #1 - version 207
      Bootloader module #0 - version 7
  User module #1 - version 5, main location, 131072 bytes max size
    UUID: 7A7BCC321221F1767D7572198BC2E29C6CEB8DE216BD811ADD3F8ECE246ACDE4
    Integrity: PASS
    Address Range: PASS
    Platform: PASS
    Dependencies: PASS
      System module #2 - version 207
  empty - factory location, 131072 bytes max size

You have a bootloader issue. System modules v207 require a bootloader v100+ but you have v4
Since particle update didn’t cure that you need to download this and flash it via Listening Mode

particle flash --serial bootloader-0.7.0-photon.bin

I have removed you double post, since it’s just a copy of the previous one.

Learnys-MBP:~ learny$ particle flash --serial bootloader-0.7.0-photon.bin
! PROTIP: Hold the SETUP button on your device until it blinks blue!
? Press ENTER when your device is blinking BLUE
Error writing firmware: File does not exist and no known app found
Learnys-MBP:~ learny$

i have just downloaded and given this command “particle flash --serial bootloader-0.7.0-photon.bin”. should i wanna to do something else. I am noob. if it was simple question please don’t mind and help me.

Thx brother. it was flashing green now. any other steps ?

Learnys-MBP:Downloads learny$ particle flash --serial bootloader-0.7.0-photon.bin
! PROTIP: Hold the SETUP button on your device until it blinks blue!
? Press ENTER when your device is blinking BLUE
sending file: bootloader-0.7.0-photon.bin

Flash success!

Can now repeat the particle serial inspect and post the result?

If the device keeps blinking green and doesn’t proceede further it can’t connect to your WiFi network.
You need to clear the WiFi credentials by holding SETUP 10+ seconds till you see rapid blue flashing.
After that enter your credentials again via particle serial wifi

Thank you so much brother!!!!. i have entered doctor mode and changed everything. It is successfully completed. Now my photon blinking cyan online.

Put the device in DFU mode
Tap RESET/RST while holding MODE/SETUP until the device blinks yellow.
? Select Continue when ready Continue
Okay! New keys in place, your device will not restart.
New Key Created!
Saved!
Saved!
attempting to add a new public key for device 3e0033001347343432XXXXXX
submitting public key succeeded!
Okay! New keys in place, your device should restart.

Flashing the default Particle Tinker app

Put the device in DFU mode
Tap RESET/RST while holding MODE/SETUP until the device blinks yellow.
? Select Continue when ready Continue

Flash success!

The Doctor has restored your device!

Please visit our community forums if your device still can't connect to the Particle cloud
https://community.particle.io/

thankssss brother...

2 Likes