Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Setting OTA parameters (update process) via Telnet #129

Closed
Frederik-V opened this issue Jun 8, 2019 · 4 comments
Closed

Setting OTA parameters (update process) via Telnet #129

Frederik-V opened this issue Jun 8, 2019 · 4 comments
Labels
question Further information is requested

Comments

@Frederik-V
Copy link

Frederik-V commented Jun 8, 2019

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

@Frederik-V Frederik-V added the question Further information is requested label Jun 8, 2019
@proddy
Copy link
Collaborator

proddy commented Jun 8, 2019 via email

@frankhommers
Copy link

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 ;-)

@proddy
Copy link
Collaborator

proddy commented Jun 18, 2019

@susisstrolch
Copy link

susisstrolch commented Jun 18, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants