mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-23 15:50:21 +00:00
* Remove the `DirectBoot` image format * Refactor the `ImageFormat` trait out of existence * Update `README.md` * Update `CHANGELOG.md` * Remove test binaries for direct boot and ESP8266
Test Resources
This document describes how the test files under tests/resources were generated, so that they can be re-generated in the future if needed.
IDF Bootloader
$ git clone https://github.com/esp-rs/esp-hal
$ cd esp-hal/esp32-hal
$ cargo build --release --example=blinky
The ELF file is located at target/xtensa-esp32-none-elf/release/examples/blinky
$ espflash save-image --chip=esp32 esp32_hal_blinky.bin esp32_hal_blinky