You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to flash firmware on ESP32 but it doesn't work.
In fact esptool need a specific option --chip esp32 and the firmware will be loaded at the address 0X1000
I remember someone already telling me that ESPtool is now supporting also Python3. I don't have much time at the moment (busy for the next month), so I will look into this later. At least this is just a GUI thing, so in the meantime you can run esptool directly with the same result.
I'm trying to flash firmware on ESP32 but it doesn't work.
In fact esptool need a specific option --chip esp32 and the firmware will be loaded at the address 0X1000
Do you think it will be possible to add these options in the flash firmware gui ?
Another comment on this gui now esptool works with python 3 so it's not necessary to select a python 2 path.
Thank you
Matthieu
The text was updated successfully, but these errors were encountered: