Dfu-util Flash success but the code didn't flash

Hello,
I compiled my app using particle compile p1 myfile.ino
I set the particle into blinking yellow mode and I executed,

particle flash --usb firmware.bin

The dfu-util status showed
File downloaded successfully

Flash success!

But I can say that P1 is not executing the flashed firmware. I am not sure how to solve this. I have erased WiFi credentials and need to set new WiFi credentials. Any ideas?

Thanks
Dheeraj

@dheerajdake, you may want to make sure that the system firmware version on the P1 matches the default version (0.6.2) used by the particle compile command. To be sure, you can put the P1 into DFU mode and run particle update.

1 Like

This helped. Thank you @peekay123

2 Likes

Thanks for the help!