mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
updated instructions for installing
This commit is contained in:
16
README.md
16
README.md
@@ -35,14 +35,14 @@ Note: Version 2.0 is not backward compatible with v1.0. The File system structur
|
|||||||
|
|
||||||
### Uploading the firmware
|
### Uploading the firmware
|
||||||
|
|
||||||
- If you don't have Python 3.8, install it (https://www.python.org/downloads/)
|
- If you don't have Python 3.8:
|
||||||
#### Using direct to USB:
|
- first install it (https://www.python.org/downloads/)
|
||||||
- install `esptool` using the command `pip install esptool`
|
- install `esptool` using the command `pip install esptool`
|
||||||
- connect an ESP8266 to the USB. Figure out which COM port it's on (e.g. windows device manager)
|
- also for OTA updates later, download `espota` from https://github.com/esp8266/Arduino/blob/master/tools/espota.py
|
||||||
- `esptool.py -p COM6 -b 921600 write_flash 0x00000 <firmware.bin>`
|
|
||||||
#### Using OTA (Over The Air):
|
- Grab the firmware binary from https://github.com/proddy/EMS-ESP/releases/tag/travis-v2-build
|
||||||
- download `espota` from https://github.com/esp8266/Arduino/blob/master/tools/espota.py
|
- Using direct to USB: `esptool.py -p <COM PORT> -b 921600 write_flash 0x00000 <firmware.bin>`
|
||||||
- `espota.py --debug --progress --port 8266 --auth neo -i <ip address> -f <firmware.bin>`
|
- Using OTA (Over The Air): `espota.py --debug --progress --port 8266 --auth neo -i <ip address> -f <firmware.bin>`
|
||||||
|
|
||||||
### Setting up for the first time:
|
### Setting up for the first time:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user