Page 1 of 1

esp32-h2 unresponsive after first flash with rust sdk

Posted: Sun Sep 22, 2024 4:27 am
by gruvineo
I tried Rust's development branch for esp32-h2 and after the first flash on this board https://pt.aliexpress.com/item/10050052 ... pt=glo2bra on the esp32-h2 chip, it stops appearing as a usb device on linux. This happened to 2 boards. I tried pressing reset, boot, plugging again, etc.

Did I do something wrong? I though it was a defect of the first board, but both behave like this.

Re: esp32-h2 unresponsive after first flash with rust sdk

Posted: Sun Sep 22, 2024 9:09 am
by aliarifat794
Even if the firmware is not working, you should still be able to access the ROM bootloader (which handles USB communication for flashing). If this doesn't work, it may indicate that the flash process corrupted some important data.

Re: esp32-h2 unresponsive after first flash with rust sdk

Posted: Sun Sep 22, 2024 12:46 pm
by gruvineo
can the flash process corrupt places other than the code, like the boot process? It happened to both boards...

Re: esp32-h2 unresponsive after first flash with rust sdk

Posted: Sun Sep 22, 2024 12:50 pm
by gruvineo
aliarifat794 wrote:
Sun Sep 22, 2024 9:09 am
Even if the firmware is not working, you should still be able to access the ROM bootloader (which handles USB communication for flashing). If this doesn't work, it may indicate that the flash process corrupted some important data.
it appears briefly as a usb device and then resets itself, every 5 seconds or something like that. On both devices it ocurred