How to avoid output boot on ESP32 #182
-
On ESP32You just need to connect GPIO15 to GND and verbose boot :
will become clean boot:
|
Beta Was this translation helpful? Give feedback.
Answered by
luc-github
May 29, 2022
Replies: 1 comment
-
On ESP32-S3the pin is the GPIO46 - but need a preset in efuse which cannot be changed when done check documentation and here page 22/23 so use :
so I may add an [ESPXXX] command for this for S3 ESP32-S2the pin is the GPIO46 and need same efuse setting as above ESP32-C3the pin is the GPIO8 and need same efuse setting as above |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luc-github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On ESP32-S3
the pin is the GPIO46 - but need a preset in efuse which cannot be changed when done check documentation and here page 22/23
so use :
so I may add an [ESPXXX] command for this for S3
ESP32-S2
the pin is the GPIO46 and need same efuse setting as above
ESP32-C3
the pin is the GPIO8 and need same efuse setting as above