-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Bootloader executable name mismatch #887
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
Comments
Arduino IDE fine on my side. OS? There was a miss with Linux but I fixed that too. Did not reboot IDE after update? |
Didn't get a notification for this. Just saw it now. I am on Windows 10. The error happens reboot or not. Is there supposed to be file link or something? |
seems your platform.txt and the sdk files are desynced somehow. https://github.com/espressif/arduino-esp32/tree/master/tools/sdk/bin |
@me-no-dev Seems a persistent problem in my case as I just pulled the code down once again. |
Should we still keep this open? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
Hardware:
Board: NA
Core Installation/update date: 2017/11/27
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 115200
Description:
Just noticed a problem with the Arduino IDE use of the bootloader where the binary for flashing the image does not match the expected name. The application expected boot_loader_qio.bin but the actual versions were bootloader_qio_40m.bin and bootloader_qio_80m.bin. When I copied bootloader_qio_80m.bin to bootloader_qio.bin, everything worked.
This seems related to the issue just solved under #881.
The text was updated successfully, but these errors were encountered: