Brian A. Ignacio

Results 55 comments of Brian A. Ignacio

I'll add the vscode extension bugfix in https://github.com/espressif/vscode-esp-idf-extension/pull/1485 Please take a look if you can!

Could you try my fork in https://brianignacio5.github.io/esptool-js/ which implement #160 changes ?

It seems the esp32 s2 has some issues yet. I have here a esp32 s2 devkitC 1 which seems to connect properly on my setup but I need more testing....

Hi @tyeth thank you for the very detailed feedback. I've continued to do more changes and released them in my fork. There was some code in the run stub that...

I think I may have found the culprit. Esp32s2 was missing the post connect function that update the ESP_RAM_BLOCK for S2 chips. Changes are up in https://brianignacio5.github.io/esptool-js/ Could you please...

Hi @tyeth I've found that the IS_STUB was not being set so the flash values were not being picked correctly. Now I fixed it. Could you please retry my fork...

I'm not able to reproduce this issue @tyeth but if you can describe some steps to reproduce it I'll fix it in a separate PR.

Did you take a look at the pull request: https://github.com/espressif/esptool-js/pull/145 Also it seems you are adding esp32P4 which is already added in current `0.4.5` Could you rebase your PR branch...