Skip to content

Commit 645b243

Browse files
committed
Merge branch 'feature/modify_readme' into 'master'
feat: Add `make erase_flash` instruction in README.md to erase the entire flash See merge request !28
2 parents 419af6e + 4b9f192 commit 645b243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ export IDF_PATH=/path_of_your_esp32-at/esp-idf
4141
* Or you can call `make` to compile it, and follow the printed instructions to download the bin files into flash by yourself.
4242
* `make print_flash_cmd` can be used to print the addresses of downloading.
4343
* 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.
4445

0 commit comments

Comments
 (0)