Skip to content

Can an application brick board's USB port? #1240

Answered by bjoernQ
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

Pretty sure the USB port is the serial-jtag port (i.e. not a UART bridge) so you need this: https://github.com/esp-rs/esp-wifi/blob/main/esp-wifi/README.md#usb-serial-jtag

TL;DR you need to enable the phy-enable-usb feature

Your board should also have a BOOT and a RESET button. Holding the BOOT button while resetting the board should get you into a mode which allows you to use the USB with espflash / esptool again

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MabezDev
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants