O eFuse UART_PRINT_CONTROL do ESP32-S2 controla o comportamento da saída de impressão UART durante a fase de boot da ROM. De acordo com ESP-IDF no GitHub, ele consiste em dois bits:
00: Habilitado01: Habilitar quando GPIO46 está baixo no reset10: Habilitar quando GPIO46 está alto no reset11: Desabilitado
Gravá-lo não pode ser desfeito, mas se você realmente quer fazer isso, aqui está um exemplo de como gravá-lo para 0b11:
burn_uart_print_control.sh
espefuse.py burn_efuse UART_PRINT_CONTROL 0b11Isso vai pedir sua confirmação antes de prosseguir com a operação de gravação.
espefuse_burn_example.txt
espefuse.py v4.9.0
Connecting...
Device PID identification is only supported on COM and /dev/ serial ports.
.
Detecting chip type... Unsupported detection protocol, switching and trying again...
Detecting chip type... ESP32-S2
=== Run "burn_efuse" command ===
The efuses to burn:
from BLOCK0
- UART_PRINT_CONTROL
Burning efuses:
- 'UART_PRINT_CONTROL' (Set the default UART boot message output mode) 0b00 -> 0b11
Check all blocks for burn...
idx, BLOCK_NAME, Conclusion
[00] BLOCK0 is empty, will burn the new value
.
This is an irreversible operation!
Type 'BURN' (all capitals) to continue.
Check out similar posts by category:
ESP32
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow