We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make erase_flash
1 parent 419af6e commit 4b9f192Copy full SHA for 4b9f192
README.md
@@ -41,4 +41,5 @@ export IDF_PATH=/path_of_your_esp32-at/esp-idf
41
* Or you can call `make` to compile it, and follow the printed instructions to download the bin files into flash by yourself.
42
* `make print_flash_cmd` can be used to print the addresses of downloading.
43
* More details are in the [esp-idf README](https://github.com/espressif/esp-idf/blob/master/README.md).
44
+7. If the ESP32-AT bin fails to boot, and prints "ota data partition invalid", you should run `make erase_flash` to erase the entire flash.
45
0 commit comments