[ESP32][ESP-DEVKIT] Problem with reseting the board after program upload

Sysprogs forums Forums VisualGDB [ESP32][ESP-DEVKIT] Problem with reseting the board after program upload

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22454
    Nefarious19
    Participant

    Hello!

    I’ve problem with VGDB and reseting the board after program uploads. I started new project and selected proper setting of my board. Blink program works as expected but when flashing is done I must press reset button manually (i had to add one to hardware because devkit dosen’t have it). I added flags to esptool additional argumens like this:

    –before default_reset –after hard_reset

    And i dosen’t change anything. On “bash” window in VS i can see “reseting hard” string but nothing happen to board. When I’m invoking esptool from cmd it works ok and reset the board. What’s wrong?

     

    #22455
    support
    Keymaster

    Hi,

    This might be caused by this bug. Please try patching your esptool script as shown in the bug thread.

    #22456
    Nefarious19
    Participant

    Works great, thank you!

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.