Safe boot with esp32 #9798
Unanswered
yobio
asked this question in
Hardware & Peripherals
Replies: 1 comment 1 reply
-
If you disable the USB UART you can still access the repl through the pins using a usb-serial, is that a option? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an esp32 board (ttgo t-call) running MicroPython. I would like to use the UART connection on the USB port but it is already used by the REPL. So I want to disable the UART REPL but still be able to access it easily (WebREPL could cause connection errors).
I saw that there is a safe mode on the WiPy card to temporarily cancel the execution of boot.py by setting the GP28 to high during boot. So I could access the UART REPL by activating this pin. However I didn't find anything about this for esp32. Is this possible?
If not, would you have another solution for me?
I'm using this firmware: v1.19.1 (2022-06-18).
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions