mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-23 15:50:21 +00:00
33e32c196b0247fe8ccdbdb4d18e1377edd8a0a3
Some chips can have more than 16MB of flash, mine as 32MB. Historically espflash failed to detect this flash size but now can. Without this change the board will boot loop because the esp idf bootloader max size is only 16MB.
espflash
Serial flasher utilities for Espressif devices, based loosely on esptool.py.
Supports the ESP32, ESP32-C2/C3/C6, ESP32-S2/S3, ESP32-H2 and ESP8266.
cargo-espflash
A cargo extension for flashing Espressif devices.
For more information and installation instructions, please refer to the cargo-espflash package's README.
espflash
A library and command-line tool for flashing Espressif devices.
For more information and installation instructions, please refer to the espflash package's README.
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Description
Languages
Rust
99.9%