Skip to content

Release v0.9.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tve tve released this 24 May 06:06
· 584 commits to master since this 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. Changes since v0.9.1: web page improvements

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