-
-
Notifications
You must be signed in to change notification settings - Fork 114
Wrong Bootloader not present warning #20
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
From @per1234 on September 26, 2015 11:49
arduino/Arduino#2656 (and I agree, this is a very necessary feature) |
Should this be fixed in the hourly build or does that not include commits to this repository? |
First a release need to be published again: Then the IDE needs this patch and then the builder needs to be triggered again. |
Yes indeed. Please wait for beta16 release. I'm still working on #18 which has opened a pandora's box |
From @NicoHood on September 26, 2015 8:16
If I compile a sketch for my custom HoodLoader2 core I now get a warning that the .hex file is missing. However a ISP programming still works. The IDE looks at the internal path, not the hardwarefolder where the HoodLoader2 is installed.
https://github.com/NicoHood/HoodLoader2/tree/dev_205
Also I suggest to somehow access the default bootloaders. For example I added a copy of the Uno/Mega board to add the Serial 1200 baud touch feature. But I still want to use the optiboot bootloader. At the moment I have to put a copy of this hexfile in my repository which I do not prefer since this can be avoided with
arduino:optiboothexfilepath
.IDE Warning (when hitting compile):
Successful avdude ISP programming:
Copied from original issue: arduino/Arduino#3869
The text was updated successfully, but these errors were encountered: