You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'd like to reopen this in a similar context.
I think the check should look if a bootloader file is present. However if you use an ISP it tries to upload everything and in the finial hex file reading it fails if the bootloader doesnt exist. The program should catch this before starting avrdude.
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.05s
avrdude: Device signature = 0x1e9587
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "/home/linuxuser/Documents/Arduino/sketchbook/hardware/pololu/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10"
avrdude: can't open input file /home/linuxuser/Documents/Arduino/sketchbook/hardware/pololu/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10: No such file or directory
avrdude: read from file '/home/linuxuser/Documents/Arduino/sketchbook/hardware/pololu/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10' failed
avrdude done. Thank you.
Error while burning bootloader.
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:
The text was updated successfully, but these errors were encountered: