-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonoff Touch doesn't react after flashing #167
Comments
It could be... I have not test it myself since I don't own a Touch. |
Original comment by Florian P. (Bitbucket: icnw, GitHub: icnw): Actually no. I tried once but it failed due to my inability and a documentation that was not detailed enough for my skills. |
Original comment by Andreas L. (Bitbucket: andreaslink, GitHub: andreaslink-de): I found this topic too late, but I can confirm this "somehow", I have a more detailed description in #181 (https://bitbucket.org/xoseperez/espurna/issues/181/sonoff-basic-does-not-boot) for a basic sonoff. Probably this has somehow the same root as it might be hardware related? |
Original comment by Andreas L. (Bitbucket: andreaslink, GitHub: andreaslink-de): I solved my issue and I guess, this might probably also fix your issue. When flashing please change flash mode to DOUT when using it with esptool.py use --flash_mode dout as an additional param:
(This should work, as I flashed from Arduino IDE, I did not test it.) See more in detail in #181. |
Original comment by Andreas L. (Bitbucket: andreaslink, GitHub: andreaslink-de): Ok, thanks for the feedback, I was not sure, but good you found the correct place where to place the param. Probably this does not solve your issue as - I guess - the firmware also needs to be somwhat "DOUT-compiled". I'm not quite sure about this, but I read something like this somewhere else. |
Original comment by Florian P. (Bitbucket: icnw, GitHub: icnw): Xose, as I'm not sure whether my Touch is broken or I made something wrong I got refunded in the meanwhile. I read that you can't reproduce the error as you don't own a touch. |
It could be that the SDK init got corrupted by the wrong flash method, you can first try to erase the flash and then reflash using DOUT gas @andreaslink-de suggests. So go into flash mode and type:
Then reboot into flash mode again and:
|
With 1.9.0 all images are compiled with the DOUT flash mode. |
Removing milestone: 1.8.4 (automated comment) |
Original comment by treowayne (Bitbucket: treowayne, GitHub: Unknown): I ran into the same problem. Xose, is it possible that the .bin file was compiled without switching the board type to ESP8285 first? Nevermind, I compiled 1.9.5 myself with ESP8285 target, uploaded through the web UI, and a working Sonoff Touch broke. 1.9.5 works if I compile and upload directly to the Sonoff Touch through serial interface. |
Originally reported by: Florian P. (Bitbucket: icnw, GitHub: icnw)
I used the latest bin-file from the Downloads and wrote it to the Sonoff Touch. It worked like a charm. Unfortunatly, the device is not reacting afterwards: No LED, NO AP, nothing. I repeated the flashing a couple of times without any effects.
With the "simple" Sonoff, I never ran into trouble with that approach. Could it be that the bin-file is defect?
This is the log of my flashing:
The text was updated successfully, but these errors were encountered: