-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possibly bricking esp32-h2 thread border router #2212
Comments
You may just be missing this feature |
@bugadani so now that I already pushed the code without it, I cannot fix and it's bricked forever? Because it's rebooting before I can do anything with it. Also, this does not happen with a standalone esp32-h2 devkit, it only happens with the thread border router with esp32-h2 |
You can start it up in bootloader mode. Press and hold the boot button, then click the reset button, then let go of the boot button. |
Holding the BOOT button while pressing and releasing RESET should get you into download mode and you should be able to re-flash That feature (usb-phy-enable) currently isn't supported on H2 unfortunately I guess you are not experiencing this with the DevKit because it's connected via UART bridge while in the border-router it's connected via JTAG/serial Ah my typing was a bit slow |
@bugadani wifi is not supported on the h2, but I did add the dependency anywasy
and got
|
@bjoernQ indeed I was able to enter download mode. What can be done now? |
Ok, I don't know why it stuck on download mode but I was able to make it flash again after pressing reset or something like that. What is ˋphy-enable-usbˋ for? It looks like now I can see the UART output |
ˋphy-enable-usbˋ would allow USB to continue to work when the radio peripherals are enabled - but if you didn't use Bluetooth or IEEE802154 that wasn't the problem. Good to hear you are able to flash new firmwares again |
@bjoernQ but I was able to listen for packts in IEEE802154 and print over the usb on both the thread border router h2 and standalone h2 |
Seems like this is resolved - closing. |
I tried creating a template project for esp32-h2 and after the first flash on this board on the esp32-h2 chip, it stops appearing as a usb device on linux. It keeps reconectting and appearing in the list of usb devices for 2 seconds only.
I first thought it was a problem with my board so I tried on another identical one and got the same problem
Did I do something wrong? I though it was a defect of the first board, but both behave like this.
I don't know if this is an official product, but at least the embedded esp32-h2 is. I also have standalone esp32-h2 which worked without any problems, so I wonder what is happening exactly
Link for the board https://pt.aliexpress.com/item/1005005232242277.html?gatewayAdapt=glo2bra
The text was updated successfully, but these errors were encountered: