Skip to content
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

Flashing firmware doesn't work with ESP32 #52

Open
mhe-fr opened this issue May 8, 2018 · 1 comment
Open

Flashing firmware doesn't work with ESP32 #52

mhe-fr opened this issue May 8, 2018 · 1 comment
Assignees

Comments

@mhe-fr
Copy link
Contributor

mhe-fr commented May 8, 2018

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

esptool.py --chip esp32 --port /dev/ttyUSB1 write_flash -z 0x1000 firmware.bin

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

@BetaRavener
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants