-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problems with flashing wifi stick (data transfer issues?) #23
Comments
I think ltchiptool does a final check of the written data ( Your WiFi problem is #22 which @kuba2k2 fortunately fixed just today with LT 1.5.1: libretiny-eu/libretiny#257 . If your environment does not update to the
If you hurry up, you may be the first person on earth to use this version on an EMW3080 :) |
Bingo! It seems like I've beaten Belaial on being the first (reported) user that confirms the fix. I can't say it enough: thank you!! |
Damn it! I wanted to be the first 😄 |
I thought that the error was a consequence of a flakey connection, but it appeared to be an issue with the board definition itself, which caused it to crash after scanning for wifi. I was able to recompile the firmware and it now worked, but I still flashed it manually. If your issue was related to esphome compiling a faulty firmware and pushing it to your device OTA, then the issue is resolved (because technically, the OTA update mechanism wasn't broken but your device wasn't able to come online anymore). However, if the issue was truly the OTA feature, then most likely it is still broken. But at this moment I lack time (and bravery) to test it :) |
Tested this morning, OTA worked just fine after the edit suggested here #23 (comment) I assume I at least claimed world second running this on EMW3080 🥈 |
Hi all,
I'm quite used to flashing devices using UART (mostly shelly plugs and sonoff switches) but this wifi stick is giving me more problems that I anticipated :-/
I had the same as user Belaial (from the image here) and I can confirm what kuba2k2 mentioned here: these adapters are apparently not strong enough for the required baudrate. I bought a new one, based on the FT232 and only with that adapter was able to communicate in the download mode, using ltchiptool-v4.10.2.
I compiled the firmware using esphome on my other computer, and tried to flash the firmware.uf2 using the Windows version. However, during upload, I get the following errors:
I'm not quite sure what these write errors have as a consequence, but I've tried it multiple times and I think the amount of errors differs between some runs. When I read out the terminal during normal boot, it always reboots during the scanning of the wifi:
I think there is a problem during data transfer, but I've already tried 2 different set of cables, including the one that came with the adapter. Can anyone recommend cables? Or is there an other issue at play?
Thanks in advance,
Erwin
The text was updated successfully, but these errors were encountered: