Replies: 1 comment 1 reply
-
you need avrlibc some devtools and then run make. This only works on linux and also with some avr-gcc versions (sadly). It is very specific, as the bootloader barely fits into the space. I am unable to recompile it with the current avr gcc, as they have changed something unknown in compiling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new in Arduino Bootloader field and I'm interested in how to compile the bootloader code to generate the HEX file
do you know how could I do this? I tried to google it around and i found that AVRDUDE tools but failed to compile the code with.
Do anyone have idea about how to accomplish this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions