mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
fix(storage): Fix storage examples readmes mentioning espotool
This commit is contained in:
@@ -113,7 +113,7 @@ GPIO12 is used as a bootstrapping pin to select output voltage of an internal re
|
||||
The following command can be used to program flash voltage selection efuses **to 3.3V**:
|
||||
|
||||
```sh
|
||||
components/esptool_py/esptool/espefuse.py set_flash_voltage 3.3V
|
||||
espefuse.py set_flash_voltage 3.3V
|
||||
```
|
||||
|
||||
This command will burn the `XPD_SDIO_TIEH`, `XPD_SDIO_FORCE`, and `XPD_SDIO_REG` efuses. With all three burned to value 1, the internal VDD_SDIO flash voltage regulator is permanently enabled at 3.3V. See the technical reference manual for more details.
|
||||
|
@@ -160,7 +160,7 @@ Check you board documentation/schematics for appropriate procedure.
|
||||
|
||||
An attempt to download a new firmware under this conditions may also result in the board's serial port disappearing from your PC device list - rebooting your computer should fix the issue. After your device is back, use
|
||||
|
||||
`esptool --port PORT --before no_reset --baud 115200 --chip esp32 erase_flash`
|
||||
`esptool.py --port PORT --before no_reset --baud 115200 --chip esp32 erase_flash`
|
||||
|
||||
to erase your board's flash, then flash the firmware again.
|
||||
|
||||
|
Reference in New Issue
Block a user