Releases: jeelabs/esp-link
Releases · jeelabs/esp-link
Release v0.9.1
Minimally working release with over-the-air (OTA) reflashing of the esp, and port 23 transparent bridge as well as AVR & ARM flashing support. Simple console page to view the esp-link's own os_printf output via the web.
To install on your esp8266 module see the project README.
The short version for the serial install is:
- flash
boot_v1.3(b3).bin
from the official esp_iot_sdk_v1.0.1 and included in the release to 0x00000 - flash
blank.bin
from the official SDK and also included here to 0x7e000 - flash
user1.bin
to 0x01000
The short version for an OTA upgrade is:
./wiflash <esp-hostname> user1.bin user2.bin