This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Setting OTA parameters (update process) via Telnet #129
Labels
question
Further information is requested
Comments
I'm not sure I understand what you're trying to do. The normal way to
upload is via OTA using the command line or via Platformio as described in
the wiki. It is possible to upload via http too but that would mean
starting a web server on the esp which eats even more memory and don't
think anyone would use it.
…On Sat, 8 Jun 2019 at 11:22, Frederik-V ***@***.***> wrote:
Dear.
Is there a possibility to update (via OTA) the EMS-ESP Wemos D1 firmware
via the Telnet ?
This by changing parameters via Telnet afterwards instead of before the
first .BIN flash:
*; for OTA comment out these sections ;upload_protocol = espota
;upload_port = ems-esp.local ;upload_port = *
Or is this already implemented? If that is the case, can some guide me how
to initiate a firmware update process via Telnet?
Kindest regards
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#129>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJMO6GFRQ3O6VKG5A3G3O3PZN25NANCNFSM4HWG2AXQ>
.
|
I think this firmware update procedure is a bit easier, that might help @Frederik-V wget https://github.com/proddy/EMS-ESP/releases/download/1.8/firmware_d1_mini.bin
wget https://raw.githubusercontent.com/esp8266/Arduino/master/tools/espota.py
python espota.py -i 10.0.2.140 -f firmware_d1_mini.bin @proddy: You might put this on the wiki as well ;-) |
Don‘t forget to open up your firewall bcause the ESP will initiate the connection to your upload host.
You can use a fixed port with the -p option...
Sent by mobile device
… Am 18.06.2019 um 18:00 schrieb Proddy ***@***.***>:
Thanls @frankhommers - added it to https://github.com/proddy/EMS-ESP/wiki/Building-and-Uploading-the-Firmware
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear.
Is there a possibility to update (via OTA) the EMS-ESP Wemos D1 firmware via the Telnet ?
This by changing parameters via Telnet afterwards instead of before the first .BIN flash:
; for OTA comment out these sections
;upload_protocol = espota
;upload_port = ems-esp.local
;upload_port =
Or is this already implemented? If that is the case, can some one guide me how to initiate a firmware update process via Telnet?
Kindest regards
The text was updated successfully, but these errors were encountered: