Files
espflash/espflash/tests
Jesse Braham 8814e83fa0 Remove direct boot (#577)
* 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
2024-02-06 10:03:16 -08:00
..
2024-02-06 10:03:16 -08:00
2024-02-06 10:03:16 -08:00

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