Skip to content

Releases: jeelabs/esp-link

Release v0.9.1

24 May 03:07
@tve tve
Compare
Choose a tag to compare
Release v0.9.1 Pre-release
Pre-release

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:

  1. flash boot_v1.3(b3).bin from the official esp_iot_sdk_v1.0.1 and included in the release to 0x00000
  2. flash blank.bin from the official SDK and also included here to 0x7e000
  3. flash user1.bin to 0x01000

The short version for an OTA upgrade is:

  1. ./wiflash <esp-hostname> user1.bin user2.bin