Page 1 of 1

ESP32 Suppress Boot Messages

Posted: Mon Nov 08, 2021 4:27 pm
by esputk
Hi,

I need to disable debugging log print over U0TXD During Booting without connecting GPIO15 to the ground.

Is there any possible solution to suppress boot messages by changing software configurations? I can suppress the messages by shorting GPIO15(MTDO) to the ground, but I have seen the following pictures in the menu config. What is the meaning of red lines? Will they be available for the ESP32-MINI-1 module?

esp1.png
esp1.png (140.6 KiB) Viewed 2699 times
esp2.png
esp2.png (78.11 KiB) Viewed 2699 times
Thanks in advance.

Re: ESP32 Suppress Boot Messages

Posted: Tue Nov 09, 2021 1:48 am
by ESP_Sprite
The red lines are configuration items that are unaccessible because they don't apply to the current configuration (either because you selected a chip they don't apply to or because you turned off something they depend on).

Re: ESP32 Suppress Boot Messages

Posted: Tue Nov 09, 2021 6:15 am
by esputk
Will the red lines in the attachment be available for the ESP32-MINI-1 module?

Is there any possible solution to suppress boot messages without connecting GPIO15 to the ground?

Thanks in advance.

Re: ESP32 Suppress Boot Messages

Posted: Wed Nov 10, 2021 1:25 am
by ESP_Sprite
No, as the module the chip is on generally doesn't affect the esp-idf settings you can use. From what I recall, the ROM messages of the ESP32 can only be silenced by that bootstrap pin. Later chips (ESP32S2, ESP32S3, ESP32C3) have an eFuse as well.