Module espflash::image_format

source ·
Expand description

Supported binary image formats

Since the ESP8266 is not supported by ESP-IDF, it has its own image format which must be used. All other devices support the ESP-IDF bootloader format. Certain devices additionally support direct boot, which needs its own unique image format.

Structs

  • Image format for ESP32 family chips not using a second-stage bootloader
  • Image format for flashing to the ESP8266
  • Image format for ESP32 family chips using the second-stage bootloader from ESP-IDF

Enums

Traits

  • Operations for working with firmware image formats