-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Incorrect "Bootloader file specified but missing" warning #3831
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
Can you give the actual board you selected? If I select a Yun, no warning is printed |
EDIT: Yun and Adafruit Metro is a different issue |
Ok then. This is the same issue as #3821. Bundled AVR core, while still published as 1.6.8, is really 1.6.9. In order to avoid a whole set of different configurations specific to the hourly builds, we don't use a greater version number for bundled AVR core. |
Oh I see, sorry the Yun was a bad example, that bootloader actually is missing from the non-bundled 1.6.8 so the warning is correct in that case. I'm having the issue with some 3rd party hardware like Mighty 1284P but not with others like Arduino on a Breadboard. I haven't figured out what the difference is but I'll update if I find out. |
I figured out why Arduino on a Breadboard is not causing the warning to appear. A bootloader of the same name as that core specifies: To replicate this issue using Adafruit Flora as an example(must use Arduino IDE 1.6.6):
|
Fi\xed via arduino/arduino-builder@d661e83 thanks ffissore! |
Using Arduino IDE 1.6.6 Hourly Build 2015/09/18 06:03 with Windows 7 64bit
Bootloader file specified but missing: C:\Users\per\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.8\bootloaders\caterina\Caterina-Yun-noblink.hexEdit: The Yun warning is caused by a different issue, a correct example is from Mighty 1284P:
Bootloader file specified but missing: C:\Users\per\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.8\bootloaders\optiboot\optiboot_atmega1284p.hex
The text was updated successfully, but these errors were encountered: