Closed ffissore closed 9 years ago
From @per1234 on September 26, 2015 11:49
I now get a warning that the .hex file is missing.
See https://github.com/arduino/Arduino/issues/3831
I suggest to somehow access the default bootloaders.
https://github.com/arduino/Arduino/issues/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: https://github.com/arduino/arduino-builder/releases
Then the IDE needs this patch and then the builder needs to be triggered again. I guess he will do this later this day.
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